>>> linux 6.0.1 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/linux/linux-6.0.1.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1 -xf - >>> linux 6.0.1 Patching for p in ; do if test -d $p ; then PATH=/home/buildroot/autobuild/instance-3/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1 $p \*.patch || exit 1 ; else PATH=/home/buildroot/autobuild/instance-3/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching if [ -f /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/perf/Documentation/GNUmakefile; fi >>> linux-tools Configuring >>> linux-tools Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools HOSTCC="/usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" ARCH=s390 INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-" WERROR=0 DEPMOD=/home/buildroot/autobuild/instance-3/output-1/host/sbin/depmod gpio make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools' DESCEND gpio make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' mkdir -p include/linux 2>&1 || true ln -sf /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio/../../include/uapi/linux/gpio.h include/linux/gpio.h make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' CC gpio-utils.o LD gpio-utils-in.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' CC lsgpio.o LD lsgpio-in.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' LINK lsgpio make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' CC gpio-hammer.o LD gpio-hammer-in.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' LINK gpio-hammer make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' CC gpio-event-mon.o LD gpio-event-mon-in.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' LINK gpio-event-mon make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' CC gpio-watch.o LD gpio-watch-in.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' LINK gpio-watch make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools HOSTCC="/usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" ARCH=s390 INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-" WERROR=0 DEPMOD=/home/buildroot/autobuild/instance-3/output-1/host/sbin/depmod DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target gpio_install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools' DESCEND gpio make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' install -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/bin; \ for program in lsgpio gpio-hammer gpio-event-mon gpio-watch; do \ install $program /home/buildroot/autobuild/instance-3/output-1/target/usr/bin; \ done make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools/gpio' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/tools' lpc3250loader-1.0.tar.gz: OK (sha256: 267de7541c92e5b007b93c660a41188976d531a3757f4ffd9b7142d3994da7d1) >>> host-lpc3250loader 1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/lpc3250loader/lpc3250loader-1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lpc3250loader-1.0 -xf - >>> host-lpc3250loader 1.0 Patching >>> host-lpc3250loader 1.0 Configuring >>> host-lpc3250loader 1.0 Building >>> host-lpc3250loader 1.0 Installing to host directory /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/host-lpc3250loader-1.0/LPC3250loader.py /home/buildroot/autobuild/instance-3/output-1/host/bin/LPC3250loader.py lrzsz-0.12.20.tar.gz: OK (sha256: c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1) >>> lrzsz 0.12.20 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/lrzsz/lrzsz-0.12.20.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20 -xf - >>> lrzsz 0.12.20 Patching >>> lrzsz 0.12.20 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lrzsz 0.12.20 Patching libtool >>> lrzsz 0.12.20 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes LIBS= CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-timesync ) loading site script /dev/null creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking for gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 ) works... yes checking whether the C compiler (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc needs -traditional... no checking for ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking for POSIXized ISC... no checking for AIX... no checking for minix/config.h... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ANSI C... none needed checking for function prototypes... yes checking for working const... yes checking for inline... inline checking for syslog in -lsocket... no checking for syslog in -lbe... no checking for gethostbyname in -lnsl... no checking for ANSI C header files... yes checking for fcntl.h... yes checking for limits.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for sys/times.h... yes checking for termios.h... yes checking for sys/termios.h... yes checking for termio.h... yes checking for sys/termio.h... no checking for sgtty.h... yes checking for termios.h... (cached) yes checking for sys/termios.h... (cached) yes checking for termio.h... (cached) yes checking for sys/termio.h... (cached) no checking for sgtty.h... (cached) yes checking for sys/mman.h... yes checking for utime.h... yes checking for syslog.h... yes checking for sys/syslog.h... yes checking for sys/param.h... yes checking for sys/select.h... yes checking for strings.h... yes checking for arpa/inet.h... yes checking for size_t... yes checking for mode_t... yes checking for off_t... yes checking for speed_t... yes checking for st_rdev in struct stat... yes checking whether time.h and sys/time.h may both be included... yes checking whether sys/time.h and sys/select.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for errno declaration... yes checking return type of signal handlers... void checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for settimeofday... yes checking for strchr... yes checking for memcpy... yes checking for select... yes checking for vprintf... yes checking for times... yes checking for rdchk... no checking for utime... yes checking for syslog... yes checking for siginterrupt... yes checking for mkdir... yes checking for mktime... yes checking for strerror... yes checking for strstr... yes checking for strdup... yes checking for strtoul... yes checking for strtol... yes checking for strpbrk... yes checking for stpcpy... yes checking for strftime... yes checking for vasprintf... yes checking for getopt_long... yes checking for ftime... yes checking that ftime works correctly... will check at run time checking for timezone variable... yes checking for LOG_UUCP... yes checking for argz.h... yes checking for limits.h... (cached) yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for values.h... yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... (cached) yes checking for strcasecmp... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for LC_MESSAGES... yes checking whether NLS is requested... no updating cache ./config.cache creating ./config.status creating Makefile creating intl/Makefile creating lib/Makefile creating testsuite/Makefile creating man/Makefile creating po/Makefile.in creating src/Makefile creating debian/rules creating Specfile creating systype creating src/lrzszbug creating config.h linking ./intl/libgettext.h to intl/libintl.h >>> lrzsz 0.12.20 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/lib' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c long-options.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c xstrtol.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c xstrtoul.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c error.c long-options.c: In function 'parse_long_options': long-options.c:65:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 65 | exit (0); | ^~~~ long-options.c:27:1: note: include '' or provide a declaration of 'exit' 26 | #include "long-options.h" +++ |+#include 27 | long-options.c:65:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 65 | exit (0); | ^~~~ long-options.c:65:11: note: include '' or provide a declaration of 'exit' rm -f libzmodem.a ar cru libzmodem.a long-options.o xstrtol.o xstrtoul.o error.o ar: `u' modifier ignored since `D' is the default (see `U') /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib libzmodem.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/lib' Making all in intl make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/intl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/intl' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lrz.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c timing.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c zperr.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c zreadline.c lrz.c: In function 'main': lrz.c:485:9: warning: 'siginterrupt' is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 485 | siginterrupt(SIGALRM,1); | ^~~~~~~~~~~~ In file included from lrz.c:30: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ lrz.c: In function 'zmputs': lrz.c:2199:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2199 | write(1,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~ lrz.c:2204:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2204 | write(1,s,(size_t) (p-s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c crctab.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rbsb.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c zm.c zm.c: In function 'zshhdr': zm.c:419:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 419 | write(1,s,len); | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c protname.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c tcp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lsyslog.c lsyslog.c: In function 'lsyslog': lsyslog.c:67:25: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 67 | sprintf(uid_string,"#%lu",(unsigned long) uid); | ^~~~~~~ lsyslog.c:26:1: note: include '' or provide a declaration of 'sprintf' 25 | #include +++ |+#include 26 | #include lsyslog.c:67:25: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 67 | sprintf(uid_string,"#%lu",(unsigned long) uid); | ^~~~~~~ lsyslog.c:67:25: note: include '' or provide a declaration of 'sprintf' lsyslog.c:72:5: warning: implicit declaration of function 'vasprintf'; did you mean 'vstringf'? [-Wimplicit-function-declaration] 72 | vasprintf(&s,format, ap); | ^~~~~~~~~ | vstringf /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c canit.c tcp.c: In function 'tcp_server': tcp.c:75:56: warning: passing argument 3 of 'getsockname' from incompatible pointer type [-Wincompatible-pointer-types] 75 | if (getsockname (sock, (struct sockaddr *) &t, &len)) { | ^~~~ | | | size_t * {aka long unsigned int *} In file included from tcp.c:26: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/sys/socket.h:117:47: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ tcp.c:83:52: warning: passing argument 3 of 'getsockname' from incompatible pointer type [-Wincompatible-pointer-types] 83 | getsockname (sock, (struct sockaddr *) &t, &len); | ^~~~ | | | size_t * {aka long unsigned int *} In file included from tcp.c:26: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/sys/socket.h:117:47: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ tcp.c: In function 'tcp_accept': tcp.c:103:51: warning: passing argument 3 of 'accept' from incompatible pointer type [-Wincompatible-pointer-types] 103 | if ((so = accept(d, (struct sockaddr*)&s, &namelen)) < 0) { | ^~~~~~~~ | | | size_t * {aka long unsigned int *} In file included from tcp.c:26: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/sys/socket.h:307:42: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} 307 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ canit.c: In function 'canit': canit.c:42:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 42 | write(fd,canistr,strlen(canistr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ canit.c:44:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 44 | write(1,canistr,strlen(canistr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lsz.c lsz.c: In function 'main': lsz.c:618:9: warning: 'siginterrupt' is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 618 | siginterrupt(SIGALRM,1); | ^~~~~~~~~~~~ In file included from lsz.c:31: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ lsz.c: In function 'zsendcmd': lsz.c:2424:25: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 2424 | system("rz"); | ^~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o lrz lrz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o lsz lsz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/src' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/po' Making all in man make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/man' Making all in testsuite make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/testsuite' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20' >>> lrzsz 0.12.20 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/src/lrz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rz /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/lrzsz-0.12.20/src/lsz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sz ln -sf rz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/lrz ln -sf sz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/lsz ln -sf rz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rb ln -sf sz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sb ln -sf rz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rx ln -sf sz /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sx SDL-1.2.15.tar.gz: OK (sha256: d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00) >>> sdl 1.2.15 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/sdl/SDL-1.2.15.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15 -xf - >>> sdl 1.2.15 Patching Applying 0001-use-correct-directfb-config.patch using patch: patching file configure.in Applying 0002-fix-compilation-with-libx11.patch using patch: patching file configure.in Hunk #1 succeeded at 1127 (offset -42 lines). patching file include/SDL_config.h.in Hunk #1 succeeded at 282 (offset -1 lines). patching file src/video/x11/SDL_x11sym.h >>> sdl 1.2.15 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdl 1.2.15 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15/build-scripts/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 1.2.15 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15 && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./autogen.sh Generating build information using autoconf This may take a while ... configure.in:3: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.in:3: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.in:3: the top level configure.in:4: warning: The macro `AC_GNU_SOURCE' is obsolete. configure.in:4: You should run autoupdate. ./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from... configure.in:4: the top level configure.in:33: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from... ./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from... aclocal.m4:1337: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:4483: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:5558: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:453: _LT_SETUP is expanded from... aclocal.m4:382: LT_INIT is expanded from... configure.in:33: the top level configure.in:33: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from... ./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from... aclocal.m4:4483: _LT_LINKER_SHLIBS is expanded from... aclocal.m4:5558: _LT_LANG_C_CONFIG is expanded from... aclocal.m4:453: _LT_SETUP is expanded from... aclocal.m4:382: LT_INIT is expanded from... configure.in:33: the top level configure.in:57: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.in:57: You should run autoupdate. aclocal.m4:417: AC_PROG_LIBTOOL is expanded from... configure.in:57: the top level configure.in:59: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from... ./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from... aclocal.m4:1337: _LT_SYS_MODULE_PATH_AIX is expanded from... aclocal.m4:5665: _LT_LANG_CXX_CONFIG is expanded from... aclocal.m4:1100: _LT_LANG is expanded from... aclocal.m4:1083: LT_LANG is expanded from... configure.in:59: the top level configure.in:134: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:134: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:134: the top level configure.in:140: warning: The macro `AC_HEADER_STDC' is obsolete. configure.in:140: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.in:140: the top level configure.in:171: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:171: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:171: the top level configure.in:245: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:245: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:245: the top level configure.in:251: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:251: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:251: the top level configure.in:257: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:257: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:257: the top level configure.in:263: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:263: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:263: the top level configure.in:271: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:271: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:271: the top level configure.in:277: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:277: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:277: the top level configure.in:283: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:283: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:283: the top level configure.in:289: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:289: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:289: the top level configure.in:295: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:295: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:295: the top level configure.in:301: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:301: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:301: the top level configure.in:307: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:307: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:307: the top level configure.in:317: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:317: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:317: the top level configure.in:323: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:323: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:323: the top level configure.in:332: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:332: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:332: the top level configure.in:361: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:361: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:361: the top level configure.in:364: warning: The macro `AC_LANG_C' is obsolete. configure.in:364: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... aclocal.m4:16: AM_PATH_ALSA is expanded from... configure.in:364: the top level configure.in:364: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:364: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... aclocal.m4:16: AM_PATH_ALSA is expanded from... configure.in:364: the top level configure.in:371: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:371: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:371: the top level configure.in:400: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:400: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:400: the top level configure.in:436: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:436: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:436: the top level configure.in:460: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:460: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:460: the top level configure.in:463: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:463: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... aclocal.m4:159: AM_PATH_ESD is expanded from... configure.in:463: the top level configure.in:463: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:463: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... aclocal.m4:159: AM_PATH_ESD is expanded from... configure.in:463: the top level configure.in:466: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:466: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:466: the top level configure.in:493: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:493: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:493: the top level configure.in:513: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:513: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:513: the top level configure.in:539: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:539: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:539: the top level configure.in:552: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:552: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:552: the top level configure.in:563: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:563: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:563: the top level configure.in:591: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:591: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:591: the top level configure.in:621: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:621: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:621: the top level configure.in:649: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:649: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:649: the top level configure.in:661: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:661: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:661: the top level configure.in:673: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:673: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:673: the top level configure.in:711: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:711: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:711: the top level configure.in:776: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:776: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:776: the top level configure.in:786: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:786: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:786: the top level configure.in:800: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:800: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:800: the top level configure.in:815: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:815: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:815: the top level configure.in:830: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:830: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:830: the top level configure.in:862: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:862: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:862: the top level configure.in:886: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:886: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:886: the top level configure.in:918: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:918: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:918: the top level configure.in:932: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:932: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:932: the top level configure.in:937: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:937: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:937: the top level configure.in:944: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:944: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:944: the top level configure.in:951: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:951: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:951: the top level configure.in:968: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:968: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:968: the top level configure.in:989: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:989: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:989: the top level configure.in:1054: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1054: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1054: the top level configure.in:1060: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1060: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1060: the top level configure.in:1067: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1067: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1067: the top level configure.in:1073: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1073: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1073: the top level configure.in:1080: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1080: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1080: the top level configure.in:1087: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1087: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1087: the top level configure.in:1094: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1094: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1094: the top level configure.in:1101: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1101: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1101: the top level configure.in:1132: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1132: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1132: the top level configure.in:1149: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1149: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1149: the top level configure.in:1154: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1154: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1154: the top level configure.in:1190: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1190: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1190: the top level configure.in:1195: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1195: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1195: the top level configure.in:1215: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1215: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1215: the top level configure.in:1223: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1223: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1223: the top level configure.in:1243: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1243: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1243: the top level configure.in:1248: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1248: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1248: the top level configure.in:1270: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1270: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1270: the top level configure.in:1323: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1323: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1323: the top level configure.in:1328: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1328: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1328: the top level configure.in:1348: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1348: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1348: the top level configure.in:1353: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1353: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1353: the top level configure.in:1376: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1376: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1376: the top level configure.in:1381: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1381: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1381: the top level configure.in:1402: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1402: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1402: the top level configure.in:1407: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1407: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1407: the top level configure.in:1432: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1432: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1432: the top level configure.in:1437: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1437: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1437: the top level configure.in:1464: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1464: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1464: the top level configure.in:1469: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1469: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1469: the top level configure.in:1492: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1492: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1492: the top level configure.in:1497: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1497: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1497: the top level configure.in:1517: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1517: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1517: the top level configure.in:1527: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1527: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1527: the top level configure.in:1549: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1549: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1549: the top level configure.in:1555: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. configure.in:1555: You should run autoupdate. ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... configure.in:1555: the top level configure.in:1558: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1558: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1558: the top level configure.in:1576: warning: The macro `AC_LANG_C' is obsolete. configure.in:1576: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... configure.in:1576: the top level configure.in:1584: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1584: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1584: the top level configure.in:1589: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1589: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1589: the top level configure.in:1616: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1616: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1616: the top level configure.in:1631: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1631: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1631: the top level configure.in:1651: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1651: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1651: the top level configure.in:1662: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1662: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1662: the top level configure.in:1671: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1671: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1671: the top level configure.in:1693: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1693: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1693: the top level configure.in:1767: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1767: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1767: the top level configure.in:1779: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1779: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1779: the top level configure.in:1790: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1790: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1790: the top level configure.in:1795: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1795: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1795: the top level configure.in:1815: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1815: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1815: the top level configure.in:1820: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1820: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1820: the top level configure.in:1839: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1839: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1839: the top level configure.in:1866: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1866: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1866: the top level configure.in:1870: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:1870: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:1870: the top level configure.in:1924: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:1924: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... configure.in:1924: the top level configure.in:1943: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:1943: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.in:1943: the top level configure.in:1972: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1972: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1972: the top level configure.in:1983: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1983: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1983: the top level configure.in:1999: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:1999: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:1999: the top level configure.in:2011: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:2011: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.in:2011: the top level configure.in:2057: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2057: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2057: the top level configure.in:2072: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2072: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2072: the top level configure.in:2090: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2090: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2090: the top level configure.in:2112: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2112: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2112: the top level configure.in:2117: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2117: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2117: the top level configure.in:2143: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2143: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2143: the top level configure.in:2177: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2177: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2177: the top level configure.in:2208: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2208: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2208: the top level configure.in:2240: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2240: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2240: the top level configure.in:2272: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:2272: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:2272: the top level configure.in:2298: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2298: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2298: the top level configure.in:2322: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:2322: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:2322: the top level configure.in:2971: warning: AC_OUTPUT should be used without arguments. configure.in:2971: You should run autoupdate. configure.in:35: warning: The macro `ac_cv_prog_gcc' is obsolete. configure.in:35: You should run autoupdate. ./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from... configure.in:35: the top level configure.in:64: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:64: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... aclocal.m4:11: AM_PATH_SDL is expanded from... configure.in:64: the top level configure.in:64: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:64: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... aclocal.m4:11: AM_PATH_SDL is expanded from... configure.in:64: the top level configure.in:89: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:89: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:89: the top level configure.in:105: warning: AC_OUTPUT should be used without arguments. configure.in:105: You should run autoupdate. Now you are ready to run ./configure (cd /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --enable-video-qtopia=no --enable-video-fbcon=no --enable-video-directfb=no --enable-video-x11=no --disable-pth --disable-rpath --enable-pulseaudio=no --disable-arts --disable-esd --disable-nasm --disable-video-ps3 ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for 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... s390x-buildroot-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 for ld used by /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for s390x-buildroot-linux-gnu-strip... /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 byte ordering is bigendian... (cached) yes checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... (cached) 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 whether the compiler supports GNU C++... (cached) no checking whether no accepts -g... (cached) no checking for no option to enable C++11 features... (cached) none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for s390x-buildroot-linux-gnu-windres... no checking for windres... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for egrep... (cached) /bin/grep -E checking for sys/types.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for stdarg.h... yes checking for malloc.h... yes checking for memory.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for ctype.h... yes checking for math.h... yes checking for iconv.h... yes checking for signal.h... yes checking for size_t... yes checking for int64_t... yes checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... (cached) yes checking for working strtod... no checking for pow... no checking for pow in -lm... yes checking for mprotect... yes checking for malloc... yes checking for calloc... yes checking for realloc... yes checking for free... yes checking for getenv... yes checking for putenv... yes checking for unsetenv... yes checking for qsort... yes checking for abs... yes checking for bcopy... yes checking for memset... yes checking for memcpy... yes checking for memmove... yes checking for strlen... yes checking for strlcpy... no checking for strlcat... no checking for strdup... yes checking for _strrev... no checking for _strupr... no checking for _strlwr... no checking for strchr... yes checking for strrchr... yes checking for strstr... yes checking for itoa... no checking for _ltoa... no checking for _uitoa... no checking for _ultoa... no checking for strtol... yes checking for strtoul... yes checking for _i64toa... no checking for _ui64toa... no checking for strtoll... yes checking for strtoull... yes checking for atoi... yes checking for atof... yes checking for strcmp... yes checking for strncmp... yes checking for _stricmp... no checking for strcasecmp... yes checking for _strnicmp... no checking for strncasecmp... yes checking for sscanf... yes checking for snprintf... yes checking for vsnprintf... yes checking for iconv... yes checking for sigaction... yes checking for setjmp... yes checking for nanosleep... yes checking for libiconv_open in -liconv... no checking for pow in -lm... (cached) yes checking for struct sigaction.sa_sigaction... yes checking for GCC -fvisibility=hidden option... yes checking for dlopen... yes checking for dlopen in -lc... yes checking for Altivec with GCC altivec.h and -maltivec option... no checking for Altivec with GCC -maltivec option... no checking for Altivec with GCC altivec.h and -faltivec option... no checking for Altivec with GCC -faltivec option... no checking for OSS audio support... yes checking for dmedia audio support... no checking for ALSA CFLAGS... checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread checking for libasound headers version >= 0.9.0... not present. checking for snd_ctl_open in -lasound... no checking for audio/audiolib.h... no checking for AuOpenServer in -laudio... no checking for NAS audio support... no checking for PlayStation 2 GS support... no checking for SVGAlib (1.4.0+) support... no checking for libVGL support... no checking for wscons support... no checking for OpenGL (GLX) support... no checking for Linux 2.4 unified input interface... yes checking for Touchscreen library support... no checking for hid_init in -lusbhid... no checking for usb.h... yes checking for libusb.h... no checking for hid_init in -lusb... no checking for usbhid... no checking for pthreads... yes checking for recursive mutexes... yes checking for pthread semaphores... yes checking for sem_timedwait... yes checking for linux/version.h... yes checking for GCC -Wall option... yes checking for necessary GCC -Wno-multichar option... no configure: creating ./config.status config.status: creating Makefile config.status: creating sdl-config config.status: creating SDL.spec config.status: creating SDL.qpg config.status: creating sdl.pc config.status: creating include/SDL_config.h config.status: executing libtool commands config.status: executing default commands make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' Generating dependencies for ./src/SDL.c Generating dependencies for ./src/SDL_error.c Generating dependencies for ./src/SDL_fatal.c Generating dependencies for ./src/audio/SDL_audio.c Generating dependencies for ./src/audio/SDL_audiocvt.c Generating dependencies for ./src/audio/SDL_audiodev.c Generating dependencies for ./src/audio/SDL_mixer.c Generating dependencies for ./src/audio/SDL_mixer_MMX.c Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c Generating dependencies for ./src/audio/SDL_mixer_m68k.c Generating dependencies for ./src/audio/SDL_wave.c Generating dependencies for ./src/cdrom/SDL_cdrom.c Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c Generating dependencies for ./src/events/SDL_active.c Generating dependencies for ./src/events/SDL_events.c Generating dependencies for ./src/events/SDL_expose.c Generating dependencies for ./src/events/SDL_keyboard.c Generating dependencies for ./src/events/SDL_mouse.c Generating dependencies for ./src/events/SDL_quit.c Generating dependencies for ./src/events/SDL_resize.c Generating dependencies for ./src/file/SDL_rwops.c Generating dependencies for ./src/stdlib/SDL_getenv.c Generating dependencies for ./src/stdlib/SDL_iconv.c Generating dependencies for ./src/stdlib/SDL_malloc.c Generating dependencies for ./src/stdlib/SDL_qsort.c Generating dependencies for ./src/stdlib/SDL_stdlib.c Generating dependencies for ./src/stdlib/SDL_string.c Generating dependencies for ./src/thread/SDL_thread.c Generating dependencies for ./src/timer/SDL_timer.c Generating dependencies for ./src/video/SDL_RLEaccel.c Generating dependencies for ./src/video/SDL_blit.c Generating dependencies for ./src/video/SDL_blit_0.c Generating dependencies for ./src/video/SDL_blit_1.c Generating dependencies for ./src/video/SDL_blit_A.c Generating dependencies for ./src/video/SDL_blit_N.c Generating dependencies for ./src/video/SDL_bmp.c Generating dependencies for ./src/video/SDL_cursor.c Generating dependencies for ./src/video/SDL_gamma.c Generating dependencies for ./src/video/SDL_pixels.c Generating dependencies for ./src/video/SDL_stretch.c Generating dependencies for ./src/video/SDL_surface.c Generating dependencies for ./src/video/SDL_video.c Generating dependencies for ./src/video/SDL_yuv.c Generating dependencies for ./src/video/SDL_yuv_mmx.c Generating dependencies for ./src/video/SDL_yuv_sw.c Generating dependencies for ./src/joystick/SDL_joystick.c Generating dependencies for ./src/video/dummy/SDL_nullevents.c Generating dependencies for ./src/video/dummy/SDL_nullmouse.c Generating dependencies for ./src/video/dummy/SDL_nullvideo.c Generating dependencies for ./src/audio/disk/SDL_diskaudio.c Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c Generating dependencies for ./src/audio/dsp/SDL_dspaudio.c Generating dependencies for ./src/audio/dma/SDL_dmaaudio.c Generating dependencies for ./src/thread/pthread/SDL_systhread.c Generating dependencies for ./src/thread/pthread/SDL_syssem.c Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c Generating dependencies for ./src/thread/pthread/SDL_syscond.c Generating dependencies for ./src/joystick/linux/SDL_sysjoystick.c Generating dependencies for ./src/cdrom/linux/SDL_syscdrom.c Generating dependencies for ./src/timer/unix/SDL_systimer.c Generating dependencies for ./src/main/dummy/SDL_dummy_main.c make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' 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 >>> sdl 1.2.15 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' /bin/bash ./build-scripts//mkinstalldirs build /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -o build/SDL.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -o build/SDL_error.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.lo mkdir -p -- build /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_error.c -fPIC -DPIC -o build/.libs/SDL_error.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL_fatal.c -fPIC -DPIC -o build/.libs/SDL_fatal.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audio.c -fPIC -DPIC -o build/.libs/SDL_audio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/SDL.c -fPIC -DPIC -o build/.libs/SDL.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiocvt.c -fPIC -DPIC -o build/.libs/SDL_audiocvt.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer.c -fPIC -DPIC -o build/.libs/SDL_mixer.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_audiodev.c -fPIC -DPIC -o build/.libs/SDL_audiodev.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX_VC.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_mixer_m68k.c -fPIC -DPIC -o build/.libs/SDL_mixer_m68k.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/SDL_wave.c -fPIC -DPIC -o build/.libs/SDL_wave.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/SDL_cdrom.c -fPIC -DPIC -o build/.libs/SDL_cdrom.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -fPIC -DPIC -o build/.libs/SDL_cpuinfo.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -o build/SDL_active.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -o build/SDL_events.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_active.c -fPIC -DPIC -o build/.libs/SDL_active.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_expose.c -fPIC -DPIC -o build/.libs/SDL_expose.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_events.c -fPIC -DPIC -o build/.libs/SDL_events.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_keyboard.c -fPIC -DPIC -o build/.libs/SDL_keyboard.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_mouse.c -fPIC -DPIC -o build/.libs/SDL_mouse.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_quit.c -fPIC -DPIC -o build/.libs/SDL_quit.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/events/SDL_resize.c -fPIC -DPIC -o build/.libs/SDL_resize.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/file/SDL_rwops.c -fPIC -DPIC -o build/.libs/SDL_rwops.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_getenv.c -fPIC -DPIC -o build/.libs/SDL_getenv.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_iconv.c -fPIC -DPIC -o build/.libs/SDL_iconv.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_malloc.c -fPIC -DPIC -o build/.libs/SDL_malloc.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_qsort.c -fPIC -DPIC -o build/.libs/SDL_qsort.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_stdlib.c -fPIC -DPIC -o build/.libs/SDL_stdlib.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/stdlib/SDL_string.c -fPIC -DPIC -o build/.libs/SDL_string.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/SDL_timer.c -fPIC -DPIC -o build/.libs/SDL_timer.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/SDL_thread.c -fPIC -DPIC -o build/.libs/SDL_thread.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_RLEaccel.c -fPIC -DPIC -o build/.libs/SDL_RLEaccel.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit.c -fPIC -DPIC -o build/.libs/SDL_blit.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_0.c -fPIC -DPIC -o build/.libs/SDL_blit_0.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_1.c -fPIC -DPIC -o build/.libs/SDL_blit_1.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_A.c -fPIC -DPIC -o build/.libs/SDL_blit_A.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_blit_N.c -fPIC -DPIC -o build/.libs/SDL_blit_N.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_bmp.c -fPIC -DPIC -o build/.libs/SDL_bmp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_cursor.c -fPIC -DPIC -o build/.libs/SDL_cursor.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_gamma.c -fPIC -DPIC -o build/.libs/SDL_gamma.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_stretch.c -fPIC -DPIC -o build/.libs/SDL_stretch.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_pixels.c -fPIC -DPIC -o build/.libs/SDL_pixels.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_surface.c -fPIC -DPIC -o build/.libs/SDL_surface.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -o build/SDL_video.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_video.c -fPIC -DPIC -o build/.libs/SDL_video.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv.c -fPIC -DPIC -o build/.libs/SDL_yuv.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_mmx.c -fPIC -DPIC -o build/.libs/SDL_yuv_mmx.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/SDL_yuv_sw.c -fPIC -DPIC -o build/.libs/SDL_yuv_sw.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/SDL_joystick.c -fPIC -DPIC -o build/.libs/SDL_joystick.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullevents.c -fPIC -DPIC -o build/.libs/SDL_nullevents.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullmouse.c -fPIC -DPIC -o build/.libs/SDL_nullmouse.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/disk/SDL_diskaudio.c -fPIC -DPIC -o build/.libs/SDL_diskaudio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/video/dummy/SDL_nullvideo.c -fPIC -DPIC -o build/.libs/SDL_nullvideo.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -fPIC -DPIC -o build/.libs/SDL_dummyaudio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -fPIC -DPIC -o build/.libs/SDL_sysloadso.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -o build/SDL_dspaudio.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -o build/SDL_dmaaudio.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_systhread.c -fPIC -DPIC -o build/.libs/SDL_systhread.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dsp/SDL_dspaudio.c -fPIC -DPIC -o build/.libs/SDL_dspaudio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/audio/dma/SDL_dmaaudio.c -fPIC -DPIC -o build/.libs/SDL_dmaaudio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syssem.c -fPIC -DPIC -o build/.libs/SDL_syssem.o ./src/audio/dsp/SDL_dspaudio.c: In function 'DSP_OpenAudio': ./src/audio/dsp/SDL_dspaudio.c:177:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 177 | else if (spec->channels > 2) | ^~ In file included from ./src/audio/dsp/SDL_dspaudio.c:52: ./src/audio/dsp/SDL_dspaudio.h:46:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 46 | #define audio_fd (this->hidden->audio_fd) | ^ ./src/audio/dsp/SDL_dspaudio.c:181:9: note: in expansion of macro 'audio_fd' 181 | audio_fd = SDL_OpenAudioPath(audiodev, sizeof(audiodev), OPEN_FLAGS, 0); | ^~~~~~~~ /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -o build/SDL_sysjoystick.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -o build/SDL_syscdrom.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_sysmutex.c -fPIC -DPIC -o build/.libs/SDL_sysmutex.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/thread/pthread/SDL_syscond.c -fPIC -DPIC -o build/.libs/SDL_syscond.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/joystick/linux/SDL_sysjoystick.c -fPIC -DPIC -o build/.libs/SDL_sysjoystick.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/cdrom/linux/SDL_syscdrom.c -fPIC -DPIC -o build/.libs/SDL_syscdrom.o /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.lo /bin/bash ./libtool --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -o build/SDL_dummy_main.lo libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/timer/unix/SDL_systimer.c -fPIC -DPIC -o build/.libs/SDL_systimer.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c ./src/main/dummy/SDL_dummy_main.c -fPIC -DPIC -o build/.libs/SDL_dummy_main.o /bin/bash ./libtool --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -o build/libSDL.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_audiodev.lo build/SDL_mixer.lo build/SDL_mixer_MMX.lo build/SDL_mixer_MMX_VC.lo build/SDL_mixer_m68k.lo build/SDL_wave.lo build/SDL_cdrom.lo build/SDL_cpuinfo.lo build/SDL_active.lo build/SDL_events.lo build/SDL_expose.lo build/SDL_keyboard.lo build/SDL_mouse.lo build/SDL_quit.lo build/SDL_resize.lo build/SDL_rwops.lo build/SDL_getenv.lo build/SDL_iconv.lo build/SDL_malloc.lo build/SDL_qsort.lo build/SDL_stdlib.lo build/SDL_string.lo build/SDL_thread.lo build/SDL_timer.lo build/SDL_RLEaccel.lo build/SDL_blit.lo build/SDL_blit_0.lo build/SDL_blit_1.lo build/SDL_blit_A.lo build/SDL_blit_N.lo build/SDL_bmp.lo build/SDL_cursor.lo build/SDL_gamma.lo build/SDL_pixels.lo build/SDL_stretch.lo build/SDL_surface.lo build/SDL_video.lo build/SDL_yuv.lo build/SDL_yuv_mmx.lo build/SDL_yuv_sw.lo build/SDL_joystick.lo build/SDL_nullevents.lo build/SDL_nullmouse.lo build/SDL_nullvideo.lo build/SDL_diskaudio.lo build/SDL_dummyaudio.lo build/SDL_sysloadso.lo build/SDL_dspaudio.lo build/SDL_dmaaudio.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_sysjoystick.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -lm -lpthread -no-undefined -rpath /usr/lib -release 1.2 -version-info 11:4:11 /bin/bash ./libtool --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -o build/libSDLmain.la build/SDL_dummy_main.lo -lm -lpthread -no-undefined -rpath /usr/lib -release 1.2 -version-info 11:4:11 -static libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru build/.libs/libSDLmain.a build/.libs/SDL_dummy_main.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib build/.libs/libSDLmain.a libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared build/.libs/SDL.o build/.libs/SDL_error.o build/.libs/SDL_fatal.o build/.libs/SDL_audio.o build/.libs/SDL_audiocvt.o build/.libs/SDL_audiodev.o build/.libs/SDL_mixer.o build/.libs/SDL_mixer_MMX.o build/.libs/SDL_mixer_MMX_VC.o build/.libs/SDL_mixer_m68k.o build/.libs/SDL_wave.o build/.libs/SDL_cdrom.o build/.libs/SDL_cpuinfo.o build/.libs/SDL_active.o build/.libs/SDL_events.o build/.libs/SDL_expose.o build/.libs/SDL_keyboard.o build/.libs/SDL_mouse.o build/.libs/SDL_quit.o build/.libs/SDL_resize.o build/.libs/SDL_rwops.o build/.libs/SDL_getenv.o build/.libs/SDL_iconv.o build/.libs/SDL_malloc.o build/.libs/SDL_qsort.o build/.libs/SDL_stdlib.o build/.libs/SDL_string.o build/.libs/SDL_thread.o build/.libs/SDL_timer.o build/.libs/SDL_RLEaccel.o build/.libs/SDL_blit.o build/.libs/SDL_blit_0.o build/.libs/SDL_blit_1.o build/.libs/SDL_blit_A.o build/.libs/SDL_blit_N.o build/.libs/SDL_bmp.o build/.libs/SDL_cursor.o build/.libs/SDL_gamma.o build/.libs/SDL_pixels.o build/.libs/SDL_stretch.o build/.libs/SDL_surface.o build/.libs/SDL_video.o build/.libs/SDL_yuv.o build/.libs/SDL_yuv_mmx.o build/.libs/SDL_yuv_sw.o build/.libs/SDL_joystick.o build/.libs/SDL_nullevents.o build/.libs/SDL_nullmouse.o build/.libs/SDL_nullvideo.o build/.libs/SDL_diskaudio.o build/.libs/SDL_dummyaudio.o build/.libs/SDL_sysloadso.o build/.libs/SDL_dspaudio.o build/.libs/SDL_dmaaudio.o build/.libs/SDL_systhread.o build/.libs/SDL_syssem.o build/.libs/SDL_sysmutex.o build/.libs/SDL_syscond.o build/.libs/SDL_sysjoystick.o build/.libs/SDL_syscdrom.o build/.libs/SDL_systimer.o -lm -lpthread -Wl,-soname -Wl,libSDL-1.2.so.0 -o build/.libs/libSDL-1.2.so.0.11.4 libtool: link: (cd "build/.libs" && rm -f "libSDL-1.2.so.0" && ln -s "libSDL-1.2.so.0.11.4" "libSDL-1.2.so.0") libtool: link: (cd "build/.libs" && rm -f "libSDL.so" && ln -s "libSDL-1.2.so.0.11.4" "libSDL.so") libtool: link: ( cd "build/.libs" && rm -f "libSDL.la" && ln -s "../libSDL.la" "libSDL.la" ) libtool: link: ( cd "build/.libs" && rm -f "libSDLmain.la" && ln -s "../libSDLmain.la" "libSDLmain.la" ) make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' >>> sdl 1.2.15 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/SDL /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/aclocal /bin/bash ./libtool --mode=install /usr/bin/install -c build/libSDL.la /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDL.la /usr/bin/install -c -m 755 sdl-config /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/sdl-config /usr/bin/install -c -m 644 ./sdl.m4 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/aclocal/sdl.m4 mkdir -p -- /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/SDL for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \ /usr/bin/install -c -m 644 ./include/$file /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/SDL/$file; \ done /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man3 /usr/bin/install -c -m 644 sdl.pc /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig for src in ./docs/man3/*.3; do \ file=`echo $src | sed -e 's|^.*/||'`; \ /usr/bin/install -c -m 644 $src /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man3/$file; \ done libtool: install: /usr/bin/install -c build/.libs/libSDL-1.2.so.0.11.4 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDL-1.2.so.0.11.4 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL-1.2.so.0 || { rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.11.4 libSDL-1.2.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL.so || { rm -f libSDL.so && ln -s libSDL-1.2.so.0.11.4 libSDL.so; }; }) libtool: install: /usr/bin/install -c build/.libs/libSDL.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDL.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c build/libSDLmain.la /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDLmain.la /usr/bin/install -c -m 644 include/SDL_config.h /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/SDL/SDL_config.h libtool: install: /usr/bin/install -c build/.libs/libSDLmain.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDLmain.la libtool: install: /usr/bin/install -c build/.libs/libSDLmain.a /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDLmain.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDLmain.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libSDLmain.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' >>> sdl 1.2.15 Fixing package configuration files >>> sdl 1.2.15 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 1.2.15 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/bin /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/include/SDL /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/lib /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal /usr/bin/install -c -m 755 sdl-config /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sdl-config /bin/bash ./libtool --mode=install /usr/bin/install -c build/libSDL.la /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDL.la /usr/bin/install -c -m 644 ./sdl.m4 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal/sdl.m4 mkdir -p -- /home/buildroot/autobuild/instance-3/output-1/target/usr/include/SDL /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 sdl.pc /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /bin/bash ./build-scripts//mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3 for src in ./docs/man3/*.3; do \ file=`echo $src | sed -e 's|^.*/||'`; \ /usr/bin/install -c -m 644 $src /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/$file; \ done libtool: install: /usr/bin/install -c build/.libs/libSDL-1.2.so.0.11.4 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDL-1.2.so.0.11.4 for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \ /usr/bin/install -c -m 644 ./include/$file /home/buildroot/autobuild/instance-3/output-1/target/usr/include/SDL/$file; \ done libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL-1.2.so.0 || { rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.11.4 libSDL-1.2.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL.so || { rm -f libSDL.so && ln -s libSDL-1.2.so.0.11.4 libSDL.so; }; }) libtool: install: /usr/bin/install -c build/.libs/libSDL.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDL.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c build/libSDLmain.la /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDLmain.la libtool: install: /usr/bin/install -c build/.libs/libSDLmain.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDLmain.la libtool: install: /usr/bin/install -c build/.libs/libSDLmain.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDLmain.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDLmain.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libSDLmain.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -m 644 include/SDL_config.h /home/buildroot/autobuild/instance-3/output-1/target/usr/include/SDL/SDL_config.h make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sdl-1.2.15' ltris-1.2.tar.gz: OK (sha256: a7bc6c5fc6539b88505077a1b4580edc9b179ce0a6b829c58fbd9416cf456195) >>> ltris 1.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/ltris/ltris-1.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2 -xf - >>> ltris 1.2 Patching Applying 0001-fix-build-with-gcc-4.8.patch using patch: patching file src/bowl.c >>> ltris 1.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ltris 1.2 Patching libtool >>> ltris 1.2 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes SDL_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/sdl-config" LIBS="" CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-sound ) 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 build system type... x86_64-pc-linux-gnu checking host system type... s390x-buildroot-linux-gnu checking target system type... s390x-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/missing: Unknown `--is-lightweight' option Try `/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for s390x-buildroot-linux-gnu-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 for style of include used by make... GNU checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking for strerror in -lcposix... no checking for an ANSI C-conforming const... yes checking for signed... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for long long... yes checking for long double... yes checking for wchar_t... yes checking for wint_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... guessing 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 whether integer division by zero raises SIGFPE... guessing yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for ld used by GCC... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking for ptrdiff_t... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes 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 asprintf... yes checking for fwprintf... 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 snprintf... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for wcslen... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether getc_unlocked is declared... 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); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.8.2, ok checking whether NLS is requested... no checking whether to use NLS... no checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking for s390x-buildroot-linux-gnu-ranlib... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking for sdl-config... /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/sdl-config checking for SDL - version >= 1.0.0... cross compiling; assumed OK... yes checking for sdl-config... (cached) /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/sdl-config checking for SDL - version >= 1.1.5... cross compiling; assumed OK... yes checking for main in -lSDL_mixer... no "SDL_Mixer NOT found: Audio disabled" 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 icons/Makefile config.status: creating src/sounds/Makefile config.status: creating src/gfx/Makefile config.status: creating intl/Makefile config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared >>> ltris 1.2 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' Making all in intl make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/intl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/intl' Making all in m4 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/m4' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/po' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' Making all in gfx make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/gfx' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/gfx' Making all in sounds make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/sounds' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/sounds' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o sdl.o sdl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o menu.o menu.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o item.o item.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o manager.o manager.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o value.o value.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o main.o main.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o audio.o audio.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o event.o event.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o list.o list.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o tools.o tools.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o config.o config.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o chart.o chart.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o tetris.o tetris.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o bowl.o bowl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o shrapnells.o shrapnells.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o cpu.o cpu.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o hint.o hint.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -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 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -c -o parser.o parser.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -o ltris sdl.o menu.o item.o manager.o value.o main.o audio.o event.o list.o tools.o config.o chart.o tetris.o bowl.o shrapnells.o cpu.o hint.o parser.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lSDL -lpthread make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' Making all in icons make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/icons' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/icons' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' >>> ltris 1.2 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' Making install in intl make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/intl' if { test "ltris" = "gettext-runtime" || test "ltris" = "gettext-tools"; } \ && test 'no' = yes; then \ /bin/sh .././mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/lib /home/buildroot/autobuild/instance-3/output-1/target/usr/include; \ /usr/bin/install -c -m 644 libintl.h /home/buildroot/autobuild/instance-3/output-1/target/usr/include/libintl.h; \ @LIBTOOL@ --mode=install \ /usr/bin/install -c -m 644 libintl.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libintl.a; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "ltris" = "gettext-tools"; then \ /bin/sh .././mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl; \ /usr/bin/install -c -m 644 VERSION /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl/VERSION; \ /usr/bin/install -c -m 644 ChangeLog.inst /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl/ChangeLog; \ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c relocatable.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \ for file in $dists; do \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl/$file; \ done; \ chmod a+x /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl/config.charset; \ dists="plural.c"; \ for file in $dists; do \ if test -f $file; then dir=.; else dir=.; fi; \ /usr/bin/install -c -m 644 $dir/$file \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl/$file; \ done; \ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \ for file in $dists; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi if test "ltris" = "gettext-tools" \ && test 'no' = no; then \ /bin/sh .././mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/lib; \ @LIBTOOL@ --mode=install \ /usr/bin/install -c -m 644 libgnuintl.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libgnuintl.a; \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/preloadable_libintl.so; \ /usr/bin/install -c -m 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libgnuintl.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/preloadable_libintl.so; \ @LIBTOOL@ --mode=uninstall \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libgnuintl.a; \ else \ : ; \ fi if test 'no' = yes; then \ test yes != no || /bin/sh .././mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/lib; \ temp=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/t-charset.alias; \ dest=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/charset.alias; \ if test -f /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/charset.alias; then \ orig=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ if test yes = no; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /bin/sh .././mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/locale; \ test -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/locale/locale.alias \ && orig=/home/buildroot/autobuild/instance-3/output-1/target/usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/home/buildroot/autobuild/instance-3/output-1/target/usr/share/locale/t-locale.alias; \ dest=/home/buildroot/autobuild/instance-3/output-1/target/usr/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/intl' Making install in m4 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/m4' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/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 '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/m4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/m4' Making install in po make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/po' if test "ltris" = "gettext-tools"; then \ /bin/sh .././mkinstalldirs /home/buildroot/autobuild/instance-3/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 \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/po' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' Making install in gfx make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/gfx' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/gfx' make[4]: Nothing to be done for 'install-exec-am'. /bin/bash ../../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/ltris/gfx mkdir -p -- /home/buildroot/autobuild/instance-3/output-1/target/usr/share/ltris/gfx make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/gfx' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/gfx' Making install in sounds make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/sounds' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/sounds' make[4]: Nothing to be done for 'install-exec-am'. /bin/bash ../../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/ltris/sounds mkdir -p -- /home/buildroot/autobuild/instance-3/output-1/target/usr/share/ltris/sounds make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/sounds' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src/sounds' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' /bin/bash ../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/share/ltris /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 figures /home/buildroot/autobuild/instance-3/output-1/target/usr/share/ltris/figures /bin/bash ../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/var if ! test -f /home/buildroot/autobuild/instance-3/output-1/target/var/ltris.hscr; then \ /usr/bin/install -c -m 644 --mode=666 empty.hscr /home/buildroot/autobuild/instance-3/output-1/target/var/ltris.hscr; \ fi; /usr/bin/install -c ltris '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/src' Making install in icons make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/icons' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/icons' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/icons' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2/icons' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/applications' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/icons' /usr/bin/install -c -m 644 ltris48.gif '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/icons' /usr/bin/install -c -m 644 ltris.desktop '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/applications' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ltris-1.2' >>> luainterpreter Extracting >>> luainterpreter Patching >>> luainterpreter Configuring >>> luainterpreter Building >>> luainterpreter Installing to target binaryheap-0.4-1.src.rock: OK (sha256: ecce14dedfa7a1938aa2383c83036b98461876934f169384a2cec6bb46462d87) lua-5.3.6.tar.gz: OK (md5: 83f23dbd5230140a3770d5f54076948d) lua-5.3.6.tar.gz: OK (sha1: f27d20d6c81292149bc4308525a9d6733c224fa5) >>> host-lua 5.3.6 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/lua/lua-5.3.6.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6 -xf - >>> host-lua 5.3.6 Patching Applying 0001-root-path.patch using patch: patching file src/luaconf.h Applying 0002-shared-libs-for-lua.patch using patch: patching file Makefile patching file src/Makefile Applying 0003-linenoise.patch using patch: patching file src/lua.c /bin/sed -i -e 's|#define LUA_ROOT.*|#define LUA_ROOT "/home/buildroot/autobuild/instance-3/output-1/host/"|' /home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6/src/luaconf.h >>> host-lua 5.3.6 Configuring >>> host-lua 5.3.6 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 CFLAGS="-Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2" MYLDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" MYLIBS="-ldl" BUILDMODE=dynamic PKG_VERSION=5.3.6 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6/src all make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6/src' gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lapi.o lapi.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lcode.o lcode.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lctype.o lctype.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ldebug.o ldebug.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ldo.o ldo.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ldump.o ldump.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lfunc.o lfunc.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lgc.o lgc.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o llex.o llex.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lmem.o lmem.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lobject.o lobject.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lopcodes.o lopcodes.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lparser.o lparser.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lstate.o lstate.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lstring.o lstring.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ltable.o ltable.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ltm.o ltm.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lundump.o lundump.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lvm.o lvm.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lzio.o lzio.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lauxlib.o lauxlib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lbaselib.o lbaselib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lbitlib.o lbitlib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lcorolib.o lcorolib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ldblib.o ldblib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o liolib.o liolib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lmathlib.o lmathlib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o loslib.o loslib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lstrlib.o lstrlib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o ltablib.o ltablib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lutf8lib.o lutf8lib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o loadlib.o loadlib.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o linit.o linit.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o lua.o lua.c gcc -std=gnu99 -Wall -fPIC -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_COMPAT_5_2 -c -o luac.o luac.c ar rcu liblua.a lapi.o lcode.o lctype.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 lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o gcc -std=gnu99 -o liblua.so.5.3.6 -shared -Wl,-soname="liblua.so.5.3.6" lapi.o lcode.o lctype.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 lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib liblua.a gcc -std=gnu99 -o luac -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib luac.o liblua.a -lm -ldl ln -fs liblua.so.5.3.6 liblua.so gcc -std=gnu99 -o lua -L. -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib lua.o -llua -lm -ldl make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6/src' sed -e "s/@VERSION@/5.3.6/;s/@ABI@/5.3/;s/@MYLIBS@/-ldl/" package/lua/lua.pc.in > /home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6/lua.pc >>> host-lua 5.3.6 Installing to host directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 INSTALL_TOP="/home/buildroot/autobuild/instance-3/output-1/host" -C /home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6' cd src && mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/bin /home/buildroot/autobuild/instance-3/output-1/host/include /home/buildroot/autobuild/instance-3/output-1/host/lib /home/buildroot/autobuild/instance-3/output-1/host/man/man1 /home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3 /home/buildroot/autobuild/instance-3/output-1/host/lib/lua/5.3 cd src && install -p -m 0755 lua luac /home/buildroot/autobuild/instance-3/output-1/host/bin test -f src/liblua.so.5.3.6 && cd src && install -p -m 0755 liblua.so.5.3.6 /home/buildroot/autobuild/instance-3/output-1/host/lib || : test -f src/liblua.so.5.3.6 && ln -sf liblua.so.5.3.6 /home/buildroot/autobuild/instance-3/output-1/host/lib/liblua.so || : cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h lua.hpp /home/buildroot/autobuild/instance-3/output-1/host/include cd src && install -p -m 0644 liblua.a /home/buildroot/autobuild/instance-3/output-1/host/lib cd doc && install -p -m 0644 lua.1 luac.1 /home/buildroot/autobuild/instance-3/output-1/host/man/man1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6' /usr/bin/install -m 0644 -D /home/buildroot/autobuild/instance-3/output-1/build/host-lua-5.3.6/lua.pc /home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig/lua.pc >>> host-luainterpreter Extracting >>> host-luainterpreter Patching >>> host-luainterpreter Configuring >>> host-luainterpreter Building >>> host-luainterpreter Installing to host directory luarocks-3.9.1.tar.gz: OK (sha256: ffafd83b1c42aa38042166a59ac3b618c838ce4e63f4ace9d961a5679ef58253) >>> host-luarocks 3.9.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/luarocks/luarocks-3.9.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-luarocks-3.9.1 -xf - /usr/bin/install -D -m 0644 package/luarocks/buildroot.lua /home/buildroot/autobuild/instance-3/output-1/build/host-luarocks-3.9.1/src/luarocks/cmd/external/buildroot.lua >>> host-luarocks 3.9.1 Patching >>> host-luarocks 3.9.1 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/host-luarocks-3.9.1 && ./configure --prefix=/home/buildroot/autobuild/instance-3/output-1/host --sysconfdir=/home/buildroot/autobuild/instance-3/output-1/host/etc --with-lua=/home/buildroot/autobuild/instance-3/output-1/host Configuring LuaRocks version 3.9.1... Lua version detected: 5.3 Lua interpreter found: /home/buildroot/autobuild/instance-3/output-1/host/bin/lua lua.h found: /home/buildroot/autobuild/instance-3/output-1/host/include/lua.h unzip found in PATH: /usr/bin Done configuring. LuaRocks will be installed at......: /home/buildroot/autobuild/instance-3/output-1/host LuaRocks will install rocks at.....: /home/buildroot/autobuild/instance-3/output-1/host LuaRocks configuration directory...: /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks Using Lua from.....................: /home/buildroot/autobuild/instance-3/output-1/host * Type make and make install: to install to /home/buildroot/autobuild/instance-3/output-1/host as usual. * Type make bootstrap: to install LuaRocks into /home/buildroot/autobuild/instance-3/output-1/host as a rock. >>> host-luarocks 3.9.1 Building >>> host-luarocks 3.9.1 Installing to host directory rm -f /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config-5.3.lua /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-luarocks-3.9.1 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-luarocks-3.9.1' mkdir -p "build" (printf '#!/home/buildroot/autobuild/instance-3/output-1/host/bin/lua\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks]] }\n'\ 'package.path=[[/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks \ )> "build/luarocks" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/bin" install "build/luarocks" "/home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks" mkdir -p "build" (printf '#!/home/buildroot/autobuild/instance-3/output-1/host/bin/lua\n'\ 'package.loaded["luarocks.core.hardcoded"] = { '\ "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 'SYSCONFDIR = [[/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks]] }\n'\ 'package.path=[[/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/?.lua;]] .. package.path\n'\ 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ tail -n +2 src/bin/luarocks-admin \ )> "build/luarocks-admin" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/bin" install "build/luarocks-admin" "/home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks-admin" mkdir -p "build" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks" install -m 644 "build/config-5.3.lua" "/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config-5.3.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/queries.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/queries.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/cmd.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/type" install -m 644 "src/luarocks/type/rockspec.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/type/rockspec.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/type" install -m 644 "src/luarocks/type/manifest.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/type/manifest.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/manif" install -m 644 "src/luarocks/manif/writer.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/manif/writer.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/results.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/results.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/fun.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fun.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/repos.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/repos.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/hg_https.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/hg_https.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/hg_http.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/hg_http.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/hg.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/hg.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/git_ssh.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/git_ssh.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/git.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/git.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/git_https.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/git_https.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/cvs.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/cvs.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/hg_ssh.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/hg_ssh.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/svn.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/svn.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/git_http.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/git_http.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/git_file.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/git_file.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch" install -m 644 "src/luarocks/fetch/sscm.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch/sscm.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/loader.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/loader.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/test.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/test.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/fetch.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fetch.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/pack.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/pack.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/require.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/require.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/dir.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/dir.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/fs.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/cfg.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/cfg.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/sysdetect.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/sysdetect.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/dir.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/dir.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/manif.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/manif.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/persist.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/persist.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/vers.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/vers.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/util.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/util.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core" install -m 644 "src/luarocks/core/path.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/core/path.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/manif.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/manif.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/rockspecs.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/rockspecs.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/persist.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/persist.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/search.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/search.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/signing.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/signing.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/build.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/upload" install -m 644 "src/luarocks/upload/api.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/upload/api.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/upload" install -m 644 "src/luarocks/upload/multipart.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/upload/multipart.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/argparse.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/argparse.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build" install -m 644 "src/luarocks/build/command.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build/command.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build" install -m 644 "src/luarocks/build/make.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build/make.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build" install -m 644 "src/luarocks/build/cmake.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build/cmake.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build" install -m 644 "src/luarocks/build/builtin.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/build/builtin.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/test" install -m 644 "src/luarocks/test/command.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/test/command.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/test" install -m 644 "src/luarocks/test/busted.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/test/busted.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/download.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/download.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs" install -m 644 "src/luarocks/fs/macosx.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/macosx.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs" install -m 644 "src/luarocks/fs/linux.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/linux.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs" install -m 644 "src/luarocks/fs/win32.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/win32.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs" install -m 644 "src/luarocks/fs/unix.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/unix.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/unix" install -m 644 "src/luarocks/fs/unix/tools.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/unix/tools.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs" install -m 644 "src/luarocks/fs/tools.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/tools.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/win32" install -m 644 "src/luarocks/fs/win32/tools.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/win32/tools.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs" install -m 644 "src/luarocks/fs/lua.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/fs/lua.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/deps.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/deps.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/remove.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/remove.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/util.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/util.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin" install -m 644 "src/luarocks/admin/index.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/index.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin" install -m 644 "src/luarocks/admin/cache.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cache.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd" install -m 644 "src/luarocks/admin/cmd/refresh_cache.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd/refresh_cache.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd" install -m 644 "src/luarocks/admin/cmd/add.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd/add.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd" install -m 644 "src/luarocks/admin/cmd/remove.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd/remove.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd" install -m 644 "src/luarocks/admin/cmd/make_manifest.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/admin/cmd/make_manifest.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/install.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/install.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/lint.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/lint.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/write_rockspec.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/write_rockspec.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/unpack.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/unpack.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/upload.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/upload.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/show.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/show.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/config.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/config.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/make.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/make.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/test.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/test.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/list.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/list.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/pack.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/pack.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/new_version.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/new_version.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/purge.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/purge.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/which.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/which.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/search.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/search.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/external" install -m 644 "src/luarocks/cmd/external/buildroot.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/external/buildroot.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/build.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/build.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/init.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/init.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/doc.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/doc.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/download.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/download.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/remove.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/remove.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd" install -m 644 "src/luarocks/cmd/path.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/cmd/path.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/deplocks.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/deplocks.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/path.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/path.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/tools" install -m 644 "src/luarocks/tools/zip.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/tools/zip.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/tools" install -m 644 "src/luarocks/tools/tar.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/tools/tar.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/tools" install -m 644 "src/luarocks/tools/patch.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/tools/patch.lua" mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks" install -m 644 "src/luarocks/type_check.lua" "/home/buildroot/autobuild/instance-3/output-1/host/share/lua/5.3/luarocks/type_check.lua" make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-luarocks-3.9.1' cp /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config-5.3.lua /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua echo "-- BR cross-compilation" >> /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua echo "gcc_rpath = false" >> /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua echo "wrap_bin_scripts = false" >> /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua cp /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config-5.3.lua /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/host-config.lua rm -f /home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config-5.3.lua >>> lua-binaryheap 0.4-1 Extracting mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/lua-binaryheap-0.4-1/luarocks-extract cd /home/buildroot/autobuild/instance-3/output-1/build/lua-binaryheap-0.4-1/luarocks-extract && /home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks unpack --force /home/buildroot/autobuild/instance-3/dl/lua-binaryheap/binaryheap-0.4-1.src.rock Done. You may now enter directory binaryheap-0.4-1/binaryheap.lua-version_0v4 and type 'luarocks make' to build. mv /home/buildroot/autobuild/instance-3/output-1/build/lua-binaryheap-0.4-1/luarocks-extract/*/* /home/buildroot/autobuild/instance-3/output-1/build/lua-binaryheap-0.4-1 >>> lua-binaryheap 0.4-1 Patching >>> lua-binaryheap 0.4-1 Configuring >>> lua-binaryheap 0.4-1 Building >>> lua-binaryheap 0.4-1 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/lua-binaryheap-0.4-1/binaryheap.lua-version_0v4 && LUAROCKS_CONFIG=/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua /home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/autobuild/instance-3/output-1/target/usr" DEPS_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr" LUA_INCDIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib" CC=/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc LD=/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " binaryheap-0.4-1.rockspec No existing manifest. Attempting to rebuild... binaryheap 0.4-1 is now installed in /home/buildroot/autobuild/instance-3/output-1/target/usr (license: MIT/X11) lua-csnappy-0.1.5-1.src.rock: OK (sha256: 4fc373ba714cb8b428e9971f1725d82de6a43dfea361a0b7894e4762238dc95c) >>> lua-csnappy 0.1.5-1 Extracting mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/lua-csnappy-0.1.5-1/luarocks-extract cd /home/buildroot/autobuild/instance-3/output-1/build/lua-csnappy-0.1.5-1/luarocks-extract && /home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks unpack --force /home/buildroot/autobuild/instance-3/dl/lua-csnappy/lua-csnappy-0.1.5-1.src.rock Done. You may now enter directory lua-csnappy-0.1.5-1/lua-csnappy-0.1.5 and type 'luarocks make' to build. mv /home/buildroot/autobuild/instance-3/output-1/build/lua-csnappy-0.1.5-1/luarocks-extract/*/* /home/buildroot/autobuild/instance-3/output-1/build/lua-csnappy-0.1.5-1 >>> lua-csnappy 0.1.5-1 Patching >>> lua-csnappy 0.1.5-1 Configuring >>> lua-csnappy 0.1.5-1 Building >>> lua-csnappy 0.1.5-1 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/lua-csnappy-0.1.5-1/lua-csnappy-0.1.5 && LUAROCKS_CONFIG=/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua /home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/autobuild/instance-3/output-1/target/usr" DEPS_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr" LUA_INCDIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib" CC=/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc LD=/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " lua-csnappy-0.1.5-1.rockspec /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -DLUA_COMPAT_5_2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -c lsnappy.c -o lsnappy.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -o snappy.so lsnappy.o lua-csnappy 0.1.5-1 is now installed in /home/buildroot/autobuild/instance-3/output-1/target/usr (license: BSD) luautf8-0.1.3-1.src.rock: OK (sha256: 88c456bc0f00d28201b33551d83fa6e5c3ae6025aebec790c37afb317290e4fa) >>> lua-utf8 0.1.3-1 Extracting mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/lua-utf8-0.1.3-1/luarocks-extract cd /home/buildroot/autobuild/instance-3/output-1/build/lua-utf8-0.1.3-1/luarocks-extract && /home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks unpack --force /home/buildroot/autobuild/instance-3/dl/lua-utf8/luautf8-0.1.3-1.src.rock Done. You may now enter directory luautf8-0.1.3-1/luautf8-0.1.3 and type 'luarocks make' to build. mv /home/buildroot/autobuild/instance-3/output-1/build/lua-utf8-0.1.3-1/luarocks-extract/*/* /home/buildroot/autobuild/instance-3/output-1/build/lua-utf8-0.1.3-1 >>> lua-utf8 0.1.3-1 Patching >>> lua-utf8 0.1.3-1 Configuring >>> lua-utf8 0.1.3-1 Building >>> lua-utf8 0.1.3-1 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/lua-utf8-0.1.3-1/luautf8-0.1.3 && LUAROCKS_CONFIG=/home/buildroot/autobuild/instance-3/output-1/host/etc/luarocks/config.lua /home/buildroot/autobuild/instance-3/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/autobuild/instance-3/output-1/target/usr" DEPS_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr" LUA_INCDIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib" CC=/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc LD=/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " luautf8-0.1.3-1.rockspec /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -DLUA_COMPAT_5_2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -c lutf8lib.c -o lutf8lib.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -o lua-utf8.so lutf8lib.o luautf8 0.1.3-1 is now installed in /home/buildroot/autobuild/instance-3/output-1/target/usr (license: MIT) mosquitto-2.0.15.tar.gz: OK (sha256: 4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6) >>> mosquitto 2.0.15 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/mosquitto/mosquitto-2.0.15.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15 -xf - >>> mosquitto 2.0.15 Patching /bin/sed -i -e '/-C cpp/d' /home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib/Makefile >>> mosquitto 2.0.15 Configuring >>> mosquitto 2.0.15 Building /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=no WITH_WEBSOCKETS=yes make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15' set -e; for d in lib client; do /usr/bin/make -C ${d}; done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c mosquitto.c -o mosquitto.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c actions.c -o actions.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c callbacks.c -o callbacks.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c connect.c -o connect.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_auth.c -o handle_auth.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_connack.c -o handle_connack.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_disconnect.c -o handle_disconnect.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_ping.c -o handle_ping.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_pubackcomp.c -o handle_pubackcomp.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_publish.c -o handle_publish.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_pubrec.c -o handle_pubrec.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_pubrel.c -o handle_pubrel.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_suback.c -o handle_suback.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c handle_unsuback.c -o handle_unsuback.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c helpers.c -o helpers.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c logging_mosq.c -o logging_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c loop.c -o loop.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c memory_mosq.c -o memory_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c messages_mosq.c -o messages_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c misc_mosq.c -o misc_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c net_mosq_ocsp.c -o net_mosq_ocsp.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c net_mosq.c -o net_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c options.c -o options.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c packet_datatypes.c -o packet_datatypes.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c packet_mosq.c -o packet_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c property_mosq.c -o property_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c read_handle.c -o read_handle.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c send_connect.c -o send_connect.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c send_disconnect.c -o send_disconnect.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c send_mosq.c -o send_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c send_publish.c -o send_publish.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c send_subscribe.c -o send_subscribe.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c send_unsubscribe.c -o send_unsubscribe.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c socks_mosq.c -o socks_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c srv_mosq.c -o srv_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c strings_mosq.c -o strings_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c thread_mosq.c -o thread_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c time_mosq.c -o time_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c tls_mosq.c -o tls_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c utf8_mosq.c -o utf8_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c util_mosq.c -o util_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c util_topic.c -o util_topic.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -fPIC -c will_mosq.c -o will_mosq.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 -pthread mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o misc_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o strings_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o -o libmosquitto.so.1 -lrt -lssl -lcrypto make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c pub_client.c -o pub_client.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c pub_shared.c -o pub_shared.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c client_shared.c -o client_shared.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c client_props.c -o client_props.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c sub_client.c -o sub_client.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c sub_client_output.c -o sub_client_output.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -DVERSION="\"2.0.15\"" -c rr_client.c -o rr_client.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -L../lib pub_client.o pub_shared.o client_shared.o client_props.o -o mosquitto_pub ../lib/libmosquitto.so.1 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -L../lib sub_client.o sub_client_output.o client_shared.o client_props.o -o mosquitto_sub ../lib/libmosquitto.so.1 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -L../lib rr_client.o client_shared.o client_props.o pub_shared.o sub_client_output.o -o mosquitto_rr ../lib/libmosquitto.so.1 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15' >>> mosquitto 2.0.15 Installing to staging directory /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=no WITH_WEBSOCKETS=yes DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15' set -e; for d in lib client; do /usr/bin/make -C ${d}; done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' set -e; for d in lib client; do /usr/bin/make -C ${d} install; done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' install -d "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/" install libmosquitto.so.1 "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libmosquitto.so" install -d "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/" install ../include/mosquitto.h "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/mosquitto.h" install ../include/mqtt_protocol.h "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/mqtt_protocol.h" install -d "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig" install -m644 ../libmosquitto.pc.in "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#2.0.15#" "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libmosquitto.pc" make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' install -d "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin" install mosquitto_pub "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_pub" install mosquitto_sub "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_sub" install mosquitto_rr "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_rr" make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' install -d "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/etc/mosquitto" install -m 644 mosquitto.conf "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/etc/mosquitto/mosquitto.conf.example" install -m 644 aclfile.example "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/etc/mosquitto/aclfile.example" install -m 644 pwfile.example "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/etc/mosquitto/pwfile.example" install -m 644 pskfile.example "/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/etc/mosquitto/pskfile.example" make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15' >>> mosquitto 2.0.15 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mosquitto 2.0.15 Installing to target /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=no WITH_WEBSOCKETS=yes DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15' set -e; for d in lib client; do /usr/bin/make -C ${d}; done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' set -e; for d in lib client; do /usr/bin/make -C ${d} install; done make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' install -d "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/" install libmosquitto.so.1 "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmosquitto.so" install -d "/home/buildroot/autobuild/instance-3/output-1/target/usr/include/" install ../include/mosquitto.h "/home/buildroot/autobuild/instance-3/output-1/target/usr/include/mosquitto.h" install ../include/mqtt_protocol.h "/home/buildroot/autobuild/instance-3/output-1/target/usr/include/mqtt_protocol.h" install -d "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig" install -m644 ../libmosquitto.pc.in "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#2.0.15#" "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig/libmosquitto.pc" make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' install -d "/home/buildroot/autobuild/instance-3/output-1/target/usr/bin" install mosquitto_pub "/home/buildroot/autobuild/instance-3/output-1/target/usr/bin/mosquitto_pub" install mosquitto_sub "/home/buildroot/autobuild/instance-3/output-1/target/usr/bin/mosquitto_sub" install mosquitto_rr "/home/buildroot/autobuild/instance-3/output-1/target/usr/bin/mosquitto_rr" make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/client' install -d "/home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto" install -m 644 mosquitto.conf "/home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto/mosquitto.conf.example" install -m 644 aclfile.example "/home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto/aclfile.example" install -m 644 pwfile.example "/home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto/pwfile.example" install -m 644 pskfile.example "/home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto/pskfile.example" make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15' rm -f /home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto/*.example /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-3/output-1/build/mosquitto-2.0.15/mosquitto.conf /home/buildroot/autobuild/instance-3/output-1/target/etc/mosquitto/mosquitto.conf yasm-1.3.0.tar.gz: OK (sha256: 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f) >>> host-yasm 1.3.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/yasm/yasm-1.3.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0 -xf - >>> host-yasm 1.3.0 Patching >>> host-yasm 1.3.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-yasm 1.3.0 Patching libtool >>> host-yasm 1.3.0 Configuring /bin/sed -i -e 's#) ytasm.*#)#' /home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/Makefile.in (cd /home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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, --with-xmlto, --with-fop 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 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 how to run the C preprocessor... /usr/bin/cpp checking for /usr/bin/gcc option to accept ISO C99... none needed checking for /usr/bin/gcc option to accept ISO Standard C... (cached) none needed checking whether ln -s works... yes checking for ranlib... /usr/bin/ranlib checking for xmlto... no configure: WARNING: xmlto not found, manpages will not be rebuilt. checking if malloc debugging is wanted... no 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 strings.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for unistd.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking for sys/stat.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for function prototypes... yes checking for size_t... yes checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system) checking for abort... yes checking for toascii... yes checking for vsnprintf... yes checking for strsep... yes checking for mergesort... no checking for getcwd... yes checking for popen... yes checking for ftruncate... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for stricmp... no checking for _stricmp... no checking for strcmpi... no checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for GNU C Library... yes configure: Checking for Python checking for a Python interpreter with version >= 2.4... python checking for python... /home/buildroot/autobuild/instance-3/output-1/host/bin/python checking for python version... 3.1 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.11/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.11/site-packages checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libyasm-stdint.h commands config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop >>> host-yasm 1.3.0 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' /usr/bin/gcc -I. \ -c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c /usr/bin/gcc -I. \ -c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c /usr/bin/gcc -I. \ -c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c /usr/bin/gcc -I. \ -c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c /usr/bin/gcc -I. \ -c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c /usr/bin/gcc -I. \ -c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c /usr/bin/gcc -I. \ -c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c /usr/bin/gcc -I. \ -c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c /usr/bin/gcc -I. \ -c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c /usr/bin/gcc -I. \ -c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c /usr/bin/gcc -I. \ -c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c /usr/bin/gcc -I. \ -c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c /usr/bin/gcc -I. \ -c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c /usr/bin/gcc -I. \ -c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c /usr/bin/gcc -I. \ -c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c /usr/bin/gcc -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c /usr/bin/gcc -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c /usr/bin/gcc -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o /usr/bin/gcc -o re2c re2c-main.o re2c-code.o re2c-dfa.o re2c-parser.o re2c-actions.o re2c-scanner.o re2c-mbo_getopt.o re2c-substr.o re2c-translate.o /usr/bin/gcc -o genmacro genmacro.o ./genperf x86insn_nasm.gperf x86insn_nasm.c ./genperf x86insn_gas.gperf x86insn_gas.c /usr/bin/gcc -o genversion genversion.o /usr/bin/gcc -o genstring genstring.o ./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re ./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re ./genmacro nasm-macros.c nasm_standard_mac ./modules/parsers/nasm/nasm-std.mac ./genversion version.mac ./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac ./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac ./genstring license_msg license.c ./COPYING ./genmacro nasm-version.c nasm_version_mac version.mac fail to map group of size 2 for tab size 512 /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/po' Making all in . make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' ./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c ./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c ./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o gas-token.o gas-token.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o nasm-token.o nasm-token.c /usr/bin/gcc -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/arch/x86/x86id.o modules/arch/x86/x86id.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3barch.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/arch/lc3b/lc3bbc.o modules/arch/lc3b/lc3bbc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/listfmts/nasm/nasm-listfmt.o modules/listfmts/nasm/nasm-listfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parser.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/parsers/gas/gas-parse-intel.o modules/parsers/gas/gas-parse-intel.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parser.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/parsers/nasm/nasm-parse.o modules/parsers/nasm/nasm-parse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasmlib.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/raw/raw-preproc.o modules/preprocs/raw/raw-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/cpp/cpp-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-preproc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/preprocs/gas/gas-eval.o modules/preprocs/gas/gas-eval.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-symline.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/codeview/cv-type.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-line.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-aranges.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/dwarf2/dwarf2-info.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/null/null-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/dbg/dbg-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/bin/bin-objfmt.o modules/objfmts/bin/bin-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/elf/elf.o modules/objfmts/elf/elf.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-x86.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-amd64.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/elf/elf-x86-x32.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/coff-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/coff/win64-except.o modules/objfmts/coff/win64-except.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/macho/macho-objfmt.o modules/objfmts/macho/macho-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/rdf/rdf-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o modules/objfmts/xdf/xdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/assocdat.o libyasm/assocdat.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bitvect.o libyasm/bitvect.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bc-align.o libyasm/bc-align.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bc-data.o libyasm/bc-data.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bc-incbin.o libyasm/bc-incbin.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bc-org.o libyasm/bc-org.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bc-reserve.o libyasm/bc-reserve.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/bytecode.o libyasm/bytecode.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/errwarn.o libyasm/errwarn.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/expr.o libyasm/expr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/file.o libyasm/file.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/floatnum.o libyasm/floatnum.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/hamt.o libyasm/hamt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/insn.o libyasm/insn.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/intnum.o libyasm/intnum.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/inttree.o libyasm/inttree.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/linemap.o libyasm/linemap.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/md5.o libyasm/md5.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/mergesort.o libyasm/mergesort.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/phash.o libyasm/phash.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/section.o libyasm/section.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/strcasecmp.o libyasm/strcasecmp.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/strsep.o libyasm/strsep.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/symrec.o libyasm/symrec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/valparam.o libyasm/valparam.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/value.o libyasm/value.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/xmalloc.o libyasm/xmalloc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o libyasm/xstrdup.o libyasm/xstrdup.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o x86cpu.o x86cpu.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o x86regtmod.o x86regtmod.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lc3bid.o lc3bid.c /usr/bin/gcc -o genmodule genmodule.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c ./genmodule ./libyasm/module.in Makefile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o module.o module.c rm -f libyasm.a /usr/bin/ar cru libyasm.a modules/arch/x86/x86arch.o modules/arch/x86/x86bc.o modules/arch/x86/x86expr.o modules/arch/x86/x86id.o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3bbc.o modules/listfmts/nasm/nasm-listfmt.o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse-intel.o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parse.o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasm-eval.o modules/preprocs/raw/raw-preproc.o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-eval.o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/bin/bin-objfmt.o modules/objfmts/elf/elf.o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/win64-except.o modules/objfmts/macho/macho-objfmt.o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.o libyasm/assocdat.o libyasm/bitvect.o libyasm/bc-align.o libyasm/bc-data.o libyasm/bc-incbin.o libyasm/bc-org.o libyasm/bc-reserve.o libyasm/bytecode.o libyasm/errwarn.o libyasm/expr.o libyasm/file.o libyasm/floatnum.o libyasm/hamt.o libyasm/insn.o libyasm/intnum.o libyasm/inttree.o libyasm/linemap.o libyasm/md5.o libyasm/mergesort.o libyasm/phash.o libyasm/section.o libyasm/strcasecmp.o libyasm/strsep.o libyasm/symrec.o libyasm/valparam.o libyasm/value.o libyasm/xmalloc.o libyasm/xstrdup.o x86cpu.o x86regtmod.o lc3bid.o gas-token.o nasm-token.o module.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libyasm.a /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' >>> host-yasm 1.3.0 Installing to host directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/po' if test "yasm" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/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 \ /home/buildroot/autobuild/instance-3/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0/po' Making install in . make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/install -c -m 644 libyasm.a '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/install -c -m 644 libyasm.h '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/install -c yasm '/home/buildroot/autobuild/instance-3/output-1/host/bin' ( cd '/home/buildroot/autobuild/instance-3/output-1/host/lib' && /usr/bin/ranlib libyasm.a ) /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/libyasm' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man7' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/install -c -m 644 libyasm/arch.h libyasm/assocdat.h libyasm/bitvect.h libyasm/bytecode.h libyasm/compat-queue.h libyasm/coretype.h libyasm/dbgfmt.h libyasm/errwarn.h libyasm/expr.h libyasm/file.h libyasm/floatnum.h libyasm/hamt.h libyasm/insn.h libyasm/intnum.h libyasm/inttree.h libyasm/linemap.h libyasm/listfmt.h libyasm/md5.h libyasm/module.h libyasm/objfmt.h libyasm/parser.h libyasm/phash.h libyasm/preproc.h libyasm/section.h libyasm/symrec.h libyasm/valparam.h libyasm/value.h '/home/buildroot/autobuild/instance-3/output-1/host/include/libyasm' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/install -c -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man7' /usr/bin/install -c -m 644 libyasm-stdint.h '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/make install-exec-hook /usr/bin/install -c -m 644 yasm.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man7' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[5]: Nothing to be done for 'install-exec-hook'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yasm-1.3.0' mpir-3.0.0.tar.bz2: OK (sha256: 52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb) >>> mpir 3.0.0 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/mpir/mpir-3.0.0.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0 -xf - >>> mpir 3.0.0 Patching Applying 0001-mpn-arm-udiv.asm-workaround-binutils-bug-14887.patch using patch: patching file mpn/arm/udiv.asm >>> mpir 3.0.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpir 3.0.0 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/ltmain.sh Hunk #7 succeeded at 6699 (offset 3 lines). Hunk #8 succeeded at 9280 (offset 6 lines). >>> mpir 3.0.0 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... s390x-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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 ABI=standard checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc is gcc... yes checking compiler /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64... yes checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking build system compiler /usr/bin/gcc... yes checking for build system preprocessor... /usr/bin/gcc -E checking for build system executable suffix... checking whether build system compiler is ANSI... yes checking for build system compiler math library... -lm Looking for a system-wide yasm... Checking yasm... checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no using ABI="standard" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" MPN_PATH=" generic" checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm 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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes 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 s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.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 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/processor.h usability... no checking sys/processor.h presence... no checking for sys/processor.h... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking sys/systemcfg.h usability... no checking sys/systemcfg.h presence... no checking for sys/systemcfg.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/resource.h... yes checking for sys/sysctl.h... no checking whether fgetc is declared... yes checking whether fscanf is declared... yes checking whether optarg is declared... yes checking whether ungetc is declared... yes checking whether vfprintf is declared... yes checking whether sys_errlist is declared... no checking whether sys_nerr is declared... no checking return type of signal handlers... void checking for intmax_t... yes checking for uintmax_t... yes checking for long double... yes checking for long long... yes checking for ptrdiff_t... yes checking for quad_t... yes checking for uint_least32_t... yes checking for preprocessor stringizing operator... yes checking for working volatile... yes checking whether exists and works... yes checking whether gcc __attribute__ ((const)) works... yes checking whether gcc __attribute__ ((malloc)) works... yes checking whether gcc __attribute__ ((mode (XX))) works... yes checking whether gcc __attribute__ ((noreturn)) works... yes checking for inline... inline checking for cos in -lm... yes checking for working alloca.h... yes checking for alloca (via gmp-impl.h)... yes checking how to allocate temporary memory... alloca checking whether byte ordering is bigendian... (cached) yes checking format of `double' floating point... IEEE big endian checking for alarm... yes checking for attr_get... no checking for clock... yes checking for clock_gettime... yes checking for cputime... no checking for getpagesize... yes checking for getrusage... yes checking for gettimeofday... yes checking for getsysinfo... no checking for localeconv... yes checking for memset... yes checking for mmap... yes checking for nl_langinfo... yes checking for obstack_vprintf... yes checking for popen... yes checking for processor_info... no checking for pstat_getprocessor... no checking for raise... yes checking for read_real_time... no checking for syssgi... no checking for strchr... yes checking for strerror... yes checking for strnlen... yes checking for strtol... yes checking for strtoul... yes checking for sysconf... yes checking for sysctl... no checking for sysctlbyname... no checking for times... yes checking for mprotect... yes checking for vsnprintf... yes checking whether vsnprintf works... probably configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok checking whether sscanf needs writable input... no checking for struct pst_processor.psp_iticksperclktick... no checking size of unsigned short... 2 checking size of unsigned... 4 checking size of unsigned long... 8 checking size of uintmax_t... 8 checking size of mp_limb_t... 8 creating config.m4 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating longlong.h config.status: creating Makefile config.status: creating mpf/Makefile config.status: creating mpn/Makefile config.status: creating fft/Makefile config.status: creating mpq/Makefile config.status: creating mpz/Makefile config.status: creating printf/Makefile config.status: creating scanf/Makefile config.status: creating cxx/Makefile config.status: creating tests/Makefile config.status: creating tests/devel/Makefile config.status: creating tests/mpf/Makefile config.status: creating tests/mpn/Makefile config.status: creating tests/fft/Makefile config.status: creating tests/mpq/Makefile config.status: creating tests/mpz/Makefile config.status: creating tests/rand/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/cxx/Makefile config.status: creating doc/Makefile config.status: creating tune/Makefile config.status: creating mpir.h config.status: creating config.h config.status: linking mpn/generic/add.c to mpn/add.c config.status: linking mpn/generic/add_1.c to mpn/add_1.c config.status: linking mpn/generic/add_n.c to mpn/add_n.c config.status: linking mpn/generic/sub.c to mpn/sub.c config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c config.status: linking mpn/generic/sub_n.c to mpn/sub_n.c config.status: linking mpn/generic/mul_1.c to mpn/mul_1.c config.status: linking mpn/generic/addmul_1.c to mpn/addmul_1.c config.status: linking mpn/generic/submul_1.c to mpn/submul_1.c config.status: linking mpn/generic/lshift.c to mpn/lshift.c config.status: linking mpn/generic/rshift.c to mpn/rshift.c config.status: linking mpn/generic/addadd_n.c to mpn/addadd_n.c config.status: linking mpn/generic/addsub_n.c to mpn/addsub_n.c config.status: linking mpn/generic/subadd_n.c to mpn/subadd_n.c config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c config.status: linking mpn/generic/divexact_1.c to mpn/divexact_1.c config.status: linking mpn/generic/divexact_by3c.c to mpn/divexact_by3c.c config.status: linking mpn/generic/divexact_byff.c to mpn/divexact_byff.c config.status: linking mpn/generic/divexact_byfobm1.c to mpn/divexact_byfobm1.c config.status: linking mpn/generic/divisible_p.c to mpn/divisible_p.c config.status: linking mpn/generic/divrem.c to mpn/divrem.c config.status: linking mpn/generic/divrem_1.c to mpn/divrem_1.c config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c config.status: linking mpn/generic/divrem_euclidean_qr_1.c to mpn/divrem_euclidean_qr_1.c config.status: linking mpn/generic/divrem_euclidean_qr_2.c to mpn/divrem_euclidean_qr_2.c config.status: linking mpn/generic/divrem_euclidean_r_1.c to mpn/divrem_euclidean_r_1.c config.status: linking mpn/generic/divrem_hensel_qr_1.c to mpn/divrem_hensel_qr_1.c config.status: linking mpn/generic/divrem_hensel_qr_1_1.c to mpn/divrem_hensel_qr_1_1.c config.status: linking mpn/generic/divrem_hensel_qr_1_2.c to mpn/divrem_hensel_qr_1_2.c config.status: linking mpn/generic/divrem_hensel_r_1.c to mpn/divrem_hensel_r_1.c config.status: linking mpn/generic/divrem_hensel_rsh_qr_1.c to mpn/divrem_hensel_rsh_qr_1.c config.status: linking mpn/generic/rsh_divrem_hensel_qr_1.c to mpn/rsh_divrem_hensel_qr_1.c config.status: linking mpn/generic/rsh_divrem_hensel_qr_1_1.c to mpn/rsh_divrem_hensel_qr_1_1.c config.status: linking mpn/generic/rsh_divrem_hensel_qr_1_2.c to mpn/rsh_divrem_hensel_qr_1_2.c config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c config.status: linking mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c config.status: linking mpn/generic/modexact_1c_odd.c to mpn/modexact_1c_odd.c config.status: linking mpn/generic/preinv_divrem_1.c to mpn/preinv_divrem_1.c config.status: linking mpn/generic/preinv_mod_1.c to mpn/preinv_mod_1.c config.status: linking mpn/generic/dump.c to mpn/dump.c config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c config.status: linking mpn/generic/tdiv_q.c to mpn/tdiv_q.c config.status: linking mpn/generic/mp_bases.c to mpn/mp_bases.c config.status: linking mpn/generic/fib_table.c to mpn/fib_table.c config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c config.status: linking mpn/generic/mulmod_bexpp1.c to mpn/mulmod_bexpp1.c config.status: linking mpn/generic/mulmod_2expm1.c to mpn/mulmod_2expm1.c config.status: linking mpn/generic/mulmod_2expp1_basecase.c to mpn/mulmod_2expp1_basecase.c config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c config.status: linking mpn/generic/mul.c to mpn/mul.c config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c config.status: linking mpn/generic/mul_basecase.c to mpn/mul_basecase.c config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c config.status: linking mpn/generic/random.c to mpn/random.c config.status: linking mpn/generic/random2.c to mpn/random2.c config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c config.status: linking mpn/generic/powlo.c to mpn/powlo.c config.status: linking mpn/generic/powm.c to mpn/powm.c config.status: linking mpn/generic/binvert.c to mpn/binvert.c config.status: linking mpn/generic/urandomb.c to mpn/urandomb.c config.status: linking mpn/generic/urandomm.c to mpn/urandomm.c config.status: linking mpn/generic/randomb.c to mpn/randomb.c config.status: linking mpn/generic/rrandom.c to mpn/rrandom.c config.status: linking mpn/generic/invert.c to mpn/invert.c config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c config.status: linking mpn/generic/get_str.c to mpn/get_str.c config.status: linking mpn/generic/set_str.c to mpn/set_str.c config.status: linking mpn/generic/scan0.c to mpn/scan0.c config.status: linking mpn/generic/scan1.c to mpn/scan1.c config.status: linking mpn/generic/popcount.c to mpn/popcount.c config.status: linking mpn/generic/hamdist.c to mpn/hamdist.c config.status: linking mpn/generic/cmp.c to mpn/cmp.c config.status: linking mpn/generic/perfect_square_p.c to mpn/perfect_square_p.c config.status: linking mpn/generic/bdivmod.c to mpn/bdivmod.c config.status: linking mpn/generic/gcd.c to mpn/gcd.c config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c config.status: linking mpn/generic/jacobi_base.c to mpn/jacobi_base.c config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c config.status: linking mpn/generic/get_d.c to mpn/get_d.c config.status: linking mpn/generic/mullow_n.c to mpn/mullow_n.c config.status: linking mpn/generic/mulhigh_n.c to mpn/mulhigh_n.c config.status: linking mpn/generic/mullow_n_basecase.c to mpn/mullow_n_basecase.c config.status: linking mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c config.status: linking mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c config.status: linking mpn/generic/toom3_mul.c to mpn/toom3_mul.c config.status: linking mpn/generic/toom3_mul_n.c to mpn/toom3_mul_n.c config.status: linking mpn/generic/toom4_mul.c to mpn/toom4_mul.c config.status: linking mpn/generic/toom4_mul_n.c to mpn/toom4_mul_n.c config.status: linking mpn/generic/dc_div_q.c to mpn/dc_div_q.c config.status: linking mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c config.status: linking mpn/generic/sb_div_q.c to mpn/sb_div_q.c config.status: linking mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c config.status: linking mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c config.status: linking mpn/generic/dc_div_qr_n.c to mpn/dc_div_qr_n.c config.status: linking mpn/generic/inv_divappr_q_n.c to mpn/inv_divappr_q_n.c config.status: linking mpn/generic/inv_divappr_q.c to mpn/inv_divappr_q.c config.status: linking mpn/generic/inv_div_q.c to mpn/inv_div_q.c config.status: linking mpn/generic/inv_div_qr.c to mpn/inv_div_qr.c config.status: linking mpn/generic/inv_div_qr_n.c to mpn/inv_div_qr_n.c config.status: linking mpn/generic/rootrem_basecase.c to mpn/rootrem_basecase.c config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c config.status: linking mpn/generic/toom8_sqr_n.c to mpn/toom8_sqr_n.c config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c config.status: linking mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c config.status: linking mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c config.status: linking mpn/generic/dc_bdiv_q_n.c to mpn/dc_bdiv_q_n.c config.status: linking mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c config.status: linking mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c config.status: linking mpn/generic/dc_bdiv_qr_n.c to mpn/dc_bdiv_qr_n.c config.status: linking mpn/generic/divexact.c to mpn/divexact.c config.status: linking mpn/generic/zero.c to mpn/zero.c config.status: linking mpn/generic/copyi.c to mpn/copyi.c config.status: linking mpn/generic/copyd.c to mpn/copyd.c config.status: linking mpn/generic/com_n.c to mpn/com_n.c config.status: linking mpn/generic/neg_n.c to mpn/neg_n.c config.status: linking mpn/generic/and_n.c to mpn/and_n.c config.status: linking mpn/generic/andn_n.c to mpn/andn_n.c config.status: linking mpn/generic/nand_n.c to mpn/nand_n.c config.status: linking mpn/generic/ior_n.c to mpn/ior_n.c config.status: linking mpn/generic/iorn_n.c to mpn/iorn_n.c config.status: linking mpn/generic/nior_n.c to mpn/nior_n.c config.status: linking mpn/generic/xor_n.c to mpn/xor_n.c config.status: linking mpn/generic/xnor_n.c to mpn/xnor_n.c config.status: linking mpn/generic/sumdiff_n.c to mpn/sumdiff_n.c config.status: linking mpn/generic/nsumdiff_n.c to mpn/nsumdiff_n.c config.status: linking mpn/generic/gmp-mparam.h to gmp-mparam.h config.status: linking yasm_mac.inc.nofat to yasm_mac.inc 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, --disable-dependency-tracking, --enable-ipv6, --disable-nls >>> mpir 3.0.0 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' echo "void dummy1(void){return;}" > mpn/dummy1.c /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making all in . make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making all in devel make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' Making all in mpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' Making all in fft make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' Making all in mpz make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' Making all in mpq make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' Making all in mpf make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' Making all in rand make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' Making all in misc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' Making all in cxx make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making all in mpn make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dummy1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dummy1.lo dummy1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o add.lo add.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o add_1.lo add_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o add_n.lo add_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dummy1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dummy1.c -fPIC -DPIC -o .libs/dummy1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c add_1.c -fPIC -DPIC -o .libs/add_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c add_n.c -fPIC -DPIC -o .libs/add_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sub.lo sub.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sub.c -fPIC -DPIC -o .libs/sub.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sub_1.lo sub_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sub_n.lo sub_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mul_1.lo mul_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sub_n.c -fPIC -DPIC -o .libs/sub_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mul_1.c -fPIC -DPIC -o .libs/mul_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o addmul_1.lo addmul_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c addmul_1.c -fPIC -DPIC -o .libs/addmul_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o submul_1.lo submul_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o lshift.lo lshift.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rshift.lo rshift.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c submul_1.c -fPIC -DPIC -o .libs/submul_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rshift.c -fPIC -DPIC -o .libs/rshift.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addadd_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o addadd_n.lo addadd_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lshift.c -fPIC -DPIC -o .libs/lshift.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addadd_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c addadd_n.c -fPIC -DPIC -o .libs/addadd_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addsub_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o addsub_n.lo addsub_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subadd_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o subadd_n.lo subadd_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o comb_tables.lo comb_tables.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addsub_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c addsub_n.c -fPIC -DPIC -o .libs/addsub_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subadd_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c subadd_n.c -fPIC -DPIC -o .libs/subadd_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c comb_tables.c -fPIC -DPIC -o .libs/comb_tables.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divexact_1.lo divexact_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divexact_1.c -fPIC -DPIC -o .libs/divexact_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_by3c | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divexact_by3c.lo divexact_by3c.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_byff | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divexact_byff.lo divexact_byff.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_byfobm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divexact_byfobm1.lo divexact_byfobm1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byff -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divexact_byff.c -fPIC -DPIC -o .libs/divexact_byff.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_by3c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divexact_by3c.c -fPIC -DPIC -o .libs/divexact_by3c.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byfobm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divexact_byfobm1.c -fPIC -DPIC -o .libs/divexact_byfobm1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divisible_p | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divisible_p.lo divisible_p.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem.lo divrem.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_1.lo divrem_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_2.lo divrem_2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divisible_p -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divisible_p.c -fPIC -DPIC -o .libs/divisible_p.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem.c -fPIC -DPIC -o .libs/divrem.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_1.c -fPIC -DPIC -o .libs/divrem_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_2.c -fPIC -DPIC -o .libs/divrem_2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_euclidean_qr_1.lo divrem_euclidean_qr_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_euclidean_qr_1.c -fPIC -DPIC -o .libs/divrem_euclidean_qr_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_qr_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_euclidean_qr_2.lo divrem_euclidean_qr_2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_r_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_euclidean_r_1.lo divrem_euclidean_r_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_euclidean_qr_2.c -fPIC -DPIC -o .libs/divrem_euclidean_qr_2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_r_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_euclidean_r_1.c -fPIC -DPIC -o .libs/divrem_euclidean_r_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_hensel_qr_1.lo divrem_hensel_qr_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_qr_1_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_hensel_qr_1_1.lo divrem_hensel_qr_1_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_hensel_qr_1.c -fPIC -DPIC -o .libs/divrem_hensel_qr_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_hensel_qr_1_1.c -fPIC -DPIC -o .libs/divrem_hensel_qr_1_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_qr_1_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_hensel_qr_1_2.lo divrem_hensel_qr_1_2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_r_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_hensel_r_1.lo divrem_hensel_r_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_qr_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_hensel_qr_1_2.c -fPIC -DPIC -o .libs/divrem_hensel_qr_1_2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_r_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_hensel_r_1.c -fPIC -DPIC -o .libs/divrem_hensel_r_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_hensel_rsh_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divrem_hensel_rsh_qr_1.lo divrem_hensel_rsh_qr_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_hensel_rsh_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divrem_hensel_rsh_qr_1.c -fPIC -DPIC -o .libs/divrem_hensel_rsh_qr_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh_divrem_hensel_qr_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rsh_divrem_hensel_qr_1.lo rsh_divrem_hensel_qr_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh_divrem_hensel_qr_1_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rsh_divrem_hensel_qr_1_1.lo rsh_divrem_hensel_qr_1_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rsh_divrem_hensel_qr_1.c -fPIC -DPIC -o .libs/rsh_divrem_hensel_qr_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh_divrem_hensel_qr_1_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rsh_divrem_hensel_qr_1_2.lo rsh_divrem_hensel_qr_1_2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rsh_divrem_hensel_qr_1_1.c -fPIC -DPIC -o .libs/rsh_divrem_hensel_qr_1_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh_divrem_hensel_qr_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rsh_divrem_hensel_qr_1_2.c -fPIC -DPIC -o .libs/rsh_divrem_hensel_qr_1_2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o add_err1_n.lo add_err1_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o add_err2_n.lo add_err2_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c add_err1_n.c -fPIC -DPIC -o .libs/add_err1_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c add_err2_n.c -fPIC -DPIC -o .libs/add_err2_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sub_err1_n.lo sub_err1_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sub_err1_n.c -fPIC -DPIC -o .libs/sub_err1_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sub_err2_n.lo sub_err2_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fib2_ui.lo fib2_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mod_1.lo mod_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sub_err2_n.c -fPIC -DPIC -o .libs/sub_err2_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mod_1.c -fPIC -DPIC -o .libs/mod_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mod_34lsub1.lo mod_34lsub1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo modexact_1c_odd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o modexact_1c_odd.lo modexact_1c_odd.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mod_34lsub1.c -fPIC -DPIC -o .libs/mod_34lsub1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_modexact_1c_odd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c modexact_1c_odd.c -fPIC -DPIC -o .libs/modexact_1c_odd.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo preinv_divrem_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o preinv_divrem_1.lo preinv_divrem_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_preinv_divrem_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c preinv_divrem_1.c -fPIC -DPIC -o .libs/preinv_divrem_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo preinv_mod_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o preinv_mod_1.lo preinv_mod_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dump.lo dump.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o gcd_subdiv_step.lo gcd_subdiv_step.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_preinv_mod_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c preinv_mod_1.c -fPIC -DPIC -o .libs/preinv_mod_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o gcdext_lehmer.lo gcdext_lehmer.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o gcdext_1.lo gcdext_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd.lo hgcd.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o matrix22_mul.lo matrix22_mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd2.lo hgcd2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd2_jacobi.lo hgcd2_jacobi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd2_jacobi.c -fPIC -DPIC -o .libs/hgcd2_jacobi.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd_appr.lo hgcd_appr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd_jacobi.lo hgcd_jacobi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd_appr.c -fPIC -DPIC -o .libs/hgcd_appr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd_jacobi.c -fPIC -DPIC -o .libs/hgcd_jacobi.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd_matrix.lo hgcd_matrix.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd_matrix.c -fPIC -DPIC -o .libs/hgcd_matrix.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd_reduce.lo hgcd_reduce.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd_reduce.c -fPIC -DPIC -o .libs/hgcd_reduce.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hgcd_step.lo hgcd_step.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hgcd_step.c -fPIC -DPIC -o .libs/hgcd_step.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c matrix22_mul1_inverse_vector.c -fPIC -DPIC -o .libs/matrix22_mul1_inverse_vector.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mod_1_1.lo mod_1_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mod_1_2.lo mod_1_2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mod_1_3.lo mod_1_3.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mod_1_1.c -fPIC -DPIC -o .libs/mod_1_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mod_1_2.c -fPIC -DPIC -o .libs/mod_1_2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o tdiv_q.lo tdiv_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_bases.lo mp_bases.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fib_table.lo fib_table.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulmid_basecase.lo mulmid_basecase.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulmid.lo mulmid.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulmid_n.lo mulmid_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulmid_basecase.c -fPIC -DPIC -o .libs/mulmid_basecase.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulmid.c -fPIC -DPIC -o .libs/mulmid.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulmid_n.c -fPIC -DPIC -o .libs/mulmid_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom42_mulmid.lo toom42_mulmid.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom42_mulmid.c -fPIC -DPIC -o .libs/toom42_mulmid.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bexpp1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulmod_bexpp1.lo mulmod_bexpp1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_2expm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulmod_2expm1.lo mulmod_2expm1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bexpp1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulmod_bexpp1.c -fPIC -DPIC -o .libs/mulmod_bexpp1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_2expm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulmod_2expm1.c -fPIC -DPIC -o .libs/mulmod_2expm1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_2expp1_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulmod_2expp1_basecase.lo mulmod_2expp1_basecase.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_2expp1_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulmod_2expp1_basecase.c -fPIC -DPIC -o .libs/mulmod_2expp1_basecase.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mul_fft.lo mul_fft.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mul.lo mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mul_n.lo mul_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mul_basecase.lo mul_basecase.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sqr_basecase.lo sqr_basecase.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o random.lo random.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mul_basecase.c -fPIC -DPIC -o .libs/mul_basecase.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c random.c -fPIC -DPIC -o .libs/random.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sqr_basecase.c -fPIC -DPIC -o .libs/sqr_basecase.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o random2.lo random2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o pow_1.lo pow_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c random2.c -fPIC -DPIC -o .libs/random2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o powlo.lo powlo.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c powlo.c -fPIC -DPIC -o .libs/powlo.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o powm.lo powm.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c powm.c -fPIC -DPIC -o .libs/powm.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o binvert.lo binvert.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo urandomb | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o urandomb.lo urandomb.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_urandomb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c binvert.c -fPIC -DPIC -o .libs/binvert.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo urandomm | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o urandomm.lo urandomm.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo randomb | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randomb.lo randomb.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_urandomm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_randomb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randomb.c -fPIC -DPIC -o .libs/randomb.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rrandom | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rrandom.lo rrandom.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o invert.lo invert.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rootrem.lo rootrem.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sizeinbase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sizeinbase.lo sizeinbase.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rrandom -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rrandom.c -fPIC -DPIC -o .libs/rrandom.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c invert.c -fPIC -DPIC -o .libs/invert.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sqrtrem.lo sqrtrem.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o get_str.lo get_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o set_str.lo set_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o scan0.lo scan0.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c scan0.c -fPIC -DPIC -o .libs/scan0.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o scan1.lo scan1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o popcount.lo popcount.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c scan1.c -fPIC -DPIC -o .libs/scan1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c popcount.c -fPIC -DPIC -o .libs/popcount.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hamdist.lo hamdist.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o cmp.lo cmp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfect_square_p | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o perfect_square_p.lo perfect_square_p.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdivmod | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o bdivmod.lo bdivmod.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o gcd.lo gcd.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdivmod -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c bdivmod.c -fPIC -DPIC -o .libs/bdivmod.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c gcd.c -fPIC -DPIC -o .libs/gcd.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfect_square_p -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c perfect_square_p.c -fPIC -DPIC -o .libs/perfect_square_p.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o gcd_1.lo gcd_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c gcd_1.c -fPIC -DPIC -o .libs/gcd_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o gcdext.lo gcdext.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o tdiv_qr.lo tdiv_qr.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_base | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o jacobi_base.lo jacobi_base.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o jacobi.lo jacobi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_base -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c jacobi_base.c -fPIC -DPIC -o .libs/jacobi_base.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o jacobi_2.lo jacobi_2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c jacobi_2.c -fPIC -DPIC -o .libs/jacobi_2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o get_d.lo get_d.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c get_d.c -fPIC -DPIC -o .libs/get_d.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mullow_n.lo mullow_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulhigh_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mulhigh_n.lo mulhigh_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulhigh_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mulhigh_n.c -fPIC -DPIC -o .libs/mulhigh_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mullow_n.c -fPIC -DPIC -o .libs/mullow_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_n_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mullow_n_basecase.lo mullow_n_basecase.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_n_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mullow_n_basecase.c -fPIC -DPIC -o .libs/mullow_n_basecase.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullow_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mullow_basecase.lo mullow_basecase.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullow_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mullow_basecase.c -fPIC -DPIC -o .libs/mullow_basecase.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o redc_1.lo redc_1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c redc_1.c -fPIC -DPIC -o .libs/redc_1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o redc_2.lo redc_2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o redc_n.lo redc_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_divappr_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sb_divappr_q.lo sb_divappr_q.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c redc_2.c -fPIC -DPIC -o .libs/redc_2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sb_divappr_q.c -fPIC -DPIC -o .libs/sb_divappr_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c redc_n.c -fPIC -DPIC -o .libs/redc_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom3_mul.lo toom3_mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom3_mul.c -fPIC -DPIC -o .libs/toom3_mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_mul_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom3_mul_n.lo toom3_mul_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom4_mul.lo toom4_mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom3_mul_n.c -fPIC -DPIC -o .libs/toom3_mul_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom4_mul.c -fPIC -DPIC -o .libs/toom4_mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_mul_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom4_mul_n.lo toom4_mul_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_mul_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom4_mul_n.c -fPIC -DPIC -o .libs/toom4_mul_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_div_q.lo dc_div_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_divappr_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_divappr_q.lo dc_divappr_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sb_div_q.lo sb_div_q.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sb_div_q.c -fPIC -DPIC -o .libs/sb_div_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_divappr_q.c -fPIC -DPIC -o .libs/dc_divappr_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_div_q.c -fPIC -DPIC -o .libs/dc_div_q.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sb_div_qr.lo sb_div_qr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_div_qr.lo dc_div_qr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_div_qr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_div_qr_n.lo dc_div_qr_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sb_div_qr.c -fPIC -DPIC -o .libs/sb_div_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_div_qr.c -fPIC -DPIC -o .libs/dc_div_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_div_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_div_qr_n.c -fPIC -DPIC -o .libs/dc_div_qr_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_divappr_q_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o inv_divappr_q_n.lo inv_divappr_q_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_divappr_q_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c inv_divappr_q_n.c -fPIC -DPIC -o .libs/inv_divappr_q_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_divappr_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o inv_divappr_q.lo inv_divappr_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_div_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o inv_div_q.lo inv_div_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_div_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o inv_div_qr.lo inv_div_qr.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_divappr_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c inv_divappr_q.c -fPIC -DPIC -o .libs/inv_divappr_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c inv_div_qr.c -fPIC -DPIC -o .libs/inv_div_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c inv_div_q.c -fPIC -DPIC -o .libs/inv_div_q.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo inv_div_qr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o inv_div_qr_n.lo inv_div_qr_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem_basecase | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rootrem_basecase.lo rootrem_basecase.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem_basecase -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rootrem_basecase.c -fPIC -DPIC -o .libs/rootrem_basecase.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_inv_div_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c inv_div_qr_n.c -fPIC -DPIC -o .libs/inv_div_qr_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_eval_pm1.lo toom_eval_pm1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_eval_pm2.lo toom_eval_pm2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom8_sqr_n.lo toom8_sqr_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom8_sqr_n.c -fPIC -DPIC -o .libs/toom8_sqr_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom8h_mul.lo toom8h_mul.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o toom_couple_handling.lo toom_couple_handling.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_bdiv_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sb_bdiv_q.lo sb_bdiv_q.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sb_bdiv_q.c -fPIC -DPIC -o .libs/sb_bdiv_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_bdiv_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sb_bdiv_qr.lo sb_bdiv_qr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_q_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_bdiv_q_n.lo dc_bdiv_q_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_q | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_bdiv_q.lo dc_bdiv_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_qr | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_bdiv_qr.lo dc_bdiv_qr.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_bdiv_q_n.c -fPIC -DPIC -o .libs/dc_bdiv_q_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_bdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sb_bdiv_qr.c -fPIC -DPIC -o .libs/sb_bdiv_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_bdiv_qr.c -fPIC -DPIC -o .libs/dc_bdiv_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_q -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_bdiv_q.c -fPIC -DPIC -o .libs/dc_bdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dc_bdiv_qr_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dc_bdiv_qr_n.lo dc_bdiv_qr_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o divexact.lo divexact.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o zero.lo zero.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o copyi.lo copyi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dc_bdiv_qr_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dc_bdiv_qr_n.c -fPIC -DPIC -o .libs/dc_bdiv_qr_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c divexact.c -fPIC -DPIC -o .libs/divexact.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c zero.c -fPIC -DPIC -o .libs/zero.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c copyi.c -fPIC -DPIC -o .libs/copyi.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o copyd.lo copyd.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o com_n.lo com_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o neg_n.lo neg_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o and_n.lo and_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c com_n.c -fPIC -DPIC -o .libs/com_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c copyd.c -fPIC -DPIC -o .libs/copyd.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c neg_n.c -fPIC -DPIC -o .libs/neg_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c and_n.c -fPIC -DPIC -o .libs/and_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o andn_n.lo andn_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o nand_n.lo nand_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ior_n.lo ior_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o iorn_n.lo iorn_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c andn_n.c -fPIC -DPIC -o .libs/andn_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c nand_n.c -fPIC -DPIC -o .libs/nand_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c iorn_n.c -fPIC -DPIC -o .libs/iorn_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ior_n.c -fPIC -DPIC -o .libs/ior_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o nior_n.lo nior_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o xor_n.lo xor_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o xnor_n.lo xnor_n.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sumdiff_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sumdiff_n.lo sumdiff_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c xnor_n.c -fPIC -DPIC -o .libs/xnor_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c xor_n.c -fPIC -DPIC -o .libs/xor_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c nior_n.c -fPIC -DPIC -o .libs/nior_n.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sumdiff_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sumdiff_n.c -fPIC -DPIC -o .libs/sumdiff_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nsumdiff_n | sed 's/_$//'` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o nsumdiff_n.lo nsumdiff_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nsumdiff_n -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c nsumdiff_n.c -fPIC -DPIC -o .libs/nsumdiff_n.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libmpn.la dummy1.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo addadd_n.lo addsub_n.lo subadd_n.lo comb_tables.lo divexact_1.lo divexact_by3c.lo divexact_byff.lo divexact_byfobm1.lo divisible_p.lo divrem.lo divrem_1.lo divrem_2.lo divrem_euclidean_qr_1.lo divrem_euclidean_qr_2.lo divrem_euclidean_r_1.lo divrem_hensel_qr_1.lo divrem_hensel_qr_1_1.lo divrem_hensel_qr_1_2.lo divrem_hensel_r_1.lo divrem_hensel_rsh_qr_1.lo rsh_divrem_hensel_qr_1.lo rsh_divrem_hensel_qr_1_1.lo rsh_divrem_hensel_qr_1_2.lo add_err1_n.lo add_err2_n.lo sub_err1_n.lo sub_err2_n.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo modexact_1c_odd.lo preinv_divrem_1.lo preinv_mod_1.lo dump.lo gcd_subdiv_step.lo gcdext_lehmer.lo gcdext_1.lo hgcd.lo matrix22_mul.lo hgcd2.lo hgcd2_jacobi.lo hgcd_appr.lo hgcd_jacobi.lo hgcd_matrix.lo hgcd_reduce.lo hgcd_step.lo matrix22_mul1_inverse_vector.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo tdiv_q.lo mp_bases.lo fib_table.lo mulmid_basecase.lo mulmid.lo mulmid_n.lo toom42_mulmid.lo mulmod_bexpp1.lo mulmod_2expm1.lo mulmod_2expp1_basecase.lo mul_fft.lo mul.lo mul_n.lo mul_basecase.lo sqr_basecase.lo random.lo random2.lo pow_1.lo powlo.lo powm.lo binvert.lo urandomb.lo urandomm.lo randomb.lo rrandom.lo invert.lo rootrem.lo sizeinbase.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfect_square_p.lo bdivmod.lo gcd.lo gcd_1.lo gcdext.lo tdiv_qr.lo jacobi_base.lo jacobi.lo jacobi_2.lo get_d.lo mullow_n.lo mulhigh_n.lo mullow_n_basecase.lo mullow_basecase.lo redc_1.lo redc_2.lo redc_n.lo sb_divappr_q.lo toom3_mul.lo toom3_mul_n.lo toom4_mul.lo toom4_mul_n.lo dc_div_q.lo dc_divappr_q.lo sb_div_q.lo sb_div_qr.lo dc_div_qr.lo dc_div_qr_n.lo inv_divappr_q_n.lo inv_divappr_q.lo inv_div_q.lo inv_div_qr.lo inv_div_qr_n.lo rootrem_basecase.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_16pts.lo toom8_sqr_n.lo toom8h_mul.lo toom_couple_handling.lo sb_bdiv_q.lo sb_bdiv_qr.lo dc_bdiv_q_n.lo dc_bdiv_q.lo dc_bdiv_qr.lo dc_bdiv_qr_n.lo divexact.lo zero.lo copyi.lo copyd.lo com_n.lo neg_n.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo sumdiff_n.lo nsumdiff_n.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libmpn.a .libs/dummy1.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/lshift.o .libs/rshift.o .libs/addadd_n.o .libs/addsub_n.o .libs/subadd_n.o .libs/comb_tables.o .libs/divexact_1.o .libs/divexact_by3c.o .libs/divexact_byff.o .libs/divexact_byfobm1.o .libs/divisible_p.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/divrem_euclidean_qr_1.o .libs/divrem_euclidean_qr_2.o .libs/divrem_euclidean_r_1.o .libs/divrem_hensel_qr_1.o .libs/divrem_hensel_qr_1_1.o .libs/divrem_hensel_qr_1_2.o .libs/divrem_hensel_r_1.o .libs/divrem_hensel_rsh_qr_1.o .libs/rsh_divrem_hensel_qr_1.o .libs/rsh_divrem_hensel_qr_1_1.o .libs/rsh_divrem_hensel_qr_1_2.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/modexact_1c_odd.o .libs/preinv_divrem_1.o .libs/preinv_mod_1.o .libs/dump.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/gcdext_1.o .libs/hgcd.o .libs/matrix22_mul.o .libs/hgcd2.o .libs/hgcd2_jacobi.o .libs/hgcd_appr.o .libs/hgcd_jacobi.o .libs/hgcd_matrix.o .libs/hgcd_reduce.o .libs/hgcd_step.o .libs/matrix22_mul1_inverse_vector.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/tdiv_q.o .libs/mp_bases.o .libs/fib_table.o .libs/mulmid_basecase.o .libs/mulmid.o .libs/mulmid_n.o .libs/toom42_mulmid.o .libs/mulmod_bexpp1.o .libs/mulmod_2expm1.o .libs/mulmod_2expp1_basecase.o .libs/mul_fft.o .libs/mul.o .libs/mul_n.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/powlo.o .libs/powm.o .libs/binvert.o .libs/urandomb.o .libs/urandomm.o .libs/randomb.o .libs/rrandom.o .libs/invert.o .libs/rootrem.o .libs/sizeinbase.o .libs/sqrtrem.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/perfect_square_p.o .libs/bdivmod.o .libs/gcd.o .libs/gcd_1.o .libs/gcdext.o .libs/tdiv_qr.o .libs/jacobi_base.o .libs/jacobi.o .libs/jacobi_2.o .libs/get_d.o .libs/mullow_n.o .libs/mulhigh_n.o .libs/mullow_n_basecase.o .libs/mullow_basecase.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/sb_divappr_q.o .libs/toom3_mul.o .libs/toom3_mul_n.o .libs/toom4_mul.o .libs/toom4_mul_n.o .libs/dc_div_q.o .libs/dc_divappr_q.o .libs/sb_div_q.o .libs/sb_div_qr.o .libs/dc_div_qr.o .libs/dc_div_qr_n.o .libs/inv_divappr_q_n.o .libs/inv_divappr_q.o .libs/inv_div_q.o .libs/inv_div_qr.o .libs/inv_div_qr_n.o .libs/rootrem_basecase.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_16pts.o .libs/toom8_sqr_n.o .libs/toom8h_mul.o .libs/toom_couple_handling.o .libs/sb_bdiv_q.o .libs/sb_bdiv_qr.o .libs/dc_bdiv_q_n.o .libs/dc_bdiv_q.o .libs/dc_bdiv_qr.o .libs/dc_bdiv_qr_n.o .libs/divexact.o .libs/zero.o .libs/copyi.o .libs/copyd.o .libs/com_n.o .libs/neg_n.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/sumdiff_n.o .libs/nsumdiff_n.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libmpn.a libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' Making all in fft make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o adjust.lo adjust.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o adjust_sqrt2.lo adjust_sqrt2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o butterfly_lshB.lo butterfly_lshB.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o butterfly_rshB.lo butterfly_rshB.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c butterfly_lshB.c -fPIC -DPIC -o .libs/butterfly_lshB.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c adjust_sqrt2.c -fPIC -DPIC -o .libs/adjust_sqrt2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c adjust.c -fPIC -DPIC -o .libs/adjust.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c butterfly_rshB.c -fPIC -DPIC -o .libs/butterfly_rshB.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o combine_bits.lo combine_bits.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o div_2expmod_2expp1.lo div_2expmod_2expp1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c combine_bits.c -fPIC -DPIC -o .libs/combine_bits.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c div_2expmod_2expp1.c -fPIC -DPIC -o .libs/div_2expmod_2expp1.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fermat_to_mpz.lo fermat_to_mpz.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fft_mfa_trunc_sqrt2.lo fft_mfa_trunc_sqrt2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fft_mfa_trunc_sqrt2_inner.lo fft_mfa_trunc_sqrt2_inner.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fft_negacyclic.lo fft_negacyclic.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fermat_to_mpz.c -fPIC -DPIC -o .libs/fermat_to_mpz.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fft_mfa_trunc_sqrt2.c -fPIC -DPIC -o .libs/fft_mfa_trunc_sqrt2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fft_negacyclic.c -fPIC -DPIC -o .libs/fft_negacyclic.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fft_mfa_trunc_sqrt2_inner.c -fPIC -DPIC -o .libs/fft_mfa_trunc_sqrt2_inner.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fft_radix2.lo fft_radix2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fft_trunc.lo fft_trunc.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fft_trunc_sqrt2.lo fft_trunc_sqrt2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fft_radix2.c -fPIC -DPIC -o .libs/fft_radix2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fft_trunc.c -fPIC -DPIC -o .libs/fft_trunc.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fft_trunc_sqrt2.c -fPIC -DPIC -o .libs/fft_trunc_sqrt2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ifft_mfa_trunc_sqrt2.lo ifft_mfa_trunc_sqrt2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ifft_negacyclic.lo ifft_negacyclic.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ifft_radix2.lo ifft_radix2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ifft_trunc.lo ifft_trunc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ifft_mfa_trunc_sqrt2.c -fPIC -DPIC -o .libs/ifft_mfa_trunc_sqrt2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ifft_trunc.c -fPIC -DPIC -o .libs/ifft_trunc.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ifft_radix2.c -fPIC -DPIC -o .libs/ifft_radix2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ifft_negacyclic.c -fPIC -DPIC -o .libs/ifft_negacyclic.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ifft_trunc_sqrt2.lo ifft_trunc_sqrt2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_2expmod_2expp1.lo mul_2expmod_2expp1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_2expmod_2expp1.c -fPIC -DPIC -o .libs/mul_2expmod_2expp1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ifft_trunc_sqrt2.c -fPIC -DPIC -o .libs/ifft_trunc_sqrt2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_fft_main.lo mul_fft_main.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_fft_main.c -fPIC -DPIC -o .libs/mul_fft_main.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_mfa_trunc_sqrt2.lo mul_mfa_trunc_sqrt2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_trunc_sqrt2.lo mul_trunc_sqrt2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mulmod_2expp1.lo mulmod_2expp1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o normmod_2expp1.lo normmod_2expp1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_mfa_trunc_sqrt2.c -fPIC -DPIC -o .libs/mul_mfa_trunc_sqrt2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c normmod_2expp1.c -fPIC -DPIC -o .libs/normmod_2expp1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mulmod_2expp1.c -fPIC -DPIC -o .libs/mulmod_2expp1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_trunc_sqrt2.c -fPIC -DPIC -o .libs/mul_trunc_sqrt2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o revbin.lo revbin.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o split_bits.lo split_bits.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c revbin.c -fPIC -DPIC -o .libs/revbin.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c split_bits.c -fPIC -DPIC -o .libs/split_bits.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libfft.la adjust.lo adjust_sqrt2.lo butterfly_lshB.lo butterfly_rshB.lo combine_bits.lo div_2expmod_2expp1.lo fermat_to_mpz.lo fft_mfa_trunc_sqrt2.lo fft_mfa_trunc_sqrt2_inner.lo fft_negacyclic.lo fft_radix2.lo fft_trunc.lo fft_trunc_sqrt2.lo ifft_mfa_trunc_sqrt2.lo ifft_negacyclic.lo ifft_radix2.lo ifft_trunc.lo ifft_trunc_sqrt2.lo mul_2expmod_2expp1.lo mul_fft_main.lo mul_mfa_trunc_sqrt2.lo mul_trunc_sqrt2.lo mulmod_2expp1.lo normmod_2expp1.lo revbin.lo split_bits.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libfft.a .libs/adjust.o .libs/adjust_sqrt2.o .libs/butterfly_lshB.o .libs/butterfly_rshB.o .libs/combine_bits.o .libs/div_2expmod_2expp1.o .libs/fermat_to_mpz.o .libs/fft_mfa_trunc_sqrt2.o .libs/fft_mfa_trunc_sqrt2_inner.o .libs/fft_negacyclic.o .libs/fft_radix2.o .libs/fft_trunc.o .libs/fft_trunc_sqrt2.o .libs/ifft_mfa_trunc_sqrt2.o .libs/ifft_negacyclic.o .libs/ifft_radix2.o .libs/ifft_trunc.o .libs/ifft_trunc_sqrt2.o .libs/mul_2expmod_2expp1.o .libs/mul_fft_main.o .libs/mul_mfa_trunc_sqrt2.o .libs/mul_trunc_sqrt2.o .libs/mulmod_2expp1.o .libs/normmod_2expp1.o .libs/revbin.o .libs/split_bits.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libfft.a libtool: link: ( cd ".libs" && rm -f "libfft.la" && ln -s "../libfft.la" "libfft.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' Making all in mpz make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o 2fac_ui.lo 2fac_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o abs.lo abs.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o add.lo add.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o add_ui.lo add_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c 2fac_ui.c -fPIC -DPIC -o .libs/2fac_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o and.lo and.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o aorsmul.lo aorsmul.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o aorsmul_i.lo aorsmul_i.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o array_init.lo array_init.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c aorsmul.c -fPIC -DPIC -o .libs/aorsmul.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c aorsmul_i.c -fPIC -DPIC -o .libs/aorsmul_i.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c and.c -fPIC -DPIC -o .libs/and.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c array_init.c -fPIC -DPIC -o .libs/array_init.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o bin_ui.lo bin_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o bin_uiui.lo bin_uiui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_q.lo cdiv_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_q_ui.lo cdiv_q_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c bin_uiui.c -fPIC -DPIC -o .libs/bin_uiui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_q.c -fPIC -DPIC -o .libs/cdiv_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c bin_ui.c -fPIC -DPIC -o .libs/bin_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_q_ui.c -fPIC -DPIC -o .libs/cdiv_q_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_qr.lo cdiv_qr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_qr_ui.lo cdiv_qr_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_r.lo cdiv_r.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_qr.c -fPIC -DPIC -o .libs/cdiv_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_r.c -fPIC -DPIC -o .libs/cdiv_r.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_qr_ui.c -fPIC -DPIC -o .libs/cdiv_qr_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_r_ui.lo cdiv_r_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cdiv_ui.lo cdiv_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_r_ui.c -fPIC -DPIC -o .libs/cdiv_r_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cfdiv_q_2exp.c -fPIC -DPIC -o .libs/cfdiv_q_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cdiv_ui.c -fPIC -DPIC -o .libs/cdiv_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cfdiv_r_2exp.c -fPIC -DPIC -o .libs/cfdiv_r_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clear.lo clear.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clears.lo clears.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clrbit.lo clrbit.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clrbit.c -fPIC -DPIC -o .libs/clrbit.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp.c -fPIC -DPIC -o .libs/cmp.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_d.lo cmp_d.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_si.lo cmp_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_ui.lo cmp_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmpabs.lo cmpabs.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmpabs_d.lo cmpabs_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmpabs_ui.lo cmpabs_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o com.lo com.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmpabs_d.c -fPIC -DPIC -o .libs/cmpabs_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c com.c -fPIC -DPIC -o .libs/com.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o combit.lo combit.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cong.lo cong.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c combit.c -fPIC -DPIC -o .libs/combit.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cong.c -fPIC -DPIC -o .libs/cong.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cong_2exp.lo cong_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cong_ui.lo cong_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cong_2exp.c -fPIC -DPIC -o .libs/cong_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cong_ui.c -fPIC -DPIC -o .libs/cong_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o dive_ui.lo dive_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o divegcd.lo divegcd.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o divexact.lo divexact.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c dive_ui.c -fPIC -DPIC -o .libs/dive_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c divexact.c -fPIC -DPIC -o .libs/divexact.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o divis.lo divis.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c divegcd.c -fPIC -DPIC -o .libs/divegcd.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c divis.c -fPIC -DPIC -o .libs/divis.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o divis_2exp.lo divis_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o divis_ui.lo divis_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o dump.lo dump.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o export.lo export.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c divis_2exp.c -fPIC -DPIC -o .libs/divis_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c divis_ui.c -fPIC -DPIC -o .libs/divis_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c export.c -fPIC -DPIC -o .libs/export.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c dump.c -fPIC -DPIC -o .libs/dump.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fac_ui.lo fac_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_q.lo fdiv_q.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_q.c -fPIC -DPIC -o .libs/fdiv_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fac_ui.c -fPIC -DPIC -o .libs/fac_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_q_ui.lo fdiv_q_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_qr.lo fdiv_qr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_qr_ui.lo fdiv_qr_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_q_ui.c -fPIC -DPIC -o .libs/fdiv_q_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_r.lo fdiv_r.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_qr.c -fPIC -DPIC -o .libs/fdiv_qr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_qr_ui.c -fPIC -DPIC -o .libs/fdiv_qr_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_r.c -fPIC -DPIC -o .libs/fdiv_r.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_r_ui.lo fdiv_r_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fdiv_ui.lo fdiv_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fib2_ui.lo fib2_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_r_ui.c -fPIC -DPIC -o .libs/fdiv_r_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fdiv_ui.c -fPIC -DPIC -o .libs/fdiv_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fib_ui.lo fib_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fib_ui.c -fPIC -DPIC -o .libs/fib_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_si.lo fits_si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_si.c -fPIC -DPIC -o .libs/fits_si.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_sint.lo fits_sint.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_slong.lo fits_slong.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_sshort.lo fits_sshort.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_ui.lo fits_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_ui.c -fPIC -DPIC -o .libs/fits_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_uint.lo fits_uint.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_ulong.lo fits_ulong.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_ushort.lo fits_ushort.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o gcd.lo gcd.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c gcd.c -fPIC -DPIC -o .libs/gcd.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o gcd_ui.lo gcd_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o gcdext.lo gcdext.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_d.lo get_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_d_2exp.lo get_d_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c gcd_ui.c -fPIC -DPIC -o .libs/gcd_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_d.c -fPIC -DPIC -o .libs/get_d.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_si.lo get_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_str.lo get_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_sx.lo get_sx.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_ui.lo get_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_si.c -fPIC -DPIC -o .libs/get_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_sx.c -fPIC -DPIC -o .libs/get_sx.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_ux.lo get_ux.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o getlimbn.lo getlimbn.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o hamdist.lo hamdist.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o import.lo import.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_ux.c -fPIC -DPIC -o .libs/get_ux.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c import.c -fPIC -DPIC -o .libs/import.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c getlimbn.c -fPIC -DPIC -o .libs/getlimbn.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o init.lo init.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o init2.lo init2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inits.lo inits.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inp_raw.lo inp_raw.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inp_raw.c -fPIC -DPIC -o .libs/inp_raw.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c init2.c -fPIC -DPIC -o .libs/init2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inp_str.lo inp_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o invert.lo invert.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ior.lo ior.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset.lo iset.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ior.c -fPIC -DPIC -o .libs/ior.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c invert.c -fPIC -DPIC -o .libs/invert.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset.c -fPIC -DPIC -o .libs/iset.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_d.lo iset_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_si.lo iset_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_str.lo iset_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_sx.lo iset_sx.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_ui.lo iset_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_ux.lo iset_ux.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o jacobi.lo jacobi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_sx.c -fPIC -DPIC -o .libs/iset_sx.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_ux.c -fPIC -DPIC -o .libs/iset_ux.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o kronsz.lo kronsz.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o kronuz.lo kronuz.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o kronzs.lo kronzs.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o kronzu.lo kronzu.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c kronuz.c -fPIC -DPIC -o .libs/kronuz.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c kronsz.c -fPIC -DPIC -o .libs/kronsz.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c kronzu.c -fPIC -DPIC -o .libs/kronzu.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c kronzs.c -fPIC -DPIC -o .libs/kronzs.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o lcm.lo lcm.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o lcm_ui.lo lcm_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o likely_prime_p.lo likely_prime_p.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o limbs_finish.lo limbs_finish.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c lcm.c -fPIC -DPIC -o .libs/lcm.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c limbs_finish.c -fPIC -DPIC -o .libs/limbs_finish.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c lcm_ui.c -fPIC -DPIC -o .libs/lcm_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c likely_prime_p.c -fPIC -DPIC -o .libs/likely_prime_p.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o limbs_modify.lo limbs_modify.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o limbs_read.lo limbs_read.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o limbs_write.lo limbs_write.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c limbs_write.c -fPIC -DPIC -o .libs/limbs_write.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c limbs_modify.c -fPIC -DPIC -o .libs/limbs_modify.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c limbs_read.c -fPIC -DPIC -o .libs/limbs_read.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o lucnum2_ui.lo lucnum2_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o lucnum_ui.lo lucnum_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mfac_uiui.lo mfac_uiui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c lucnum2_ui.c -fPIC -DPIC -o .libs/lucnum2_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mfac_uiui.c -fPIC -DPIC -o .libs/mfac_uiui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c lucnum_ui.c -fPIC -DPIC -o .libs/lucnum_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o miller_rabin.lo miller_rabin.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o millerrabin.lo millerrabin.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c millerrabin.c -fPIC -DPIC -o .libs/millerrabin.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mod.lo mod.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c miller_rabin.c -fPIC -DPIC -o .libs/miller_rabin.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mod.c -fPIC -DPIC -o .libs/mod.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul.lo mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_2exp.lo mul_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_si.lo mul_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_ui.lo mul_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o n_pow_ui.lo n_pow_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c n_pow_ui.c -fPIC -DPIC -o .libs/n_pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o neg.lo neg.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o next_prime_candidate.lo next_prime_candidate.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o nextprime.lo nextprime.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o nthroot.lo nthroot.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c next_prime_candidate.c -fPIC -DPIC -o .libs/next_prime_candidate.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c nthroot.c -fPIC -DPIC -o .libs/nthroot.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o oddfac_1.lo oddfac_1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o out_raw.lo out_raw.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o out_str.lo out_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o perfpow.lo perfpow.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c out_raw.c -fPIC -DPIC -o .libs/out_raw.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c oddfac_1.c -fPIC -DPIC -o .libs/oddfac_1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c out_str.c -fPIC -DPIC -o .libs/out_str.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o perfsqr.lo perfsqr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o popcount.lo popcount.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o pow_ui.lo pow_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o powm.lo powm.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c popcount.c -fPIC -DPIC -o .libs/popcount.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c powm.c -fPIC -DPIC -o .libs/powm.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o powm_ui.lo powm_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o pprime_p.lo pprime_p.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o primorial_ui.lo primorial_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o probable_prime_p.lo probable_prime_p.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c powm_ui.c -fPIC -DPIC -o .libs/powm_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c probable_prime_p.c -fPIC -DPIC -o .libs/probable_prime_p.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c pprime_p.c -fPIC -DPIC -o .libs/pprime_p.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c primorial_ui.c -fPIC -DPIC -o .libs/primorial_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o prodlimbs.lo prodlimbs.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o realloc.lo realloc.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o realloc2.lo realloc2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o remove.lo remove.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c remove.c -fPIC -DPIC -o .libs/remove.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c realloc2.c -fPIC -DPIC -o .libs/realloc2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c prodlimbs.c -fPIC -DPIC -o .libs/prodlimbs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c realloc.c -fPIC -DPIC -o .libs/realloc.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o roinit_n.lo roinit_n.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c roinit_n.c -fPIC -DPIC -o .libs/roinit_n.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o root.lo root.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o rootrem.lo rootrem.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o rrandomb.lo rrandomb.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c root.c -fPIC -DPIC -o .libs/root.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o scan0.lo scan0.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c scan0.c -fPIC -DPIC -o .libs/scan0.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o scan1.lo scan1.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set.lo set.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_d.lo set_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_f.lo set_f.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c scan1.c -fPIC -DPIC -o .libs/scan1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_f.c -fPIC -DPIC -o .libs/set_f.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_d.c -fPIC -DPIC -o .libs/set_d.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_q.lo set_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_si.lo set_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_str.lo set_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_sx.lo set_sx.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_q.c -fPIC -DPIC -o .libs/set_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_sx.c -fPIC -DPIC -o .libs/set_sx.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_ui.lo set_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_ux.lo set_ux.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o setbit.lo setbit.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o size.lo size.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c setbit.c -fPIC -DPIC -o .libs/setbit.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_ux.c -fPIC -DPIC -o .libs/set_ux.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c size.c -fPIC -DPIC -o .libs/size.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sizeinbase.lo sizeinbase.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sqrt.lo sqrt.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sqrtrem.lo sqrtrem.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sub.lo sub.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sub.c -fPIC -DPIC -o .libs/sub.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sub_ui.lo sub_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o swap.lo swap.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_q.lo tdiv_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_q_2exp.lo tdiv_q_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_q_2exp.c -fPIC -DPIC -o .libs/tdiv_q_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_q_ui.lo tdiv_q_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_qr.lo tdiv_qr.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_qr_ui.lo tdiv_qr_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_r.lo tdiv_r.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_q_ui.c -fPIC -DPIC -o .libs/tdiv_q_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_qr_ui.c -fPIC -DPIC -o .libs/tdiv_qr_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_r.c -fPIC -DPIC -o .libs/tdiv_r.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_r_2exp.lo tdiv_r_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_r_ui.lo tdiv_r_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_r_ui.c -fPIC -DPIC -o .libs/tdiv_r_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_r_2exp.c -fPIC -DPIC -o .libs/tdiv_r_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tdiv_ui.lo tdiv_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o trial_division.lo trial_division.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tdiv_ui.c -fPIC -DPIC -o .libs/tdiv_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c trial_division.c -fPIC -DPIC -o .libs/trial_division.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o tstbit.lo tstbit.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ui_pow_ui.lo ui_pow_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ui_sub.lo ui_sub.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o urandomb.lo urandomb.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c tstbit.c -fPIC -DPIC -o .libs/tstbit.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o urandomm.lo urandomm.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o xor.lo xor.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c xor.c -fPIC -DPIC -o .libs/xor.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libmpz.la 2fac_ui.lo abs.lo add.lo add_ui.lo and.lo aorsmul.lo aorsmul_i.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo dive_ui.lo divegcd.lo divexact.lo divis.lo divis_2exp.lo divis_ui.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib2_ui.lo fib_ui.lo fits_si.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_ui.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_sx.lo get_ui.lo get_ux.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_sx.lo iset_ui.lo iset_ux.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo likely_prime_p.lo limbs_finish.lo limbs_modify.lo limbs_read.lo limbs_write.lo lucnum2_ui.lo lucnum_ui.lo mfac_uiui.lo miller_rabin.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo next_prime_candidate.lo nextprime.lo nthroot.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_ui.lo pprime_p.lo primorial_ui.lo probable_prime_p.lo prodlimbs.lo realloc.lo realloc2.lo remove.lo roinit_n.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_sx.lo set_ui.lo set_ux.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tdiv_ui.lo trial_division.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libmpz.a .libs/2fac_ui.o .libs/abs.o .libs/add.o .libs/add_ui.o .libs/and.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/dive_ui.o .libs/divegcd.o .libs/divexact.o .libs/divis.o .libs/divis_2exp.o .libs/divis_ui.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib2_ui.o .libs/fib_ui.o .libs/fits_si.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_ui.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_sx.o .libs/get_ui.o .libs/get_ux.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_sx.o .libs/iset_ui.o .libs/iset_ux.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/likely_prime_p.o .libs/limbs_finish.o .libs/limbs_modify.o .libs/limbs_read.o .libs/limbs_write.o .libs/lucnum2_ui.o .libs/lucnum_ui.o .libs/mfac_uiui.o .libs/miller_rabin.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/next_prime_candidate.o .libs/nextprime.o .libs/nthroot.o .libs/oddfac_1.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_ui.o .libs/pprime_p.o .libs/primorial_ui.o .libs/probable_prime_p.o .libs/prodlimbs.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/roinit_n.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_sx.o .libs/set_ui.o .libs/set_ux.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tdiv_ui.o .libs/trial_division.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libmpz.a libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' Making all in mpq make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o abs.lo abs.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o aors.lo aors.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o canonicalize.lo canonicalize.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clear.lo clear.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c aors.c -fPIC -DPIC -o .libs/aors.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c canonicalize.c -fPIC -DPIC -o .libs/canonicalize.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clears.lo clears.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp.c -fPIC -DPIC -o .libs/cmp.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_si.lo cmp_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_ui.lo cmp_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o div.lo div.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o equal.lo equal.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_d.lo get_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_den.lo get_den.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c equal.c -fPIC -DPIC -o .libs/equal.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_den.c -fPIC -DPIC -o .libs/get_den.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_num.lo get_num.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_str.lo get_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o init.lo init.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inits.lo inits.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_num.c -fPIC -DPIC -o .libs/get_num.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inits.c -fPIC -DPIC -o .libs/inits.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inp_str.lo inp_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inv.lo inv.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inv.c -fPIC -DPIC -o .libs/inv.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o md_2exp.lo md_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul.lo mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c md_2exp.c -fPIC -DPIC -o .libs/md_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o neg.lo neg.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o out_str.lo out_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set.lo set.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_d.lo set_d.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_d.c -fPIC -DPIC -o .libs/set_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set.c -fPIC -DPIC -o .libs/set.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_den.lo set_den.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_f.lo set_f.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_num.lo set_num.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_den.c -fPIC -DPIC -o .libs/set_den.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_f.c -fPIC -DPIC -o .libs/set_f.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_si.lo set_si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_num.c -fPIC -DPIC -o .libs/set_num.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_si.c -fPIC -DPIC -o .libs/set_si.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_str.lo set_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_ui.lo set_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_z.lo set_z.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o swap.lo swap.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_d.lo set_den.lo set_f.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo swap.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_d.o .libs/set_den.o .libs/set_f.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/swap.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libmpq.a libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' Making all in mpf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o abs.lo abs.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o add.lo add.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o add_ui.lo add_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ceilfloor.lo ceilfloor.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ceilfloor.c -fPIC -DPIC -o .libs/ceilfloor.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clear.lo clear.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o clears.lo clears.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c clears.c -fPIC -DPIC -o .libs/clears.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp.c -fPIC -DPIC -o .libs/cmp.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_d.lo cmp_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_si.lo cmp_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o cmp_ui.lo cmp_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o div.lo div.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o div_2exp.lo div_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o div_ui.lo div_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o dump.lo dump.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o eq.lo eq.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c eq.c -fPIC -DPIC -o .libs/eq.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c dump.c -fPIC -DPIC -o .libs/dump.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_si.lo fits_si.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_sint.lo fits_sint.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_slong.lo fits_slong.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_sshort.lo fits_sshort.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_si.c -fPIC -DPIC -o .libs/fits_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_ui.lo fits_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_uint.lo fits_uint.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_ui.c -fPIC -DPIC -o .libs/fits_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_ulong.lo fits_ulong.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fits_ushort.lo fits_ushort.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_d.lo get_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_d_2exp.lo get_d_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_d.c -fPIC -DPIC -o .libs/get_d.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_dfl_prec.lo get_dfl_prec.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_prc.lo get_prc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_dfl_prec.c -fPIC -DPIC -o .libs/get_dfl_prec.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_prc.c -fPIC -DPIC -o .libs/get_prc.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_si.lo get_si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_si.c -fPIC -DPIC -o .libs/get_si.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_str.lo get_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o get_ui.lo get_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o init.lo init.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o init2.lo init2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c init2.c -fPIC -DPIC -o .libs/init2.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inits.lo inits.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o inp_str.lo inp_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o int_p.lo int_p.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c int_p.c -fPIC -DPIC -o .libs/int_p.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset.lo iset.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset.c -fPIC -DPIC -o .libs/iset.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_d.lo iset_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_si.lo iset_si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_str.lo iset_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o iset_ui.lo iset_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul.lo mul.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_2exp.lo mul_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o mul_ui.lo mul_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o neg.lo neg.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c neg.c -fPIC -DPIC -o .libs/neg.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o out_str.lo out_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o pow_ui.lo pow_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o random2.lo random2.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o reldiff.lo reldiff.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c random2.c -fPIC -DPIC -o .libs/random2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o rrandomb.lo rrandomb.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set.lo set.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_d.lo set_d.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_dfl_prec.lo set_dfl_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_d.c -fPIC -DPIC -o .libs/set_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set.c -fPIC -DPIC -o .libs/set.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_prc.lo set_prc.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_prc_raw.lo set_prc_raw.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_prc.c -fPIC -DPIC -o .libs/set_prc.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_q.lo set_q.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_si.lo set_si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_q.c -fPIC -DPIC -o .libs/set_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_si.c -fPIC -DPIC -o .libs/set_si.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_str.lo set_str.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_ui.lo set_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o set_z.lo set_z.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o size.lo size.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c set_z.c -fPIC -DPIC -o .libs/set_z.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sqrt.lo sqrt.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c size.c -fPIC -DPIC -o .libs/size.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sqrt_ui.lo sqrt_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sub.lo sub.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sub.c -fPIC -DPIC -o .libs/sub.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sub_ui.lo sub_ui.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o swap.lo swap.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o trunc.lo trunc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c trunc.c -fPIC -DPIC -o .libs/trunc.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ui_div.lo ui_div.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o ui_sub.lo ui_sub.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o urandomb.lo urandomb.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libmpf.la abs.lo add.lo add_ui.lo ceilfloor.lo clear.lo clears.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo div.lo div_2exp.lo div_ui.lo dump.lo eq.lo fits_si.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_ui.lo fits_uint.lo fits_ulong.lo fits_ushort.lo get_d.lo get_d_2exp.lo get_dfl_prec.lo get_prc.lo get_si.lo get_str.lo get_ui.lo init.lo init2.lo inits.lo inp_str.lo int_p.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo mul.lo mul_2exp.lo mul_ui.lo neg.lo out_str.lo pow_ui.lo random2.lo reldiff.lo rrandomb.lo set.lo set_d.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo set_q.lo set_si.lo set_str.lo set_ui.lo set_z.lo size.lo sqrt.lo sqrt_ui.lo sub.lo sub_ui.lo swap.lo trunc.lo ui_div.lo ui_sub.lo urandomb.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libmpf.a .libs/abs.o .libs/add.o .libs/add_ui.o .libs/ceilfloor.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/div_2exp.o .libs/div_ui.o .libs/dump.o .libs/eq.o .libs/fits_si.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_ui.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_str.o .libs/int_p.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/mul.o .libs/mul_2exp.o .libs/mul_ui.o .libs/neg.o .libs/out_str.o .libs/pow_ui.o .libs/random2.o .libs/reldiff.o .libs/rrandomb.o .libs/set.o .libs/set_d.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/size.o .libs/sqrt.o .libs/sqrt_ui.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/trunc.o .libs/ui_div.o .libs/ui_sub.o .libs/urandomb.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libmpf.a libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' Making all in printf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o asprintf.lo asprintf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o asprntffuns.lo asprntffuns.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o doprnt.lo doprnt.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o doprntf.lo doprntf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c doprnt.c -fPIC -DPIC -o .libs/doprnt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c doprntf.c -fPIC -DPIC -o .libs/doprntf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c asprntffuns.c -fPIC -DPIC -o .libs/asprntffuns.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o doprnti.lo doprnti.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fprintf.lo fprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fprintf.c -fPIC -DPIC -o .libs/fprintf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o obprintf.lo obprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c doprnti.c -fPIC -DPIC -o .libs/doprnti.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c obprintf.c -fPIC -DPIC -o .libs/obprintf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o obprntffuns.lo obprntffuns.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o obvprintf.lo obvprintf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o printf.lo printf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c obvprintf.c -fPIC -DPIC -o .libs/obvprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c obprntffuns.c -fPIC -DPIC -o .libs/obprntffuns.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o printffuns.lo printffuns.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c printf.c -fPIC -DPIC -o .libs/printf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c printffuns.c -fPIC -DPIC -o .libs/printffuns.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o repl-vsnprintf.lo repl-vsnprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c repl-vsnprintf.c -fPIC -DPIC -o .libs/repl-vsnprintf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o snprintf.lo snprintf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o snprntffuns.lo snprntffuns.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sprintf.lo sprintf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sprintffuns.lo sprintffuns.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c snprntffuns.c -fPIC -DPIC -o .libs/snprntffuns.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sprintffuns.c -fPIC -DPIC -o .libs/sprintffuns.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vasprintf.lo vasprintf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vfprintf.lo vfprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vfprintf.c -fPIC -DPIC -o .libs/vfprintf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vprintf.lo vprintf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vsnprintf.lo vsnprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vprintf.c -fPIC -DPIC -o .libs/vprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vsnprintf.c -fPIC -DPIC -o .libs/vsnprintf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vsprintf.lo vsprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obprntffuns.lo obvprintf.lo printf.lo printffuns.lo repl-vsnprintf.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obprntffuns.o .libs/obvprintf.o .libs/printf.o .libs/printffuns.o .libs/repl-vsnprintf.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libprintf.a libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' Making all in scanf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o doscan.lo doscan.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fscanf.lo fscanf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o fscanffuns.lo fscanffuns.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o scanf.lo scanf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fscanf.c -fPIC -DPIC -o .libs/fscanf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c fscanffuns.c -fPIC -DPIC -o .libs/fscanffuns.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c doscan.c -fPIC -DPIC -o .libs/doscan.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c scanf.c -fPIC -DPIC -o .libs/scanf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sscanf.lo sscanf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o sscanffuns.lo sscanffuns.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vfscanf.lo vfscanf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sscanf.c -fPIC -DPIC -o .libs/sscanf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c sscanffuns.c -fPIC -DPIC -o .libs/sscanffuns.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vfscanf.c -fPIC -DPIC -o .libs/vfscanf.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vscanf.lo vscanf.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c -o vsscanf.lo vsscanf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vscanf.c -fPIC -DPIC -o .libs/vscanf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -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 -D_FORTIFY_SOURCE=2 -c vsscanf.c -fPIC -DPIC -o .libs/vsscanf.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libscanf.a libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' Making all in cxx make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' Making all in tune make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o assert.lo assert.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o compat.lo compat.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o errno.lo errno.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o extract-dbl.lo extract-dbl.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c errno.c -fPIC -DPIC -o .libs/errno.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c assert.c -fPIC -DPIC -o .libs/assert.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c extract-dbl.c -fPIC -DPIC -o .libs/extract-dbl.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c compat.c -fPIC -DPIC -o .libs/compat.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o invalid.lo invalid.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o memory.lo memory.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_bpl.lo mp_bpl.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c invalid.c -fPIC -DPIC -o .libs/invalid.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c memory.c -fPIC -DPIC -o .libs/memory.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_bpl.c -fPIC -DPIC -o .libs/mp_bpl.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_dv_tab.lo mp_dv_tab.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_minv_tab.lo mp_minv_tab.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_get_fns.lo mp_get_fns.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mp_set_fns.lo mp_set_fns.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_dv_tab.c -fPIC -DPIC -o .libs/mp_dv_tab.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_minv_tab.c -fPIC -DPIC -o .libs/mp_minv_tab.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_get_fns.c -fPIC -DPIC -o .libs/mp_get_fns.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mp_set_fns.c -fPIC -DPIC -o .libs/mp_set_fns.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randclr.lo randclr.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randdef.lo randdef.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randiset.lo randiset.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randlc2s.lo randlc2s.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randdef.c -fPIC -DPIC -o .libs/randdef.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randclr.c -fPIC -DPIC -o .libs/randclr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randiset.c -fPIC -DPIC -o .libs/randiset.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randlc2s.c -fPIC -DPIC -o .libs/randlc2s.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randlc2x.lo randlc2x.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randmt.lo randmt.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randmts.lo randmts.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rands.lo rands.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randlc2x.c -fPIC -DPIC -o .libs/randlc2x.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randmt.c -fPIC -DPIC -o .libs/randmt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randmts.c -fPIC -DPIC -o .libs/randmts.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rands.c -fPIC -DPIC -o .libs/rands.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randsd.lo randsd.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randsdui.lo randsdui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randsdui.c -fPIC -DPIC -o .libs/randsdui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randsd.c -fPIC -DPIC -o .libs/randsd.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randbui.lo randbui.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o randmui.lo randmui.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o primesieve.lo primesieve.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o nextprime.lo nextprime.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randbui.c -fPIC -DPIC -o .libs/randbui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c primesieve.c -fPIC -DPIC -o .libs/primesieve.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c randmui.c -fPIC -DPIC -o .libs/randmui.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o version.lo version.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o tal-reent.lo tal-reent.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c version.c -fPIC -DPIC -o .libs/version.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c tal-reent.c -fPIC -DPIC -o .libs/tal-reent.o /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -version-info 23:3:0 -o libmpir.la -rpath /usr/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo primesieve.lo nextprime.lo version.lo tal-reent.lo mpf/abs.lo mpf/add.lo mpf/add_ui.lo mpf/ceilfloor.lo mpf/clear.lo mpf/clears.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_si.lo mpf/cmp_ui.lo mpf/div.lo mpf/div_2exp.lo mpf/div_ui.lo mpf/dump.lo mpf/eq.lo mpf/fits_si.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_ui.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/get_si.lo mpf/get_str.lo mpf/get_ui.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/inp_str.lo mpf/int_p.lo mpf/iset.lo mpf/iset_d.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_ui.lo mpf/mul.lo mpf/mul_2exp.lo mpf/mul_ui.lo mpf/neg.lo mpf/out_str.lo mpf/pow_ui.lo mpf/random2.lo mpf/reldiff.lo mpf/rrandomb.lo mpf/set.lo mpf/set_d.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/set_q.lo mpf/set_si.lo mpf/set_str.lo mpf/set_ui.lo mpf/set_z.lo mpf/size.lo mpf/sqrt.lo mpf/sqrt_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/swap.lo mpf/trunc.lo mpf/ui_div.lo mpf/ui_sub.lo mpf/urandomb.lo fft/adjust.lo fft/adjust_sqrt2.lo fft/butterfly_lshB.lo fft/butterfly_rshB.lo fft/combine_bits.lo fft/div_2expmod_2expp1.lo fft/fermat_to_mpz.lo fft/fft_mfa_trunc_sqrt2.lo fft/fft_mfa_trunc_sqrt2_inner.lo fft/fft_negacyclic.lo fft/fft_radix2.lo fft/fft_trunc.lo fft/fft_trunc_sqrt2.lo fft/ifft_mfa_trunc_sqrt2.lo fft/ifft_negacyclic.lo fft/ifft_radix2.lo fft/ifft_trunc.lo fft/ifft_trunc_sqrt2.lo fft/mul_2expmod_2expp1.lo fft/mul_fft_main.lo fft/mul_mfa_trunc_sqrt2.lo fft/mul_trunc_sqrt2.lo fft/mulmod_2expp1.lo fft/normmod_2expp1.lo fft/revbin.lo fft/split_bits.lo mpz/2fac_ui.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/and.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/dive_ui.lo mpz/divegcd.lo mpz/divexact.lo mpz/divis.lo mpz/divis_2exp.lo mpz/divis_ui.lo mpz/dump.lo mpz/export.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib2_ui.lo mpz/fib_ui.lo mpz/fits_si.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_ui.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_sx.lo mpz/get_ui.lo mpz/get_ux.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_sx.lo mpz/iset_ui.lo mpz/iset_ux.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/likely_prime_p.lo mpz/limbs_finish.lo mpz/limbs_modify.lo mpz/limbs_read.lo mpz/limbs_write.lo mpz/lucnum2_ui.lo mpz/lucnum_ui.lo mpz/mfac_uiui.lo mpz/miller_rabin.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/next_prime_candidate.lo mpz/nextprime.lo mpz/nthroot.lo mpz/oddfac_1.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_ui.lo mpz/pprime_p.lo mpz/primorial_ui.lo mpz/probable_prime_p.lo mpz/prodlimbs.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/roinit_n.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_sx.lo mpz/set_ui.lo mpz/set_ux.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tdiv_ui.lo mpz/trial_division.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/equal.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_d.lo mpq/set_den.lo mpq/set_f.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/set_z.lo mpq/swap.lo mpn/dummy1.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/addadd_n.lo mpn/addsub_n.lo mpn/subadd_n.lo mpn/comb_tables.lo mpn/divexact_1.lo mpn/divexact_by3c.lo mpn/divexact_byff.lo mpn/divexact_byfobm1.lo mpn/divisible_p.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/divrem_euclidean_qr_1.lo mpn/divrem_euclidean_qr_2.lo mpn/divrem_euclidean_r_1.lo mpn/divrem_hensel_qr_1.lo mpn/divrem_hensel_qr_1_1.lo mpn/divrem_hensel_qr_1_2.lo mpn/divrem_hensel_r_1.lo mpn/divrem_hensel_rsh_qr_1.lo mpn/rsh_divrem_hensel_qr_1.lo mpn/rsh_divrem_hensel_qr_1_1.lo mpn/rsh_divrem_hensel_qr_1_2.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/modexact_1c_odd.lo mpn/preinv_divrem_1.lo mpn/preinv_mod_1.lo mpn/dump.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/gcdext_1.lo mpn/hgcd.lo mpn/matrix22_mul.lo mpn/hgcd2.lo mpn/hgcd2_jacobi.lo mpn/hgcd_appr.lo mpn/hgcd_jacobi.lo mpn/hgcd_matrix.lo mpn/hgcd_reduce.lo mpn/hgcd_step.lo mpn/matrix22_mul1_inverse_vector.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/tdiv_q.lo mpn/mp_bases.lo mpn/fib_table.lo mpn/mulmid_basecase.lo mpn/mulmid.lo mpn/mulmid_n.lo mpn/toom42_mulmid.lo mpn/mulmod_bexpp1.lo mpn/mulmod_2expm1.lo mpn/mulmod_2expp1_basecase.lo mpn/mul_fft.lo mpn/mul.lo mpn/mul_n.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/powlo.lo mpn/powm.lo mpn/binvert.lo mpn/urandomb.lo mpn/urandomm.lo mpn/randomb.lo mpn/rrandom.lo mpn/invert.lo mpn/rootrem.lo mpn/sizeinbase.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfect_square_p.lo mpn/bdivmod.lo mpn/gcd.lo mpn/gcd_1.lo mpn/gcdext.lo mpn/tdiv_qr.lo mpn/jacobi_base.lo mpn/jacobi.lo mpn/jacobi_2.lo mpn/get_d.lo mpn/mullow_n.lo mpn/mulhigh_n.lo mpn/mullow_n_basecase.lo mpn/mullow_basecase.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/sb_divappr_q.lo mpn/toom3_mul.lo mpn/toom3_mul_n.lo mpn/toom4_mul.lo mpn/toom4_mul_n.lo mpn/dc_div_q.lo mpn/dc_divappr_q.lo mpn/sb_div_q.lo mpn/sb_div_qr.lo mpn/dc_div_qr.lo mpn/dc_div_qr_n.lo mpn/inv_divappr_q_n.lo mpn/inv_divappr_q.lo mpn/inv_div_q.lo mpn/inv_div_qr.lo mpn/inv_div_qr_n.lo mpn/rootrem_basecase.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_16pts.lo mpn/toom8_sqr_n.lo mpn/toom8h_mul.lo mpn/toom_couple_handling.lo mpn/sb_bdiv_q.lo mpn/sb_bdiv_qr.lo mpn/dc_bdiv_q_n.lo mpn/dc_bdiv_q.lo mpn/dc_bdiv_qr.lo mpn/dc_bdiv_qr_n.lo mpn/divexact.lo mpn/zero.lo mpn/copyi.lo mpn/copyd.lo mpn/com_n.lo mpn/neg_n.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/sumdiff_n.lo mpn/nsumdiff_n.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obprntffuns.lo printf/obvprintf.lo printf/printf.lo printf/printffuns.lo printf/repl-vsnprintf.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o .libs/primesieve.o .libs/nextprime.o .libs/version.o .libs/tal-reent.o mpf/.libs/abs.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/ceilfloor.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_si.o mpf/.libs/cmp_ui.o mpf/.libs/div.o mpf/.libs/div_2exp.o mpf/.libs/div_ui.o mpf/.libs/dump.o mpf/.libs/eq.o mpf/.libs/fits_si.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_ui.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/get_si.o mpf/.libs/get_str.o mpf/.libs/get_ui.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/inp_str.o mpf/.libs/int_p.o mpf/.libs/iset.o mpf/.libs/iset_d.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_ui.o mpf/.libs/mul.o mpf/.libs/mul_2exp.o mpf/.libs/mul_ui.o mpf/.libs/neg.o mpf/.libs/out_str.o mpf/.libs/pow_ui.o mpf/.libs/random2.o mpf/.libs/reldiff.o mpf/.libs/rrandomb.o mpf/.libs/set.o mpf/.libs/set_d.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/set_q.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_ui.o mpf/.libs/set_z.o mpf/.libs/size.o mpf/.libs/sqrt.o mpf/.libs/sqrt_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/swap.o mpf/.libs/trunc.o mpf/.libs/ui_div.o mpf/.libs/ui_sub.o mpf/.libs/urandomb.o fft/.libs/adjust.o fft/.libs/adjust_sqrt2.o fft/.libs/butterfly_lshB.o fft/.libs/butterfly_rshB.o fft/.libs/combine_bits.o fft/.libs/div_2expmod_2expp1.o fft/.libs/fermat_to_mpz.o fft/.libs/fft_mfa_trunc_sqrt2.o fft/.libs/fft_mfa_trunc_sqrt2_inner.o fft/.libs/fft_negacyclic.o fft/.libs/fft_radix2.o fft/.libs/fft_trunc.o fft/.libs/fft_trunc_sqrt2.o fft/.libs/ifft_mfa_trunc_sqrt2.o fft/.libs/ifft_negacyclic.o fft/.libs/ifft_radix2.o fft/.libs/ifft_trunc.o fft/.libs/ifft_trunc_sqrt2.o fft/.libs/mul_2expmod_2expp1.o fft/.libs/mul_fft_main.o fft/.libs/mul_mfa_trunc_sqrt2.o fft/.libs/mul_trunc_sqrt2.o fft/.libs/mulmod_2expp1.o fft/.libs/normmod_2expp1.o fft/.libs/revbin.o fft/.libs/split_bits.o mpz/.libs/2fac_ui.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/and.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/dive_ui.o mpz/.libs/divegcd.o mpz/.libs/divexact.o mpz/.libs/divis.o mpz/.libs/divis_2exp.o mpz/.libs/divis_ui.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/fac_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fib_ui.o mpz/.libs/fits_si.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_ui.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_sx.o mpz/.libs/get_ui.o mpz/.libs/get_ux.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_sx.o mpz/.libs/iset_ui.o mpz/.libs/iset_ux.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/likely_prime_p.o mpz/.libs/limbs_finish.o mpz/.libs/limbs_modify.o mpz/.libs/limbs_read.o mpz/.libs/limbs_write.o mpz/.libs/lucnum2_ui.o mpz/.libs/lucnum_ui.o mpz/.libs/mfac_uiui.o mpz/.libs/miller_rabin.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/next_prime_candidate.o mpz/.libs/nextprime.o mpz/.libs/nthroot.o mpz/.libs/oddfac_1.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_ui.o mpz/.libs/pprime_p.o mpz/.libs/primorial_ui.o mpz/.libs/probable_prime_p.o mpz/.libs/prodlimbs.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/roinit_n.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_sx.o mpz/.libs/set_ui.o mpz/.libs/set_ux.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tdiv_ui.o mpz/.libs/trial_division.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/equal.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_d.o mpq/.libs/set_den.o mpq/.libs/set_f.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/set_z.o mpq/.libs/swap.o mpn/.libs/dummy1.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/add_n.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/sub_n.o mpn/.libs/mul_1.o mpn/.libs/addmul_1.o mpn/.libs/submul_1.o mpn/.libs/lshift.o mpn/.libs/rshift.o mpn/.libs/addadd_n.o mpn/.libs/addsub_n.o mpn/.libs/subadd_n.o mpn/.libs/comb_tables.o mpn/.libs/divexact_1.o mpn/.libs/divexact_by3c.o mpn/.libs/divexact_byff.o mpn/.libs/divexact_byfobm1.o mpn/.libs/divisible_p.o mpn/.libs/divrem.o mpn/.libs/divrem_1.o mpn/.libs/divrem_2.o mpn/.libs/divrem_euclidean_qr_1.o mpn/.libs/divrem_euclidean_qr_2.o mpn/.libs/divrem_euclidean_r_1.o mpn/.libs/divrem_hensel_qr_1.o mpn/.libs/divrem_hensel_qr_1_1.o mpn/.libs/divrem_hensel_qr_1_2.o mpn/.libs/divrem_hensel_r_1.o mpn/.libs/divrem_hensel_rsh_qr_1.o mpn/.libs/rsh_divrem_hensel_qr_1.o mpn/.libs/rsh_divrem_hensel_qr_1_1.o mpn/.libs/rsh_divrem_hensel_qr_1_2.o mpn/.libs/add_err1_n.o mpn/.libs/add_err2_n.o mpn/.libs/sub_err1_n.o mpn/.libs/sub_err2_n.o mpn/.libs/fib2_ui.o mpn/.libs/mod_1.o mpn/.libs/mod_34lsub1.o mpn/.libs/modexact_1c_odd.o mpn/.libs/preinv_divrem_1.o mpn/.libs/preinv_mod_1.o mpn/.libs/dump.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/gcdext_1.o mpn/.libs/hgcd.o mpn/.libs/matrix22_mul.o mpn/.libs/hgcd2.o mpn/.libs/hgcd2_jacobi.o mpn/.libs/hgcd_appr.o mpn/.libs/hgcd_jacobi.o mpn/.libs/hgcd_matrix.o mpn/.libs/hgcd_reduce.o mpn/.libs/hgcd_step.o mpn/.libs/matrix22_mul1_inverse_vector.o mpn/.libs/mod_1_1.o mpn/.libs/mod_1_2.o mpn/.libs/mod_1_3.o mpn/.libs/tdiv_q.o mpn/.libs/mp_bases.o mpn/.libs/fib_table.o mpn/.libs/mulmid_basecase.o mpn/.libs/mulmid.o mpn/.libs/mulmid_n.o mpn/.libs/toom42_mulmid.o mpn/.libs/mulmod_bexpp1.o mpn/.libs/mulmod_2expm1.o mpn/.libs/mulmod_2expp1_basecase.o mpn/.libs/mul_fft.o mpn/.libs/mul.o mpn/.libs/mul_n.o mpn/.libs/mul_basecase.o mpn/.libs/sqr_basecase.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/powlo.o mpn/.libs/powm.o mpn/.libs/binvert.o mpn/.libs/urandomb.o mpn/.libs/urandomm.o mpn/.libs/randomb.o mpn/.libs/rrandom.o mpn/.libs/invert.o mpn/.libs/rootrem.o mpn/.libs/sizeinbase.o mpn/.libs/sqrtrem.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/perfect_square_p.o mpn/.libs/bdivmod.o mpn/.libs/gcd.o mpn/.libs/gcd_1.o mpn/.libs/gcdext.o mpn/.libs/tdiv_qr.o mpn/.libs/jacobi_base.o mpn/.libs/jacobi.o mpn/.libs/jacobi_2.o mpn/.libs/get_d.o mpn/.libs/mullow_n.o mpn/.libs/mulhigh_n.o mpn/.libs/mullow_n_basecase.o mpn/.libs/mullow_basecase.o mpn/.libs/redc_1.o mpn/.libs/redc_2.o mpn/.libs/redc_n.o mpn/.libs/sb_divappr_q.o mpn/.libs/toom3_mul.o mpn/.libs/toom3_mul_n.o mpn/.libs/toom4_mul.o mpn/.libs/toom4_mul_n.o mpn/.libs/dc_div_q.o mpn/.libs/dc_divappr_q.o mpn/.libs/sb_div_q.o mpn/.libs/sb_div_qr.o mpn/.libs/dc_div_qr.o mpn/.libs/dc_div_qr_n.o mpn/.libs/inv_divappr_q_n.o mpn/.libs/inv_divappr_q.o mpn/.libs/inv_div_q.o mpn/.libs/inv_div_qr.o mpn/.libs/inv_div_qr_n.o mpn/.libs/rootrem_basecase.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/toom8_sqr_n.o mpn/.libs/toom8h_mul.o mpn/.libs/toom_couple_handling.o mpn/.libs/sb_bdiv_q.o mpn/.libs/sb_bdiv_qr.o mpn/.libs/dc_bdiv_q_n.o mpn/.libs/dc_bdiv_q.o mpn/.libs/dc_bdiv_qr.o mpn/.libs/dc_bdiv_qr_n.o mpn/.libs/divexact.o mpn/.libs/zero.o mpn/.libs/copyi.o mpn/.libs/copyd.o mpn/.libs/com_n.o mpn/.libs/neg_n.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/sumdiff_n.o mpn/.libs/nsumdiff_n.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obprntffuns.o printf/.libs/obvprintf.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/repl-vsnprintf.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o -O2 -Wl,-soname -Wl,libmpir.so.23 -o .libs/libmpir.so.23.0.3 libtool: link: (cd ".libs" && rm -f "libmpir.so.23" && ln -s "libmpir.so.23.0.3" "libmpir.so.23") libtool: link: (cd ".libs" && rm -f "libmpir.so" && ln -s "libmpir.so.23.0.3" "libmpir.so") libtool: link: ( cd ".libs" && rm -f "libmpir.la" && ln -s "../libmpir.la" "libmpir.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' >>> mpir 3.0.0 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making install in . make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making install in devel make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' Making install in mpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' Making install in fft make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' Making install in mpz make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' Making install in mpq make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' Making install in mpf make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' Making install in rand make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' Making install in misc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' Making install in cxx make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making install in mpn make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' Making install in fft make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' Making install in mpz make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' Making install in mpq make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' Making install in mpf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' Making install in printf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' Making install in scanf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' Making install in cxx make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' Making install in tune make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/info' /usr/bin/install -c -m 644 ./mpir.info ./mpir.info-1 ./mpir.info-2 '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/info' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include' /bin/bash ./libtool --mode=install /usr/bin/install -c libmpir.la '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 mpir.h '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libmpir.so.23.0.3 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libmpir.so.23.0.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so.23 || { rm -f libmpir.so.23 && ln -s libmpir.so.23.0.3 libmpir.so.23; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so || { rm -f libmpir.so && ln -s libmpir.so.23.0.3 libmpir.so; }; }) libtool: install: /usr/bin/install -c .libs/libmpir.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libmpir.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' >>> mpir 3.0.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> mpir 3.0.0 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making install in . make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making install in devel make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/devel' Making install in mpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpn' Making install in fft make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/fft' Making install in mpz make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpz' Making install in mpq make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpq' Making install in mpf make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/mpf' Making install in rand make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/rand' Making install in misc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/misc' Making install in cxx make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests/cxx' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tests' Making install in mpn make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpn' Making install in fft make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/fft' Making install in mpz make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpz' Making install in mpq make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpq' Making install in mpf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/mpf' Making install in printf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/printf' Making install in scanf make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/scanf' Making install in cxx make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/cxx' Making install in tune make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/tune' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./mpir.info ./mpir.info-1 ./mpir.info-2 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /bin/bash ./libtool --mode=install /usr/bin/install -c libmpir.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 mpir.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libmpir.so.23.0.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpir.so.23.0.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so.23 || { rm -f libmpir.so.23 && ln -s libmpir.so.23.0.3 libmpir.so.23; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libmpir.so.23.0.3 libmpir.so || { rm -f libmpir.so && ln -s libmpir.so.23.0.3 libmpir.so; }; }) libtool: install: /usr/bin/install -c .libs/libmpir.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpir.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpir-3.0.0' nano-6.4.tar.xz: OK (sha256: 4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0) >>> nano 6.4 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/nano/nano-6.4.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/nano-6.4 -xf - >>> nano 6.4 Patching Applying 0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch using patch: patching file lib/getrandom.c >>> nano 6.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/nano-6.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nano 6.4 Patching libtool >>> nano 6.4 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_prog_NCURSESW_CONFIG=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/ncursesw6-config CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-tiny --disable-libmagic --disable-libmagic --disable-color ) 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 build system type... x86_64-pc-linux-gnu checking host system type... s390x-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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 the include directive... yes (GNU style) checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/param.h... yes checking for sys/socket.h... yes checking for dirent.h... yes checking for fnmatch.h... yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for sys/time.h... yes checking for glob.h... yes checking for threads.h... yes checking for limits.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for langinfo.h... yes checking for xlocale.h... no checking for math.h... yes checking for sys/mman.h... yes checking for malloc.h... yes checking for features.h... yes checking for sys/random.h... yes checking for sys/wait.h... yes checking for utime.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking whether the compiler is clang... (cached) no checking for compiler option needed when checking for declarations... (cached) none checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fcntl... yes checking for symlink... yes checking for mempcpy... yes checking for fnmatch... yes checking for mbsrtowcs... yes checking for fstatat... yes checking for futimens... yes checking for getdelim... yes checking for getdtablesize... yes checking for getlogin_r... yes checking for getprogname... no checking for getexecname... no checking for getrandom... yes checking for timespec_get... yes checking for gettimeofday... yes checking for glob... yes checking for glob_pattern_p... yes checking for getpwnam_r... yes checking for isblank... yes checking for iswcntrl... yes checking for iswblank... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mprotect... yes checking for mkstemps... yes checking for nl_langinfo... yes checking for openat... yes checking for pipe... yes checking for iswctype... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for snprintf... yes checking for vasnprintf... no checking for futimes... yes checking for futimesat... yes checking for utimensat... yes checking for lutimes... yes checking for wcrtomb... yes checking for wcwidth... yes checking for wmempcpy... yes checking for chmod... yes checking for chown... yes checking for fchmod... yes checking for fchown... yes checking for flockfile... yes checking for funlockfile... yes checking for fork... yes checking for fsync... yes checking for geteuid... yes checking for wait... yes checking for waitpid... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking for complete errno.h... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking whether ctype.h defines __header_inline... no checking whether fchdir is declared... yes checking for working fcntl.h... cross-compiling checking for pid_t... yes checking for mode_t... yes checking for mbstate_t... yes checking whether frexp() can be used without linking with libm... yes checking whether alarm is declared... yes checking whether long double and double are the same... no checking whether stat file-mode macros are broken... no checking for C/C++ restrict keyword... __restrict__ checking for nlink_t... yes checking whether lstat correctly handles trailing slash... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... guessing yes checking for getcwd with POSIX signature... yes checking whether getdelim is declared... yes checking whether getdtablesize is declared... yes checking whether getline is declared... yes checking whether getlogin_r is declared... yes checking whether getlogin is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... guessing yes checking for working GNU getopt function... guessing no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes checking whether setlocale (category, NULL) is multithread-safe... yes checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes checking for wint_t... yes checking whether wint_t is large enough... yes checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... guessing yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking where to find the exponent in a 'double'... (cached) word 0 bit 20 checking where to find the exponent in a 'float'... word 0 bit 23 checking whether byte ordering is bigendian... (cached) yes checking whether iswcntrl works... guessing yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether locale.h defines locale_t... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking whether imported symbols can be declared weak... guessing yes checking for multithread API to use... posix checking whether malloc is ptrdiff_t safe... yes checking whether malloc, realloc, calloc set errno on failure... yes checking whether malloc (0) returns nonnull... (cached) yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking for a traditional japanese locale... none checking for a french Unicode locale... none checking for a transitional chinese locale... none checking for inline... inline checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... guessing no checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking for sigset_t... yes checking for uid_t in sys/types.h... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether snprintf returns a byte count as in C99... guessing yes checking whether snprintf is declared... yes checking for stdint.h... yes checking for inttypes.h... yes checking whether printf supports size specifiers as in C99... guessing yes checking whether printf supports 'long double' arguments... (cached) yes checking whether printf supports infinite 'double' arguments... guessing yes checking whether printf supports infinite 'long double' arguments... (cached) yes checking whether printf supports the 'a' and 'A' directives... guessing yes checking whether printf supports the 'F' directive... guessing yes checking whether printf supports the 'n' directive... (cached) yes checking whether printf supports the 'ls' directive... guessing yes checking whether printf supports the grouping flag... guessing yes checking whether printf supports the left-adjust flag correctly... guessing yes checking whether printf supports the zero flag correctly... guessing yes checking whether printf supports large precisions... guessing yes checking whether printf survives out-of-memory conditions... guessing yes checking whether snprintf truncates the result as in C99... guessing yes checking for intmax_t... yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether fcloseall is declared... yes checking which flavor of printf attribute matches inttypes macros... system checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... guessing yes checking whether strnlen is declared... yes checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether the utimes function works... guessing no checking whether vsnprintf is declared... yes checking whether wcsdup is declared... yes checking for C compiler option to allow warnings... -Wno-error checking for alloca as a compiler built-in... yes checking whether btowc(0) is correct... guessing yes checking whether btowc(EOF) is correct... guessing yes checking for __builtin_expect... yes checking whether this system supports file names of any length... no checking for library containing clock_gettime... none required checking for clock_getres... yes checking for clock_gettime... yes checking for clock_settime... yes checking for closedir... yes checking for d_type member in directory struct... yes checking for dirfd... yes checking whether dirfd is declared... yes checking whether dirfd is a macro... no checking whether // is distinct from /... unknown, assuming no checking whether dup2 works... guessing yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... guessing yes checking whether fcntl understands F_DUPFD_CLOEXEC... guessing no checking for flexible array member... yes checking whether conversion from 'int' to 'long double' works... guessing yes checking for working POSIX fnmatch... guessing no checking whether free is known to preserve errno... yes checking whether frexp works... guessing yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... yes checking whether frexpl works... guessing yes checking whether fstatat (..., 0) works... guessing yes checking whether futimens works... guessing no checking for working getdelim function... guessing yes checking whether getdtablesize works... guessing yes checking for getline... yes checking for working getline function... guessing yes checking whether getlogin_r works with small buffers... guessing yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether getrandom is compatible with its GNU+BSD signature... yes checking for gettimeofday with POSIX signature... yes checking for GNU glob interface version 1 or 2... yes checking whether glob lists broken symlinks... (cached) yes checking whether glob NOTDIR*/ omits symlink to nondir... guessing no checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... guessing yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... guessing yes checking whether iswblank is declared... yes checking whether the compiler supports the __inline keyword... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... guessing no checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc stores incomplete characters... guessing no checking whether mbrtowc works on empty input... guessing no checking whether the C locale is free of encoding errors... guessing no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbsrtowcs works... guessing yes checking for mbtowc... yes checking for bp-sym.h... no checking for mempcpy... (cached) yes checking for memrchr... yes checking whether mkdir handles trailing slash... guessing yes checking whether mkdir handles trailing dot... guessing yes checking whether YESEXPR works... guessing yes checking whether open recognizes a trailing slash... guessing yes checking for opendir... yes checking whether frexp works... (cached) guessing yes checking whether ldexp can be used without linking with libm... yes checking whether frexpl() can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) guessing yes checking whether frexpl is declared... (cached) yes checking whether ldexpl() can be used without linking with libm... yes checking whether ldexpl works... guessing yes checking whether ldexpl is declared... yes checking for raise... yes checking for sigprocmask... yes checking for readdir... yes checking for working re_compile_pattern... guessing no checking for libintl.h... yes checking whether isblank is declared... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking for struct sigaction.sa_sigaction... yes checking for signbit macro... guessing yes checking for signbit compiler built-ins... guessing yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... guessing yes checking whether printf supports POSIX/XSI format strings with positions... guessing yes checking for snprintf... (cached) yes checking whether snprintf fully supports the 'n' directive... (cached) yes checking whether snprintf respects a size of 1... (cached) guessing yes checking whether vsnprintf respects a zero size as in C99... guessing yes checking for ssize_t... yes checking whether stat handles trailing slashes on files... guessing yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for va_copy... yes checking for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... yes checking for strcasestr... yes checking for working strerror function... guessing yes checking for working strnlen... yes checking for utime... yes checking whether utime handles trailing slashes on files... guessing yes checking for variable-length arrays... yes checking for ptrdiff_t... yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) guessing yes checking whether printf supports POSIX/XSI format strings with positions... (cached) guessing yes checking for vsnprintf... (cached) yes checking whether snprintf fully supports the 'n' directive... (cached) yes checking whether snprintf respects a size of 1... (cached) guessing yes checking whether vsnprintf respects a zero size as in C99... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb works in the C locale... guessing yes checking whether wcrtomb return value is correct... guessing yes checking whether wcwidth is declared... yes checking whether wcwidth works reasonably in UTF-8 locales... guessing yes checking for wmemchr... yes checking for stdint.h... (cached) yes checking whether ln -s works... yes checking for library containing strerror... none required checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking pkg-config is at least version 0.9.0... yes checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking for ld used by /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking whether building from git... no checking for libintl.h... (cached) yes checking for limits.h... (cached) yes checking for pwd.h... yes checking for termios.h... yes checking for sys/param.h... (cached) yes checking whether to enable UTF-8 support... auto checking for iswalpha... yes checking for iswalnum... yes checking for iswpunct... yes checking for mbstowcs... yes checking for wctomb... yes checking whether C compiler accepts -Wall... yes checking for NCURSESW... yes The curses library to be used is: ncursesw checking for use_default_colors in -lncursesw... yes checking for set_escdelay in -lncursesw... yes checking for key_defined in -lncursesw... yes checking for enhanced regular expression flag... no checking for HTML support in groff... groff: can't find `DESC' file groff:fatal error: invalid device `html' (try installing the `groff' package?) no configure: WARNING: *** Will not generate HTML version of man pages. Consider *** installing a newer version of groff with HTML support. 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/sample.nanorc config.status: creating lib/Makefile config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating syntax/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' The global nanorc file is: /etc/nanorc Syntaxes get installed in: /usr/share/nano/ make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' >>> nano 6.4 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''HAVE_ALLOCA_H''@|1|g' \ ./alloca.in.h > alloca.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_CTYPE_H''@||g' \ -e 's/@''GNULIB_ISBLANK''@/1/g' \ -e 's/@''HAVE_ISBLANK''@/1/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./ctype.in.h > ctype.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_DIRENT_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_DIRENT_H''@||g' \ -e 's/@''GNULIB_OPENDIR''@/1/g' \ -e 's/@''GNULIB_READDIR''@/1/g' \ -e 's/@''GNULIB_REWINDDIR''@/0/g' \ -e 's/@''GNULIB_CLOSEDIR''@/1/g' \ -e 's/@''GNULIB_DIRFD''@/1/g' \ -e 's/@''GNULIB_FDOPENDIR''@/0/g' \ -e 's/@''GNULIB_SCANDIR''@/0/g' \ -e 's/@''GNULIB_ALPHASORT''@/0/g' \ -e 's/@''HAVE_OPENDIR''@/1/g' \ -e 's/@''HAVE_READDIR''@/1/g' \ -e 's/@''HAVE_REWINDDIR''@/1/g' \ -e 's/@''HAVE_CLOSEDIR''@/1/g' \ -e 's|@''HAVE_DECL_DIRFD''@|1|g' \ -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \ -e 's|@''HAVE_FDOPENDIR''@|1|g' \ -e 's|@''HAVE_SCANDIR''@|1|g' \ -e 's|@''HAVE_ALPHASORT''@|1|g' \ -e 's|@''REPLACE_OPENDIR''@|0|g' \ -e 's|@''REPLACE_CLOSEDIR''@|0|g' \ -e 's|@''REPLACE_DIRFD''@|0|g' \ -e 's|@''REPLACE_FDOPENDIR''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./dirent.in.h > dirent.h-t /bin/mkdir -p 'malloc' mv alloca.h-t alloca.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e '/libc_hidden_proto/d' \ ./malloc/dynarray.h > malloc/dynarray.gl.h-t mv ctype.h-t ctype.h /bin/mkdir -p 'malloc' mv malloc/dynarray.gl.h-t malloc/dynarray.gl.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FCNTL_H''@||g' \ -e 's/@''GNULIB_CREAT''@/0/g' \ -e 's/@''GNULIB_FCNTL''@/1/g' \ -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_OPEN''@/1/g' \ -e 's/@''GNULIB_OPENAT''@/1/g' \ -e 's/@''GNULIB_MDA_CREAT''@/1/g' \ -e 's/@''GNULIB_MDA_OPEN''@/1/g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ -e 's|@''HAVE_OPENAT''@|1|g' \ -e 's|@''REPLACE_CREAT''@|0|g' \ -e 's|@''REPLACE_FCNTL''@|1|g' \ -e 's|@''REPLACE_OPEN''@|0|g' \ -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./fcntl.in.h > fcntl.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|||g' \ -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \ -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \ -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ ./malloc/dynarray-skeleton.c > malloc/dynarray-skeleton.gl.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_FNMATCH_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FNMATCH_H''@||g' \ -e 's/@''GNULIB_FNMATCH''@/1/g' \ -e 's|@''HAVE_FNMATCH''@|1|g' \ -e 's|@''REPLACE_FNMATCH''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./fnmatch.in.h > fnmatch.h-t mv dirent.h-t dirent.h mv malloc/dynarray-skeleton.gl.h-t malloc/dynarray-skeleton.gl.h mv fcntl.h-t fcntl.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_GETOPT_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_GETOPT_H''@||g' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ ./getopt.in.h > getopt.h-t mv fnmatch.h-t fnmatch.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \ ./getopt-cdefs.in.h > getopt-cdefs.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_GLOB_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_GLOB_H''@||g' \ -e 's/@''GNULIB_GLOB''@/1/g' \ -e 's|@''HAVE_GLOB''@|1|g' \ -e 's|@''HAVE_GLOB_PATTERN_P''@|1|g' \ -e 's|@''REPLACE_GLOB''@|1|g' \ -e 's|@''REPLACE_GLOB_PATTERN_P''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./glob.in.h > glob.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e '/__BEGIN_DECLS/{ s/__BEGIN_DECLS/#ifdef __cplusplus%extern "C" {%#endif/; y/%/\n/; }' \ -e '/__END_DECLS/{ s/__END_DECLS/#ifdef __cplusplus%}%#endif/; y/%/\n/; }' \ -e 's|__THROWNL||g' \ -e 's|__THROW||g' \ -e 's|__restrict|restrict|g' \ -e 's|defined __USE_MISC|1|' \ -e 's|ifdef __USE_GNU|if 1|' \ -e 's|ifdef __USE_LARGEFILE64|if 0|' \ ./glob-libc.h > glob-libc.gl.h-t mv getopt-cdefs.h-t getopt-cdefs.h mv getopt.h-t getopt.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_INTTYPES_H''@||g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \ -e 's/@''GNULIB_IMAXABS''@/0/g' \ -e 's/@''GNULIB_IMAXDIV''@/0/g' \ -e 's/@''GNULIB_STRTOIMAX''@/0/g' \ -e 's/@''GNULIB_STRTOUMAX''@/0/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ -e 's/@''HAVE_IMAXDIV_T''@/1/g' \ -e 's/@''REPLACE_STRTOIMAX''@/0/g' \ -e 's/@''REPLACE_STRTOUMAX''@/0/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./inttypes.in.h > inttypes.h-t mv glob-libc.gl.h-t glob-libc.gl.h mv glob.h-t glob.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_LANGINFO_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LANGINFO_H''@||g' \ -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./langinfo.in.h > langinfo.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LIMITS_H''@||g' \ ./limits.in.h > limits.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's/@''GNULIB_LOCALECONV''@/1/g' \ -e 's/@''GNULIB_SETLOCALE''@/0/g' \ -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \ -e 's/@''GNULIB_DUPLOCALE''@/0/g' \ -e 's/@''GNULIB_LOCALENAME''@/0/g' \ -e 's|@''HAVE_NEWLOCALE''@|1|g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_FREELOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|0|g' \ -e 's|@''REPLACE_LOCALECONV''@|0|g' \ -e 's|@''REPLACE_SETLOCALE''@|0|g' \ -e 's|@''REPLACE_NEWLOCALE''@|0|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e 's|@''REPLACE_FREELOCALE''@|0|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./locale.in.h > locale.h-t mv limits.h-t limits.h mv langinfo.h-t langinfo.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ -e 's/@''GNULIB_ACOSF''@/0/g' \ -e 's/@''GNULIB_ACOSL''@/0/g' \ -e 's/@''GNULIB_ASINF''@/0/g' \ -e 's/@''GNULIB_ASINL''@/0/g' \ -e 's/@''GNULIB_ATANF''@/0/g' \ -e 's/@''GNULIB_ATANL''@/0/g' \ -e 's/@''GNULIB_ATAN2F''@/0/g' \ -e 's/@''GNULIB_CBRT''@/0/g' \ -e 's/@''GNULIB_CBRTF''@/0/g' \ -e 's/@''GNULIB_CBRTL''@/0/g' \ -e 's/@''GNULIB_CEIL''@/0/g' \ -e 's/@''GNULIB_CEILF''@/0/g' \ -e 's/@''GNULIB_CEILL''@/0/g' \ -e 's/@''GNULIB_COPYSIGN''@/0/g' \ -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ -e 's/@''GNULIB_COSF''@/0/g' \ -e 's/@''GNULIB_COSL''@/0/g' \ -e 's/@''GNULIB_COSHF''@/0/g' \ -e 's/@''GNULIB_EXPF''@/0/g' \ -e 's/@''GNULIB_EXPL''@/0/g' \ -e 's/@''GNULIB_EXP2''@/0/g' \ -e 's/@''GNULIB_EXP2F''@/0/g' \ -e 's/@''GNULIB_EXP2L''@/0/g' \ -e 's/@''GNULIB_EXPM1''@/0/g' \ -e 's/@''GNULIB_EXPM1F''@/0/g' \ -e 's/@''GNULIB_EXPM1L''@/0/g' \ -e 's/@''GNULIB_FABSF''@/0/g' \ -e 's/@''GNULIB_FABSL''@/0/g' \ -e 's/@''GNULIB_FLOOR''@/0/g' \ -e 's/@''GNULIB_FLOORF''@/0/g' \ -e 's/@''GNULIB_FLOORL''@/0/g' \ -e 's/@''GNULIB_FMA''@/0/g' \ -e 's/@''GNULIB_FMAF''@/0/g' \ -e 's/@''GNULIB_FMAL''@/0/g' \ -e 's/@''GNULIB_FMOD''@/0/g' \ -e 's/@''GNULIB_FMODF''@/0/g' \ -e 's/@''GNULIB_FMODL''@/0/g' \ -e 's/@''GNULIB_FREXPF''@/0/g' \ -e 's/@''GNULIB_FREXP''@/1/g' \ -e 's/@''GNULIB_FREXPL''@/1/g' \ -e 's/@''GNULIB_HYPOT''@/0/g' \ -e 's/@''GNULIB_HYPOTF''@/0/g' \ -e 's/@''GNULIB_HYPOTL''@/0/g' \ < ./math.in.h | \ sed -e 's/@''GNULIB_ILOGB''@/0/g' \ -e 's/@''GNULIB_ILOGBF''@/0/g' \ -e 's/@''GNULIB_ILOGBL''@/0/g' \ -e 's/@''GNULIB_ISFINITE''@/0/g' \ -e 's/@''GNULIB_ISINF''@/0/g' \ -e 's/@''GNULIB_ISNAN''@/0/g' \ -e 's/@''GNULIB_ISNANF''@/0/g' \ -e 's/@''GNULIB_ISNAND''@/0/g' \ -e 's/@''GNULIB_ISNANL''@/0/g' \ -e 's/@''GNULIB_LDEXPF''@/0/g' \ -e 's/@''GNULIB_LDEXPL''@/0/g' \ -e 's/@''GNULIB_LOG''@/0/g' \ -e 's/@''GNULIB_LOGF''@/0/g' \ -e 's/@''GNULIB_LOGL''@/0/g' \ -e 's/@''GNULIB_LOG10''@/0/g' \ -e 's/@''GNULIB_LOG10F''@/0/g' \ -e 's/@''GNULIB_LOG10L''@/0/g' \ -e 's/@''GNULIB_LOG1P''@/0/g' \ -e 's/@''GNULIB_LOG1PF''@/0/g' \ -e 's/@''GNULIB_LOG1PL''@/0/g' \ -e 's/@''GNULIB_LOG2''@/0/g' \ -e 's/@''GNULIB_LOG2F''@/0/g' \ -e 's/@''GNULIB_LOG2L''@/0/g' \ -e 's/@''GNULIB_LOGB''@/0/g' \ -e 's/@''GNULIB_LOGBF''@/0/g' \ -e 's/@''GNULIB_LOGBL''@/0/g' \ -e 's/@''GNULIB_MODF''@/0/g' \ -e 's/@''GNULIB_MODFF''@/0/g' \ -e 's/@''GNULIB_MODFL''@/0/g' \ -e 's/@''GNULIB_POWF''@/0/g' \ -e 's/@''GNULIB_REMAINDER''@/0/g' \ -e 's/@''GNULIB_REMAINDERF''@/0/g' \ -e 's/@''GNULIB_REMAINDERL''@/0/g' \ -e 's/@''GNULIB_RINT''@/0/g' \ -e 's/@''GNULIB_RINTF''@/0/g' \ -e 's/@''GNULIB_RINTL''@/0/g' \ -e 's/@''GNULIB_ROUND''@/0/g' \ -e 's/@''GNULIB_ROUNDF''@/0/g' \ -e 's/@''GNULIB_ROUNDL''@/0/g' \ -e 's/@''GNULIB_SIGNBIT''@/1/g' \ -e 's/@''GNULIB_SINF''@/0/g' \ -e 's/@''GNULIB_SINL''@/0/g' \ -e 's/@''GNULIB_SINHF''@/0/g' \ -e 's/@''GNULIB_SQRTF''@/0/g' \ -e 's/@''GNULIB_SQRTL''@/0/g' \ -e 's/@''GNULIB_TANF''@/0/g' \ -e 's/@''GNULIB_TANL''@/0/g' \ -e 's/@''GNULIB_TANHF''@/0/g' \ -e 's/@''GNULIB_TRUNC''@/0/g' \ -e 's/@''GNULIB_TRUNCF''@/0/g' \ -e 's/@''GNULIB_TRUNCL''@/0/g' \ -e 's/@''GNULIB_MDA_J0''@/1/g' \ -e 's/@''GNULIB_MDA_J1''@/1/g' \ -e 's/@''GNULIB_MDA_JN''@/1/g' \ -e 's/@''GNULIB_MDA_Y0''@/1/g' \ -e 's/@''GNULIB_MDA_Y1''@/1/g' \ -e 's/@''GNULIB_MDA_YN''@/1/g' \ | \ sed -e 's|@''HAVE_ACOSF''@|1|g' \ -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINF''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANF''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_ATAN2F''@|1|g' \ -e 's|@''HAVE_CBRT''@|1|g' \ -e 's|@''HAVE_CBRTF''@|1|g' \ -e 's|@''HAVE_CBRTL''@|1|g' \ -e 's|@''HAVE_COPYSIGN''@|1|g' \ -e 's|@''HAVE_COPYSIGNL''@|1|g' \ -e 's|@''HAVE_COSF''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_COSHF''@|1|g' \ -e 's|@''HAVE_EXPF''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_EXPM1''@|1|g' \ -e 's|@''HAVE_EXPM1F''@|1|g' \ -e 's|@''HAVE_FABSF''@|1|g' \ -e 's|@''HAVE_FABSL''@|1|g' \ -e 's|@''HAVE_FMA''@|1|g' \ -e 's|@''HAVE_FMAF''@|1|g' \ -e 's|@''HAVE_FMAL''@|1|g' \ -e 's|@''HAVE_FMODF''@|1|g' \ -e 's|@''HAVE_FMODL''@|1|g' \ -e 's|@''HAVE_FREXPF''@|1|g' \ -e 's|@''HAVE_HYPOTF''@|1|g' \ -e 's|@''HAVE_HYPOTL''@|1|g' \ -e 's|@''HAVE_ILOGB''@|1|g' \ -e 's|@''HAVE_ILOGBF''@|1|g' \ -e 's|@''HAVE_ILOGBL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|1|g' \ -e 's|@''HAVE_LDEXPF''@|1|g' \ -e 's|@''HAVE_LOGF''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_LOG10F''@|1|g' \ -e 's|@''HAVE_LOG10L''@|1|g' \ -e 's|@''HAVE_LOG1P''@|1|g' \ -e 's|@''HAVE_LOG1PF''@|1|g' \ -e 's|@''HAVE_LOG1PL''@|1|g' \ -e 's|@''HAVE_LOGBF''@|1|g' \ -e 's|@''HAVE_LOGBL''@|1|g' \ -e 's|@''HAVE_MODFF''@|1|g' \ -e 's|@''HAVE_MODFL''@|1|g' \ -e 's|@''HAVE_POWF''@|1|g' \ -e 's|@''HAVE_REMAINDER''@|1|g' \ -e 's|@''HAVE_REMAINDERF''@|1|g' \ -e 's|@''HAVE_RINT''@|1|g' \ -e 's|@''HAVE_RINTL''@|1|g' \ -e 's|@''HAVE_SINF''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SINHF''@|1|g' \ -e 's|@''HAVE_SQRTF''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANF''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_TANHF''@|1|g' \ -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ -e 's|@''HAVE_DECL_ASINL''@|1|g' \ -e 's|@''HAVE_DECL_ATANL''@|1|g' \ -e 's|@''HAVE_DECL_CBRTF''@|1|g' \ -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_EXP2''@|1|g' \ -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \ -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ -e 's|@''HAVE_DECL_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ -e 's|@''HAVE_DECL_LOG2''@|1|g' \ -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ -e 's|@''HAVE_DECL_RINTF''@|1|g' \ -e 's|@''HAVE_DECL_ROUND''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ -e 's|@''HAVE_DECL_SINL''@|1|g' \ -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ -e 's|@''HAVE_DECL_TANL''@|1|g' \ -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ | \ sed -e 's|@''REPLACE_ACOSF''@|0|g' \ -e 's|@''REPLACE_ASINF''@|0|g' \ -e 's|@''REPLACE_ATANF''@|0|g' \ -e 's|@''REPLACE_ATAN2F''@|0|g' \ -e 's|@''REPLACE_CBRTF''@|0|g' \ -e 's|@''REPLACE_CBRTL''@|0|g' \ -e 's|@''REPLACE_CEIL''@|0|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_COSF''@|0|g' \ -e 's|@''REPLACE_COSHF''@|0|g' \ -e 's|@''REPLACE_EXPF''@|0|g' \ -e 's|@''REPLACE_EXPL''@|0|g' \ -e 's|@''REPLACE_EXPM1''@|0|g' \ -e 's|@''REPLACE_EXPM1F''@|0|g' \ -e 's|@''REPLACE_EXPM1L''@|0|g' \ -e 's|@''REPLACE_EXP2''@|0|g' \ -e 's|@''REPLACE_EXP2L''@|0|g' \ -e 's|@''REPLACE_FABSL''@|0|g' \ -e 's|@''REPLACE_FLOOR''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FMA''@|0|g' \ -e 's|@''REPLACE_FMAF''@|0|g' \ -e 's|@''REPLACE_FMAL''@|0|g' \ -e 's|@''REPLACE_FMOD''@|0|g' \ -e 's|@''REPLACE_FMODF''@|0|g' \ -e 's|@''REPLACE_FMODL''@|0|g' \ -e 's|@''REPLACE_FREXPF''@|0|g' \ -e 's|@''REPLACE_FREXP''@|0|g' \ -e 's|@''REPLACE_FREXPL''@|0|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_HYPOT''@|0|g' \ -e 's|@''REPLACE_HYPOTF''@|0|g' \ -e 's|@''REPLACE_HYPOTL''@|0|g' \ -e 's|@''REPLACE_ILOGB''@|0|g' \ -e 's|@''REPLACE_ILOGBF''@|0|g' \ -e 's|@''REPLACE_ILOGBL''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|0|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|0|g' \ -e 's|@''REPLACE_ITOLD''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_LOG''@|0|g' \ -e 's|@''REPLACE_LOGF''@|0|g' \ -e 's|@''REPLACE_LOGL''@|0|g' \ -e 's|@''REPLACE_LOG10''@|0|g' \ -e 's|@''REPLACE_LOG10F''@|0|g' \ -e 's|@''REPLACE_LOG10L''@|0|g' \ -e 's|@''REPLACE_LOG1P''@|0|g' \ -e 's|@''REPLACE_LOG1PF''@|0|g' \ -e 's|@''REPLACE_LOG1PL''@|0|g' \ -e 's|@''REPLACE_LOG2''@|0|g' \ -e 's|@''REPLACE_LOG2F''@|0|g' \ -e 's|@''REPLACE_LOG2L''@|0|g' \ -e 's|@''REPLACE_LOGB''@|0|g' \ -e 's|@''REPLACE_LOGBF''@|0|g' \ -e 's|@''REPLACE_LOGBL''@|0|g' \ -e 's|@''REPLACE_MODF''@|0|g' \ -e 's|@''REPLACE_MODFF''@|0|g' \ -e 's|@''REPLACE_MODFL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_REMAINDER''@|0|g' \ -e 's|@''REPLACE_REMAINDERF''@|0|g' \ -e 's|@''REPLACE_REMAINDERL''@|0|g' \ -e 's|@''REPLACE_RINTL''@|0|g' \ -e 's|@''REPLACE_ROUND''@|0|g' \ -e 's|@''REPLACE_ROUNDF''@|0|g' \ -e 's|@''REPLACE_ROUNDL''@|0|g' \ -e 's|@''REPLACE_SIGNBIT''@|0|g' \ -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|1|g' \ -e 's|@''REPLACE_SINF''@|0|g' \ -e 's|@''REPLACE_SINHF''@|0|g' \ -e 's|@''REPLACE_SQRTF''@|0|g' \ -e 's|@''REPLACE_SQRTL''@|0|g' \ -e 's|@''REPLACE_TANF''@|0|g' \ -e 's|@''REPLACE_TANHF''@|0|g' \ -e 's|@''REPLACE_TRUNC''@|0|g' \ -e 's|@''REPLACE_TRUNCF''@|0|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ > math.h-t mv inttypes.h-t inttypes.h /bin/mkdir -p 'malloc' mv locale.h-t locale.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SIGNAL_H''@||g' \ -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \ -e 's/@''GNULIB_RAISE''@/1/g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \ -e 's/@''GNULIB_SIGACTION''@/1/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ -e 's|@''HAVE_RAISE''@|1|g' \ -e 's|@''HAVE_SIGSET_T''@|1|g' \ -e 's|@''HAVE_SIGINFO_T''@|1|g' \ -e 's|@''HAVE_SIGACTION''@|1|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''REPLACE_RAISE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./signal.in.h > signal.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ -e '/libc_hidden_proto/d' \ ./malloc/scratch_buffer.h > malloc/scratch_buffer.gl.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's/@''GNULIB_DPRINTF''@/0/g' \ -e 's/@''GNULIB_FCLOSE''@/0/g' \ -e 's/@''GNULIB_FDOPEN''@/0/g' \ -e 's/@''GNULIB_FFLUSH''@/0/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/0/g' \ -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_FPURGE''@/0/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/0/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/0/g' \ -e 's/@''GNULIB_FSEEKO''@/0/g' \ -e 's/@''GNULIB_FTELL''@/0/g' \ -e 's/@''GNULIB_FTELLO''@/0/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/1/g' \ -e 's/@''GNULIB_GETLINE''@/1/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PCLOSE''@/0/g' \ -e 's/@''GNULIB_PERROR''@/0/g' \ -e 's/@''GNULIB_POPEN''@/0/g' \ -e 's/@''GNULIB_PRINTF''@/1/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PUTC''@/1/g' \ -e 's/@''GNULIB_PUTCHAR''@/1/g' \ -e 's/@''GNULIB_PUTS''@/1/g' \ -e 's/@''GNULIB_REMOVE''@/0/g' \ -e 's/@''GNULIB_RENAME''@/0/g' \ -e 's/@''GNULIB_RENAMEAT''@/0/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/1/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_TMPFILE''@/0/g' \ -e 's/@''GNULIB_VASPRINTF''@/0/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VSNPRINTF''@/1/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \ -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \ -e 's/@''GNULIB_MDA_FILENO''@/1/g' \ -e 's/@''GNULIB_MDA_GETW''@/1/g' \ -e 's/@''GNULIB_MDA_PUTW''@/1/g' \ -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \ -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_PCLOSE''@|1|g' \ -e 's|@''HAVE_POPEN''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|0|g' \ -e 's|@''REPLACE_SPRINTF''@|0|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|0|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ > stdio.h-t mv malloc/scratch_buffer.gl.h-t malloc/scratch_buffer.gl.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/0/g' \ -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_GNU''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \ -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_GNU''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/1/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/0/g' \ -e 's/@''GNULIB_MKSTEMPS''@/1/g' \ -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/0/g' \ -e 's/@''GNULIB_QSORT_R''@/0/g' \ -e 's/@''GNULIB_RANDOM''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_GNU''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \ -e 's/@''GNULIB_REALPATH''@/0/g' \ -e 's/@''GNULIB_RPMATCH''@/0/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \ -e 's/@''GNULIB_SETENV''@/0/g' \ -e 's/@''GNULIB_STRTOD''@/0/g' \ -e 's/@''GNULIB_STRTOL''@/0/g' \ -e 's/@''GNULIB_STRTOLD''@/0/g' \ -e 's/@''GNULIB_STRTOLL''@/0/g' \ -e 's/@''GNULIB_STRTOUL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/0/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/0/g' \ -e 's/@''GNULIB_WCTOMB''@/0/g' \ -e 's/@''GNULIB_MDA_ECVT''@/1/g' \ -e 's/@''GNULIB_MDA_FCVT''@/1/g' \ -e 's/@''GNULIB_MDA_GCVT''@/1/g' \ -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \ -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_ECVT''@|1|g' \ -e 's|@''HAVE_DECL_FCVT''@|1|g' \ -e 's|@''HAVE_DECL_GCVT''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_INITSTATE''@|1|g' \ -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \ -e 's|@''HAVE_MBTOWC''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_QSORT_R''@|1|g' \ -e 's|@''HAVE_RANDOM''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALLOCARRAY''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_SETSTATE''@|1|g' \ -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOL''@|1|g' \ -e 's|@''HAVE_STRTOLD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOUL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \ -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \ -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_FREE''@|0|g' \ -e 's|@''REPLACE_INITSTATE''@|0|g' \ -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \ -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \ -e 's|@''REPLACE_PTSNAME''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_QSORT_R''@|0|g' \ -e 's|@''REPLACE_RANDOM''@|0|g' \ -e 's|@''REPLACE_RANDOM_R''@|0|g' \ -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \ -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \ -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_SETSTATE''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_STRTOL''@|0|g' \ -e 's|@''REPLACE_STRTOLD''@|0|g' \ -e 's|@''REPLACE_STRTOLL''@|0|g' \ -e 's|@''REPLACE_STRTOUL''@|0|g' \ -e 's|@''REPLACE_STRTOULL''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _Noreturn/r ./_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ > stdlib.h-t mv signal.h-t signal.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/1/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/1/g' \ -e 's/@''GNULIB_MEMRCHR''@/1/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ -e 's/@''GNULIB_STPCPY''@/0/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/1/g' \ -e 's/@''GNULIB_STRNCAT''@/0/g' \ -e 's/@''GNULIB_STRNDUP''@/0/g' \ -e 's/@''GNULIB_STRNLEN''@/1/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/0/g' \ -e 's/@''GNULIB_STRSTR''@/0/g' \ -e 's/@''GNULIB_STRCASESTR''@/1/g' \ -e 's/@''GNULIB_STRTOK_R''@/0/g' \ -e 's/@''GNULIB_STRERROR''@/1/g' \ -e 's/@''GNULIB_STRERROR_R''@/0/g' \ -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \ -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \ -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \ -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \ -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \ -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \ -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \ -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_FFSLL''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|1|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_FREE''@|0|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|1|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ > string.h-t mv string.h-t string.h mv stdio.h-t stdio.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_STRINGS_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRINGS_H''@||g' \ -e 's/@''GNULIB_FFS''@/0/g' \ -e 's|@''HAVE_FFS''@|1|g' \ -e 's|@''HAVE_STRCASECMP''@|1|g' \ -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./strings.in.h > strings.h-t /bin/mkdir -p 'sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_RANDOM_H''@||g' \ -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \ -e 's/@''GNULIB_GETRANDOM''@/1/g' \ -e 's/@''HAVE_GETRANDOM''@/1/g' \ -e 's/@''REPLACE_GETRANDOM''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./sys_random.in.h > sys/random.h-t mv strings.h-t strings.h /bin/mkdir -p 'sys' mv stdlib.h-t stdlib.h mv sys/random.h-t sys/random.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \ -e 's/@''GNULIB_CHMOD''@/0/g' \ -e 's/@''GNULIB_FCHMODAT''@/0/g' \ -e 's/@''GNULIB_FSTAT''@/1/g' \ -e 's/@''GNULIB_FSTATAT''@/1/g' \ -e 's/@''GNULIB_FUTIMENS''@/1/g' \ -e 's/@''GNULIB_GETUMASK''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/0/g' \ -e 's/@''GNULIB_LSTAT''@/1/g' \ -e 's/@''GNULIB_MKDIR''@/1/g' \ -e 's/@''GNULIB_MKDIRAT''@/0/g' \ -e 's/@''GNULIB_MKFIFO''@/0/g' \ -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ -e 's/@''GNULIB_MKNOD''@/0/g' \ -e 's/@''GNULIB_MKNODAT''@/0/g' \ -e 's/@''GNULIB_STAT''@/1/g' \ -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \ -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \ -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \ -e 's/@''GNULIB_MDA_UMASK''@/1/g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|1|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_GETUMASK''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_CHMOD''@|0|g' \ -e 's|@''REPLACE_FCHMODAT''@|0|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|1|g' \ -e 's|@''REPLACE_LSTAT''@|0|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKFIFOAT''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_MKNODAT''@|0|g' \ -e 's|@''REPLACE_STAT''@|0|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./sys_stat.in.h > sys/stat.h-t /bin/mkdir -p 'sys' /bin/mkdir -p 'sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TIME_H''@||g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./sys_time.in.h > sys/time.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's|@''WINDOWS_STAT_INODES''@|0|g' \ ./sys_types.in.h > sys/types.h-t mv math.h-t math.h mv sys/types.h-t sys/types.h /bin/mkdir -p 'sys' mv sys/time.h-t sys/time.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_CTIME''@/0/g' \ -e 's/@''GNULIB_LOCALTIME''@/0/g' \ -e 's/@''GNULIB_MKTIME''@/0/g' \ -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ -e 's/@''GNULIB_STRFTIME''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/0/g' \ -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \ -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/0/g' \ -e 's/@''GNULIB_TIME_RZ''@/0/g' \ -e 's/@''GNULIB_TZSET''@/0/g' \ -e 's/@''GNULIB_MDA_TZSET''@/1/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \ -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \ -e 's|@''HAVE_TIMEZONE_T''@|0|g' \ -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_GMTIME''@|0|g' \ -e 's|@''REPLACE_LOCALTIME''@|0|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./time.in.h > time.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_WAIT_H''@||g' \ -e 's/@''GNULIB_WAITPID''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./sys_wait.in.h > sys/wait.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_ACCESS''@/0/g' \ -e 's/@''GNULIB_CHDIR''@/1/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/1/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/0/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_EXECL''@/0/g' \ -e 's/@''GNULIB_EXECLE''@/0/g' \ -e 's/@''GNULIB_EXECLP''@/0/g' \ -e 's/@''GNULIB_EXECV''@/0/g' \ -e 's/@''GNULIB_EXECVE''@/0/g' \ -e 's/@''GNULIB_EXECVP''@/0/g' \ -e 's/@''GNULIB_EXECVPE''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/1/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/1/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \ -e 's/@''GNULIB_GETENTROPY''@/0/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/1/g' \ -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ -e 's/@''GNULIB_GETPASS''@/0/g' \ -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/0/g' \ -e 's/@''GNULIB_PIPE''@/1/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/0/g' \ -e 's/@''GNULIB_READLINK''@/0/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TRUNCATE''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \ -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \ -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \ -e 's/@''GNULIB_MDA_DUP''@/1/g' \ -e 's/@''GNULIB_MDA_DUP2''@/1/g' \ -e 's/@''GNULIB_MDA_EXECL''@/1/g' \ -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \ -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \ -e 's/@''GNULIB_MDA_EXECV''@/1/g' \ -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \ -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \ -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \ -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \ -e 's/@''GNULIB_MDA_GETPID''@/1/g' \ -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \ -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \ -e 's/@''GNULIB_MDA_READ''@/1/g' \ -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \ -e 's/@''GNULIB_MDA_SWAB''@/1/g' \ -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \ -e 's/@''GNULIB_MDA_WRITE''@/1/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_EXECVPE''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETENTROPY''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GETPASS''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_ACCESS''@|0|g' \ -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_EXECL''@|0|g' \ -e 's|@''REPLACE_EXECLE''@|0|g' \ -e 's|@''REPLACE_EXECLP''@|0|g' \ -e 's|@''REPLACE_EXECV''@|0|g' \ -e 's|@''REPLACE_EXECVE''@|0|g' \ -e 's|@''REPLACE_EXECVP''@|0|g' \ -e 's|@''REPLACE_EXECVPE''@|0|g' \ -e 's|@''REPLACE_FACCESSAT''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_GETPASS''@|0|g' \ -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_READLINKAT''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ -e 's|@''REPLACE_TRUNCATE''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ > unistd.h-t mv sys/stat.h-t sys/stat.h mv sys/wait.h-t sys/wait.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w unitypes.h-t' ./unitypes.in.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w uniwidth.h-t' ./uniwidth.in.h mv unitypes.h-t unitypes.h mv uniwidth.h-t uniwidth.h mv time.h-t time.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_UTIME_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UTIME_H''@||g' \ -e 's/@''GNULIB_UTIME''@/1/g' \ -e 's/@''GNULIB_MDA_UTIME''@/1/g' \ -e 's|@''HAVE_UTIME''@|1|g' \ -e 's|@''REPLACE_UTIME''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./utime.in.h > utime.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ -e 's/@''GNULIB_BTOWC''@/1/g' \ -e 's/@''GNULIB_WCTOB''@/0/g' \ -e 's/@''GNULIB_MBSINIT''@/1/g' \ -e 's/@''GNULIB_MBRTOWC''@/1/g' \ -e 's/@''GNULIB_MBRLEN''@/0/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/1/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/1/g' \ -e 's/@''GNULIB_WMEMCHR''@/1/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMPCPY''@/1/g' \ -e 's/@''GNULIB_WMEMSET''@/0/g' \ -e 's/@''GNULIB_WCSLEN''@/0/g' \ -e 's/@''GNULIB_WCSNLEN''@/0/g' \ -e 's/@''GNULIB_WCSCPY''@/0/g' \ -e 's/@''GNULIB_WCPCPY''@/0/g' \ -e 's/@''GNULIB_WCSNCPY''@/0/g' \ -e 's/@''GNULIB_WCPNCPY''@/0/g' \ -e 's/@''GNULIB_WCSCAT''@/0/g' \ -e 's/@''GNULIB_WCSNCAT''@/0/g' \ -e 's/@''GNULIB_WCSCMP''@/0/g' \ -e 's/@''GNULIB_WCSNCMP''@/0/g' \ -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSCOLL''@/0/g' \ -e 's/@''GNULIB_WCSXFRM''@/0/g' \ -e 's/@''GNULIB_WCSDUP''@/0/g' \ -e 's/@''GNULIB_WCSCHR''@/0/g' \ -e 's/@''GNULIB_WCSRCHR''@/0/g' \ -e 's/@''GNULIB_WCSCSPN''@/0/g' \ -e 's/@''GNULIB_WCSSPN''@/0/g' \ -e 's/@''GNULIB_WCSPBRK''@/0/g' \ -e 's/@''GNULIB_WCSSTR''@/0/g' \ -e 's/@''GNULIB_WCSTOK''@/0/g' \ -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ -e 's/@''GNULIB_WCSFTIME''@/0/g' \ -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \ -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMPCPY''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_WCSFTIME''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_FREE''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|1|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSFTIME''@|0|g' \ -e 's|@''REPLACE_WCSTOK''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ > wchar.h-t sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ -e 's/@''GNULIB_ISWBLANK''@/1/g' \ -e 's/@''GNULIB_ISWDIGIT''@/0/g' \ -e 's/@''GNULIB_ISWXDIGIT''@/0/g' \ -e 's/@''GNULIB_WCTYPE''@/0/g' \ -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ -e 's/@''GNULIB_WCTRANS''@/0/g' \ -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WCTYPE_T''@/1/g' \ -e 's/@''HAVE_WCTRANS_T''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWBLANK''@/0/g' \ -e 's/@''REPLACE_ISWDIGIT''@/0/g' \ -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e 's/@''REPLACE_TOWLOWER''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ ./wctype.in.h > wctype.h-t mv utime.h-t utime.h mv wctype.h-t wctype.h mv wchar.h-t wchar.h mv unistd.h-t unistd.h /usr/bin/make all-recursive make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-openat-proc.o `test -f 'openat-proc.c' || echo './'`openat-proc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-basename-lgpl.o `test -f 'basename-lgpl.c' || echo './'`basename-lgpl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-chdir-long.o `test -f 'chdir-long.c' || echo './'`chdir-long.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-cloexec.o `test -f 'cloexec.c' || echo './'`cloexec.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-dirname-lgpl.o `test -f 'dirname-lgpl.c' || echo './'`dirname-lgpl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-stripslash.o `test -f 'stripslash.c' || echo './'`stripslash.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-exitfail.o `test -f 'exitfail.c' || echo './'`exitfail.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-fcntl.o `test -f 'fcntl.c' || echo './'`fcntl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-fd-hook.o `test -f 'fd-hook.c' || echo './'`fd-hook.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-fd-safer-flag.o `test -f 'fd-safer-flag.c' || echo './'`fd-safer-flag.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-dup-safer-flag.o `test -f 'dup-safer-flag.c' || echo './'`dup-safer-flag.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-filenamecat-lgpl.o `test -f 'filenamecat-lgpl.c' || echo './'`filenamecat-lgpl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-futimens.o `test -f 'futimens.c' || echo './'`futimens.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-getopt.o `test -f 'getopt.c' || echo './'`getopt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-getprogname.o `test -f 'getprogname.c' || echo './'`getprogname.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-glob.o `test -f 'glob.c' || echo './'`glob.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-globfree.o `test -f 'globfree.c' || echo './'`globfree.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-glob_pattern_p.o `test -f 'glob_pattern_p.c' || echo './'`glob_pattern_p.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-hard-locale.o `test -f 'hard-locale.c' || echo './'`hard-locale.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-localcharset.o `test -f 'localcharset.c' || echo './'`localcharset.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-malloca.o `test -f 'malloca.c' || echo './'`malloca.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-math.o `test -f 'math.c' || echo './'`math.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-mbrtowc.o `test -f 'mbrtowc.c' || echo './'`mbrtowc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-memchr.o `test -f 'memchr.c' || echo './'`memchr.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-openat-die.o `test -f 'openat-die.c' || echo './'`openat-die.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-printf-frexp.o `test -f 'printf-frexp.c' || echo './'`printf-frexp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-printf-frexpl.o `test -f 'printf-frexpl.c' || echo './'`printf-frexpl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-regex.o `test -f 'regex.c' || echo './'`regex.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-save-cwd.o `test -f 'save-cwd.c' || echo './'`save-cwd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-scratch_buffer_dupfree.o `test -f 'malloc/scratch_buffer_dupfree.c' || echo './'`malloc/scratch_buffer_dupfree.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-scratch_buffer_grow.o `test -f 'malloc/scratch_buffer_grow.c' || echo './'`malloc/scratch_buffer_grow.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-scratch_buffer_grow_preserve.o `test -f 'malloc/scratch_buffer_grow_preserve.c' || echo './'`malloc/scratch_buffer_grow_preserve.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-scratch_buffer_set_array_size.o `test -f 'malloc/scratch_buffer_set_array_size.c' || echo './'`malloc/scratch_buffer_set_array_size.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-setlocale_null.o `test -f 'setlocale_null.c' || echo './'`setlocale_null.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-sig-handler.o `test -f 'sig-handler.c' || echo './'`sig-handler.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-stat-time.o `test -f 'stat-time.c' || echo './'`stat-time.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-strnlen1.o `test -f 'strnlen1.c' || echo './'`strnlen1.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-tempname.o `test -f 'tempname.c' || echo './'`tempname.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o glthread/libgnu_a-threadlib.o `test -f 'glthread/threadlib.c' || echo './'`glthread/threadlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-timespec.o `test -f 'timespec.c' || echo './'`timespec.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-unistd.o `test -f 'unistd.c' || echo './'`unistd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-dup-safer.o `test -f 'dup-safer.c' || echo './'`dup-safer.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-fd-safer.o `test -f 'fd-safer.c' || echo './'`fd-safer.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-pipe-safer.o `test -f 'pipe-safer.c' || echo './'`pipe-safer.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-utimens.o `test -f 'utimens.c' || echo './'`utimens.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-wctype-h.o `test -f 'wctype-h.c' || echo './'`wctype-h.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o libgnu_a-xsize.o `test -f 'xsize.c' || echo './'`xsize.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o asnprintf.o asnprintf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o fnmatch.o fnmatch.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o printf-args.o printf-args.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o printf-parse.o printf-parse.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o strcasestr.o strcasestr.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o vasnprintf.o vasnprintf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-dynarray_at_failure.o `test -f 'malloc/dynarray_at_failure.c' || echo './'`malloc/dynarray_at_failure.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-dynarray_emplace_enlarge.o `test -f 'malloc/dynarray_emplace_enlarge.c' || echo './'`malloc/dynarray_emplace_enlarge.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-dynarray_finalize.o `test -f 'malloc/dynarray_finalize.c' || echo './'`malloc/dynarray_finalize.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-dynarray_resize.o `test -f 'malloc/dynarray_resize.c' || echo './'`malloc/dynarray_resize.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o malloc/libgnu_a-dynarray_resize_clear.o `test -f 'malloc/dynarray_resize_clear.c' || echo './'`malloc/dynarray_resize_clear.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o glthread/libgnu_a-lock.o `test -f 'glthread/lock.c' || echo './'`glthread/lock.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o uniwidth/libgnu_a-width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c rm -f libgnu.a /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cr libgnu.a libgnu_a-openat-proc.o libgnu_a-basename-lgpl.o libgnu_a-chdir-long.o libgnu_a-cloexec.o libgnu_a-dirname-lgpl.o libgnu_a-stripslash.o malloc/libgnu_a-dynarray_at_failure.o malloc/libgnu_a-dynarray_emplace_enlarge.o malloc/libgnu_a-dynarray_finalize.o malloc/libgnu_a-dynarray_resize.o malloc/libgnu_a-dynarray_resize_clear.o libgnu_a-exitfail.o libgnu_a-fcntl.o libgnu_a-fd-hook.o libgnu_a-fd-safer-flag.o libgnu_a-dup-safer-flag.o libgnu_a-filenamecat-lgpl.o libgnu_a-futimens.o libgnu_a-getopt.o libgnu_a-getopt1.o libgnu_a-getprogname.o libgnu_a-gettime.o libgnu_a-glob.o libgnu_a-globfree.o libgnu_a-glob_pattern_p.o libgnu_a-hard-locale.o libgnu_a-localcharset.o glthread/libgnu_a-lock.o libgnu_a-malloca.o libgnu_a-math.o libgnu_a-mbrtowc.o libgnu_a-memchr.o libgnu_a-openat-die.o libgnu_a-printf-frexp.o libgnu_a-printf-frexpl.o libgnu_a-regex.o libgnu_a-save-cwd.o malloc/libgnu_a-scratch_buffer_dupfree.o malloc/libgnu_a-scratch_buffer_grow.o malloc/libgnu_a-scratch_buffer_grow_preserve.o malloc/libgnu_a-scratch_buffer_set_array_size.o libgnu_a-setlocale_null.o libgnu_a-sig-handler.o libgnu_a-stat-time.o libgnu_a-strnlen1.o libgnu_a-tempname.o glthread/libgnu_a-threadlib.o libgnu_a-timespec.o libgnu_a-unistd.o libgnu_a-dup-safer.o libgnu_a-fd-safer.o libgnu_a-pipe-safer.o uniwidth/libgnu_a-width.o libgnu_a-utimens.o libgnu_a-wctype-h.o libgnu_a-xsize.o asnprintf.o fnmatch.o printf-args.o printf-parse.o strcasestr.o vasnprintf.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib libgnu.a make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' Making all in m4 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/m4' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/po' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o browser.o browser.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o chars.o chars.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o color.o color.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o cut.o cut.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o files.o files.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o global.o global.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o help.o help.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o history.o history.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o move.o move.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o prompt.o prompt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o rcfile.o rcfile.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o search.o search.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o text.o text.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o utils.o utils.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o winio.o winio.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -I../lib -I../lib -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -c -o nano.o nano.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -o nano browser.o chars.o color.o cut.o files.o global.o help.o history.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o ../lib/libgnu.a -lncursesw make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' >>> nano 6.4 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' /usr/bin/make install-recursive make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/nano' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' /usr/bin/install -c -m 644 faq.html nano.html '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/nano' /usr/bin/install -c -m 644 nano.1 rnano.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 nanorc.5 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ./nano.info '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/doc' Making install in lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' /usr/bin/make install-recursive make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/lib' Making install in m4 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/m4' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/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 '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/m4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/m4' Making install in po make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/po' if test "nano" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/autobuild/instance-3/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 \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/po' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c nano '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' cd /home/buildroot/autobuild/instance-3/output-1/target/usr/bin && rm -f rnano && ln -s nano rnano make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/nano-6.4' openresolv-3.12.0.tar.gz: OK (sha256: 96b573e26d145f208d3758c2cd6fbf824b01005fc4cb7cedbdae29b3a3c8cb02) >>> openresolv 3.12.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/openresolv/openresolv-3.12.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0 -xf - >>> openresolv 3.12.0 Patching >>> openresolv 3.12.0 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0 && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --sysconfdir=/etc Deriving operating system from ... x86_64-unknown-linux Configuring openresolv for ... linux Checking for directory /libexec ... no Checking for directory /run ... yes SYSCONFDIR = /etc SBINDIR = /sbin LIBEXECDIR = /lib/resolvconf VARDIR = /run MANDIR = /usr/share/man RESTARTCMD = RCDIR = STATUSARG = >>> openresolv 3.12.0 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0' sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ resolvconf.in > resolvconf sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ resolvconf.8.in > resolvconf.8 sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ resolvconf.conf.5.in > resolvconf.conf.5 sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ libc.in > libc sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ dnsmasq.in > dnsmasq sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ named.in > named sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ pdnsd.in > pdnsd sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ pdns_recursor.in > pdns_recursor sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ unbound.in > unbound sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ avahi-daemon.in > avahi-daemon sed -e 's:@SBINDIR@:/sbin:g' -e 's:@SYSCONFDIR@:/etc:g' -e 's:@LIBEXECDIR@:/lib/resolvconf:g' \ -e 's:@VARDIR@:/run/resolvconf:g' \ -e 's:@RCDIR@::g' -e 's:@RESTARTCMD@::g' -e 's:@RCDIR@::g' -e 's:@STATUSARG@::g' \ mdnsd.in > mdnsd make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0' >>> openresolv 3.12.0 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0 DESTDIR="/home/buildroot/autobuild/instance-3/output-1/target" install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0' install -d /home/buildroot/autobuild/instance-3/output-1/target/sbin install -d /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8 install -m 0755 resolvconf /home/buildroot/autobuild/instance-3/output-1/target/sbin install -m 0444 resolvconf.8 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8 install -d /home/buildroot/autobuild/instance-3/output-1/target/etc install -d /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5 test -e /home/buildroot/autobuild/instance-3/output-1/target/etc/resolvconf.conf || \ install -m 0644 resolvconf.conf /home/buildroot/autobuild/instance-3/output-1/target/etc install -m 0444 resolvconf.conf.5 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5 install -d /home/buildroot/autobuild/instance-3/output-1/target/lib/resolvconf install -m 0644 libc dnsmasq named pdnsd pdns_recursor unbound /home/buildroot/autobuild/instance-3/output-1/target/lib/resolvconf install -d /home/buildroot/autobuild/instance-3/output-1/target/lib/resolvconf/libc.d install -m 0644 avahi-daemon mdnsd \ /home/buildroot/autobuild/instance-3/output-1/target/lib/resolvconf/libc.d make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openresolv-3.12.0' pkcs11-helper-1.29.0.tar.bz2: OK (sha256: 996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6) >>> pkcs11-helper 1.29.0 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/pkcs11-helper/pkcs11-helper-1.29.0.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0 -xf - >>> pkcs11-helper 1.29.0 Patching Applying 0001-openssl-libressl-3-5-0-does-not-have-DSA_meth_set1_name.patch using patch: patching file configure.ac patching file lib/pkcs11h-openssl.c >>> pkcs11-helper 1.29.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pkcs11-helper 1.29.0 Configuring >>> pkcs11-helper 1.29.0 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. 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' libtoolize: Remember to add 'LT_INIT' to configure.ac. configure.ac:422: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:422: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:422: the top level configure.ac:431: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:431: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:431: the top level configure.ac:251: installing './compile' configure.ac:63: installing './missing' lib/Makefile.am: installing './depcomp' >>> pkcs11-helper 1.29.0 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.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 /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-crypto-engine-polarssl --disable-crypto-engine-cryptoapi --enable-slotevent --enable-threading --disable-crypto-engine-gnutls --enable-crypto-engine-nss --enable-crypto-engine-mbedtls --enable-openssl --enable-crypto-engine-openssl ) 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 s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking pkg-config is at least version 0.9.0... yes checking for m4... m4 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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 s390x-buildroot-linux-gnu-windres... no checking for windres... no checking for alarm... yes checking for vprintf... yes checking for working mktime... no checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for snprintf... yes checking for dlopen in -ldl... yes checking for pthread_create in -lpthread... yes checking for OPENSSL... yes checking for RSA_meth_dup... yes checking for RSA_meth_free... yes checking for RSA_meth_set_priv_enc... yes checking for RSA_meth_set_priv_dec... yes checking for RSA_meth_set1_name... yes checking for RSA_meth_set_flags... yes checking for DSA_meth_dup... yes checking for DSA_meth_free... yes checking for DSA_meth_set_sign... yes checking for DSA_meth_set1_name... yes checking for DSA_SIG_set0... yes checking for ECDSA_SIG_set0... yes checking for EC_KEY_METHOD_get_sign... yes checking for EC_KEY_METHOD_set_sign... yes checking for X509_get0_notBefore... yes checking for X509_get0_notAfter... yes checking for EC_KEY_METHOD_new... yes checking for OpenSSL ec support... yes checking for GNUTLS... no checking for NSS... yes checking for mbedtls_x509_crt_init in -lmbedtls... yes checking for mbedtls/x509_crt.h... yes checking for egrep... (cached) /bin/grep -E checking for ISO C 1999 vararg macro support... yes checking for GNU GCC vararg macro support... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for size_t... (cached) yes checking size of size_t... 8 checking size_t printf format... %016lx checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdargs.h... no checking for malloc.h... yes checking for ctype.h... yes checking for string.h... (cached) yes checking for errno.h... yes checking for assert.h... yes checking for time.h... yes checking for signal.h... yes checking for dlfcn.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for pthread.h... yes checking OpenSSL interface... yes checking Win32 crypto engine... no checking OpenSSL crypto engine... yes checking GnuTLS crypto engine... no checking NSS crypto engine... yes checking mbed TLS crypto engine... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config-w32-vc.h config.status: creating include/Makefile config.status: creating include/pkcs11-helper-1.0/Makefile config.status: creating include/pkcs11-helper-1.0/pkcs11h-version.h config.status: creating man/Makefile config.status: creating doc/Makefile config.status: creating doc/api/Makefile config.status: creating doc/api/Doxyfile config.status: creating lib/Makefile config.status: creating lib/libpkcs11-helper-1.pc config.status: creating lib/versioninfo.rc config.status: creating m4dir/Makefile config.status: creating distro/Makefile config.status: creating distro/rpm/Makefile config.status: creating distro/rpm/pkcs11-helper.spec config.status: creating distro/debian/Makefile config.status: creating tests/Makefile config.status: creating tests/test-basic/Makefile config.status: creating tests/test-certificate/Makefile config.status: creating tests/test-fork/Makefile config.status: creating tests/test-openssl/Makefile config.status: creating tests/test-slotevent/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-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pkcs11-helper 1.29.0 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' Making all in man make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' Making all in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' Making all in pkcs11-helper-1.0 make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' cat "./core.exports" > pkcs11-helper.exports cat "./certificate.exports" >> pkcs11-helper.exports cat "./data.exports" >> pkcs11-helper.exports cat "./openssl.exports" >> pkcs11-helper.exports cat "./slotevent.exports" >> pkcs11-helper.exports cat "./token.exports" >> pkcs11-helper.exports /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-mem.lo pkcs11h-mem.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-sys.lo pkcs11h-sys.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-crypto.lo pkcs11h-crypto.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o _pkcs11h-crypto-openssl.lo _pkcs11h-crypto-openssl.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-sys.c -fPIC -DPIC -o .libs/pkcs11h-sys.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-mem.c -fPIC -DPIC -o .libs/pkcs11h-mem.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-crypto.c -fPIC -DPIC -o .libs/pkcs11h-crypto.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c _pkcs11h-crypto-openssl.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-openssl.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o _pkcs11h-crypto-nss.lo _pkcs11h-crypto-nss.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o _pkcs11h-crypto-gnutls.lo _pkcs11h-crypto-gnutls.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o _pkcs11h-crypto-mbedtls.lo _pkcs11h-crypto-mbedtls.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o _pkcs11h-crypto-cryptoapi.lo _pkcs11h-crypto-cryptoapi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c _pkcs11h-crypto-nss.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-nss.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c _pkcs11h-crypto-mbedtls.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-mbedtls.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c _pkcs11h-crypto-gnutls.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-gnutls.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c _pkcs11h-crypto-cryptoapi.c -fPIC -DPIC -o .libs/_pkcs11h-crypto-cryptoapi.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-threading.lo pkcs11h-threading.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-util.lo pkcs11h-util.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-session.lo pkcs11h-session.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-token.lo pkcs11h-token.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-util.c -fPIC -DPIC -o .libs/pkcs11h-util.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-threading.c -fPIC -DPIC -o .libs/pkcs11h-threading.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-token.c -fPIC -DPIC -o .libs/pkcs11h-token.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-session.c -fPIC -DPIC -o .libs/pkcs11h-session.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-certificate.lo pkcs11h-certificate.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-slotevent.lo pkcs11h-slotevent.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-certificate.c -fPIC -DPIC -o .libs/pkcs11h-certificate.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-slotevent.c -fPIC -DPIC -o .libs/pkcs11h-slotevent.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-core.lo pkcs11h-core.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-data.lo pkcs11h-data.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-serialization.lo pkcs11h-serialization.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-serialization.c -fPIC -DPIC -o .libs/pkcs11h-serialization.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-data.c -fPIC -DPIC -o .libs/pkcs11h-data.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-core.c -fPIC -DPIC -o .libs/pkcs11h-core.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c -o pkcs11h-openssl.lo pkcs11h-openssl.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -c pkcs11h-openssl.c -fPIC -DPIC -o .libs/pkcs11h-openssl.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nss -I/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/nspr -version-info 1:0:0 -export-symbols "pkcs11-helper.exports" -no-undefined -o libpkcs11-helper.la -rpath /usr/lib pkcs11h-mem.lo pkcs11h-sys.lo pkcs11h-crypto.lo _pkcs11h-crypto-openssl.lo _pkcs11h-crypto-nss.lo _pkcs11h-crypto-gnutls.lo _pkcs11h-crypto-mbedtls.lo _pkcs11h-crypto-cryptoapi.lo pkcs11h-threading.lo pkcs11h-util.lo pkcs11h-session.lo pkcs11h-token.lo pkcs11h-certificate.lo pkcs11h-slotevent.lo pkcs11h-core.lo pkcs11h-data.lo pkcs11h-serialization.lo pkcs11h-openssl.lo -lpthread -ldl -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lcrypto -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lmbedtls -lmbedx509 -lmbedcrypto libtool: link: echo "{ global:" > .libs/libpkcs11-helper.ver libtool: link: cat pkcs11-helper.exports | sed -e "s/\(.*\)/\1;/" >> .libs/libpkcs11-helper.ver libtool: link: echo "local: *; };" >> .libs/libpkcs11-helper.ver libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/pkcs11h-mem.o .libs/pkcs11h-sys.o .libs/pkcs11h-crypto.o .libs/_pkcs11h-crypto-openssl.o .libs/_pkcs11h-crypto-nss.o .libs/_pkcs11h-crypto-gnutls.o .libs/_pkcs11h-crypto-mbedtls.o .libs/_pkcs11h-crypto-cryptoapi.o .libs/pkcs11h-threading.o .libs/pkcs11h-util.o .libs/pkcs11h-session.o .libs/pkcs11h-token.o .libs/pkcs11h-certificate.o .libs/pkcs11h-slotevent.o .libs/pkcs11h-core.o .libs/pkcs11h-data.o .libs/pkcs11h-serialization.o .libs/pkcs11h-openssl.o -lpthread -ldl -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lcrypto -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lmbedtls -lmbedx509 -lmbedcrypto -O2 -g0 -Wl,-soname -Wl,libpkcs11-helper.so.1 -Wl,-version-script -Wl,.libs/libpkcs11-helper.ver -o .libs/libpkcs11-helper.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libpkcs11-helper.so.1" && ln -s "libpkcs11-helper.so.1.0.0" "libpkcs11-helper.so.1") libtool: link: (cd ".libs" && rm -f "libpkcs11-helper.so" && ln -s "libpkcs11-helper.so.1.0.0" "libpkcs11-helper.so") libtool: link: ( cd ".libs" && rm -f "libpkcs11-helper.la" && ln -s "../libpkcs11-helper.la" "libpkcs11-helper.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' Making all in m4dir make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' Making all in api make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' Making all in distro make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' Making all in rpm make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' Making all in debian make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' >>> pkcs11-helper 1.29.0 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' Making install in man make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man8' /usr/bin/install -c -m 644 pkcs11-helper-1.8 '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' Making install in pkcs11-helper-1.0 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/pkcs11-helper-1.0' /usr/bin/install -c -m 644 pkcs11.h pkcs11h-def.h pkcs11h-engines.h pkcs11h-core.h pkcs11h-version.h pkcs11h-certificate.h pkcs11h-data.h pkcs11h-openssl.h pkcs11h-token.h '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/pkcs11-helper-1.0' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' Making install in lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /bin/bash ../libtool --mode=install /usr/bin/install -c libpkcs11-helper.la '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 libpkcs11-helper-1.pc '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.so.1.0.0 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.so.1.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1 || { rm -f libpkcs11-helper.so.1 && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so || { rm -f libpkcs11-helper.so && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so; }; }) libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' Making install in m4dir make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 pkcs11-helper-1.m4 '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/aclocal' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' Making install in api make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' Making install in distro make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' Making install in rpm make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' Making install in debian make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.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 '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/doc/pkcs11-helper' /usr/bin/install -c -m 644 README COPYING.GPL COPYING.BSD COPYING '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/doc/pkcs11-helper' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' >>> pkcs11-helper 1.29.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> pkcs11-helper 1.29.0 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' Making install in man make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 pkcs11-helper-1.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/man' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' Making install in pkcs11-helper-1.0 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/pkcs11-helper-1.0' /usr/bin/install -c -m 644 pkcs11.h pkcs11h-def.h pkcs11h-engines.h pkcs11h-core.h pkcs11h-version.h pkcs11h-certificate.h pkcs11h-data.h pkcs11h-openssl.h pkcs11h-token.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/pkcs11-helper-1.0' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include/pkcs11-helper-1.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/include' Making install in lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /bin/bash ../libtool --mode=install /usr/bin/install -c libpkcs11-helper.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 libpkcs11-helper-1.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.so.1.0.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpkcs11-helper.so.1.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1 || { rm -f libpkcs11-helper.so.1 && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpkcs11-helper.so.1.0.0 libpkcs11-helper.so || { rm -f libpkcs11-helper.so && ln -s libpkcs11-helper.so.1.0.0 libpkcs11-helper.so; }; }) libtool: install: /usr/bin/install -c .libs/libpkcs11-helper.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpkcs11-helper.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/lib' Making install in m4dir make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal' /usr/bin/install -c -m 644 pkcs11-helper-1.m4 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/m4dir' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' Making install in api make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc/api' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/doc' Making install in distro make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' Making install in rpm make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/rpm' Making install in debian make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro/debian' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/distro' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.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 '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pkcs11-helper' /usr/bin/install -c -m 644 README COPYING.GPL COPYING.BSD COPYING '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pkcs11-helper' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pkcs11-helper-1.29.0' openvpn-2.5.7.tar.gz: OK (sha256: 08340a389905c84196b6cd750add1bc0fa2d46a1afebfd589c24120946c13e68) >>> openvpn 2.5.7 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/openvpn/openvpn-2.5.7.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7 -xf - >>> openvpn 2.5.7 Patching >>> openvpn 2.5.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openvpn 2.5.7 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> openvpn 2.5.7 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes NETSTAT=/bin/netstat CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-unit-tests --disable-lz4 --disable-lzo --disable-selinux --disable-plugin-auth-pam --with-crypto-library=openssl --enable-pkcs11 --disable-systemd ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking whether make sets $(MAKE)... (cached) yes checking for ifconfig... no checking for route... no checking for ip... /sbin/ip checking for systemd-ask-password... /bin/systemd-ask-password checking for netstat... /bin/netstat checking for git... git checking for rst2man... no checking for rst2man.py... no checking for rst2html... no checking for rst2html.py... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 s390x-buildroot-linux-gnu-windres... no checking for windres... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking return type of signal handlers... void checking for ISO C 1999 vararg macro support... yes checking for GNU GCC vararg macro support... yes checking for socklen_t... yes checking for C compiler empty array size... 0 checking size of unsigned int... 4 checking size of unsigned long... 8 checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking versionhelpers.h usability... no checking versionhelpers.h presence... no checking for versionhelpers.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for signal.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking linux/sockios.h usability... yes checking linux/sockios.h presence... yes checking for linux/sockios.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking linux/errqueue.h usability... yes checking linux/errqueue.h presence... yes checking for linux/errqueue.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking for net/if.h... yes checking for netinet/ip.h... yes checking for resolv.h... yes checking for sys/un.h... yes checking for net/if_utun.h... no checking for sys/kern_control.h... no checking for in_addr_t... yes checking for in_port_t... yes checking for struct iphdr... yes checking for struct msghdr... yes checking for struct cmsghdr... yes checking for struct in_pktinfo... yes checking for sa_family_t... yes checking for struct in_pktinfo.ipi_spec_dst... yes checking for struct sockaddr_in6... yes checking whether SO_MARK is declared... yes configure: checking anonymous union support... yes checking linker supports --wrap... yes checking whether SIGHUP is declared... yes checking whether SIGINT is declared... yes checking whether SIGUSR1 is declared... yes checking whether SIGUSR2 is declared... yes checking whether SIGTERM is declared... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for daemon... yes checking for chroot... yes checking for getpwnam... yes checking for setuid... yes checking for nice... yes checking for system... yes checking for getpid... yes checking for dup... yes checking for dup2... yes checking for getpass... yes checking for syslog... yes checking for openlog... yes checking for mlockall... yes checking for getgrnam... yes checking for setgid... yes checking for setgroups... yes checking for stat... yes checking for flock... yes checking for readv... yes checking for writev... yes checking for time... yes checking for gettimeofday... yes checking for ctime... yes checking for memset... yes checking for vsnprintf... yes checking for strdup... yes checking for setsid... yes checking for chdir... yes checking for putenv... yes checking for getpeername... yes checking for unlink... yes checking for chsize... no checking for ftruncate... yes checking for execve... yes checking for getpeereid... no checking for umask... yes checking for basename... yes checking for dirname... yes checking for access... yes checking for epoll_create... yes checking for strsep... yes checking for dlopen in -ldl... yes checking for inet_ntoa in -lnsl... no checking for socket in -lsocket... no checking for gethostbyname in -lresolv... yes checking for sendmsg... yes checking for recvmsg... yes checking for inet_ntop... yes checking for inet_pton... yes checking for socket... yes checking for recv... yes checking for recvfrom... yes checking for send... yes checking for sendto... yes checking for listen... yes checking for accept... yes checking for connect... yes checking for bind... yes checking for select... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for setsockopt... yes checking for getsockopt... yes checking for getsockname... yes checking for poll... yes checking for library containing __res_init... none required checking net/if_tun.h usability... no checking net/if_tun.h presence... no checking for net/if_tun.h... no checking net/tun/if_tun.h usability... no checking net/tun/if_tun.h presence... no checking for net/tun/if_tun.h... no checking linux/if_tun.h usability... yes checking linux/if_tun.h presence... yes checking for linux/if_tun.h... yes checking tap-windows.h usability... no checking tap-windows.h presence... no checking for tap-windows.h... no checking whether TUNSETPERSIST is declared... yes checking for setcon in -lselinux... no checking for pam_start in -lpam... no checking for PKCS11_HELPER... yes checking for OPENSSL... yes checking for SSL_CTX_new... yes checking for EVP_CIPHER_CTX_set_key_length... yes checking for ENGINE_load_builtin_engines... yes checking for ENGINE_register_all_complete... yes checking for EVP_aes_256_gcm... yes checking for HMAC_CTX_new... yes checking for HMAC_CTX_free... yes checking for HMAC_CTX_reset... yes checking for EVP_MD_CTX_new... yes checking for EVP_MD_CTX_free... yes checking for EVP_MD_CTX_reset... yes checking for EVP_CIPHER_CTX_reset... yes checking for OpenSSL_version... yes checking for SSL_CTX_get_default_passwd_cb... yes checking for SSL_CTX_get_default_passwd_cb_userdata... yes checking for SSL_CTX_set1_groups... no checking for SSL_CTX_set_security_level... yes checking for X509_get0_notBefore... yes checking for X509_get0_notAfter... yes checking for X509_get0_pubkey... yes checking for X509_STORE_get0_objects... yes checking for X509_OBJECT_free... yes checking for X509_OBJECT_get_type... yes checking for EVP_PKEY_get0_RSA... yes checking for EVP_PKEY_get0_DSA... yes checking for EVP_PKEY_get0_EC_KEY... yes checking for RSA_set_flags... yes checking for RSA_bits... yes checking for RSA_get0_key... yes checking for RSA_set0_key... yes checking for DSA_get0_pqg... yes checking for DSA_bits... yes checking for RSA_meth_new... yes checking for RSA_meth_free... yes checking for RSA_meth_set_pub_enc... yes checking for RSA_meth_set_pub_dec... yes checking for RSA_meth_set_priv_enc... yes checking for RSA_meth_set_priv_dec... yes checking for RSA_meth_set_init... yes checking for RSA_meth_set_sign... yes checking for RSA_meth_set_finish... yes checking for RSA_meth_set0_app_data... yes checking for RSA_meth_get0_app_data... yes checking for EC_GROUP_order_bits... yes checking for lzo1x_1_15_compress in -llzo2... yes checking lzo/lzoutil.h usability... yes checking lzo/lzoutil.h presence... yes checking for lzo/lzoutil.h... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking git checkout... no checking for P11KIT... no checking whether the compiler accepts -Wno-stringop-truncation... yes checking whether the compiler accepts -Wall... yes checking for CMOCKA... no configure: WARNING: cmocka.pc not found on the system. Unit tests disabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating version.sh config.status: creating Makefile config.status: creating build/Makefile config.status: creating build/msvc/Makefile config.status: creating build/msvc/msvc-generate/Makefile config.status: creating distro/Makefile config.status: creating distro/systemd/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen/Makefile config.status: creating doc/doxygen/openvpn.doxyfile config.status: creating include/Makefile config.status: creating sample/sample-plugins/Makefile config.status: creating src/Makefile config.status: creating src/compat/Makefile config.status: creating src/openvpn/Makefile config.status: creating src/openvpnmsica/Makefile config.status: creating src/openvpnserv/Makefile config.status: creating src/plugins/Makefile config.status: creating src/plugins/auth-pam/Makefile config.status: creating src/plugins/down-root/Makefile config.status: creating src/tapctl/Makefile config.status: creating tests/Makefile config.status: creating tests/unit_tests/Makefile config.status: creating tests/unit_tests/example_test/Makefile config.status: creating tests/unit_tests/openvpn/Makefile config.status: creating tests/unit_tests/plugins/Makefile config.status: creating tests/unit_tests/plugins/auth-pam/Makefile config.status: creating tests/unit_tests/engine-key/Makefile config.status: creating sample/Makefile config.status: creating tests/t_client.sh config.status: creating config.h config.status: creating include/openvpn-plugin.h config.status: include/openvpn-plugin.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> openvpn 2.5.7 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' Making all in build make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' Making all in msvc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' Making all in msvc-generate make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' Making all in distro make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' Making all in systemd make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' Making all in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' Making all in compat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/compat' /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-dirname.lo compat-dirname.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-basename.lo compat-basename.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-gettimeofday.lo compat-gettimeofday.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-daemon.lo compat-daemon.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-basename.c -fPIC -DPIC -o .libs/compat-basename.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-gettimeofday.c -fPIC -DPIC -o .libs/compat-gettimeofday.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-dirname.c -fPIC -DPIC -o .libs/compat-dirname.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-daemon.c -fPIC -DPIC -o .libs/compat-daemon.o /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-inet_ntop.lo compat-inet_ntop.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-inet_pton.lo compat-inet_pton.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-lz4.lo compat-lz4.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compat-strsep.lo compat-strsep.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-inet_ntop.c -fPIC -DPIC -o .libs/compat-inet_ntop.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-inet_pton.c -fPIC -DPIC -o .libs/compat-inet_pton.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-strsep.c -fPIC -DPIC -o .libs/compat-strsep.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c compat-lz4.c -fPIC -DPIC -o .libs/compat-lz4.o /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -o libcompat.la compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-inet_ntop.lo compat-inet_pton.lo compat-lz4.lo compat-strsep.lo libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-inet_ntop.o .libs/compat-inet_pton.o .libs/compat-lz4.o .libs/compat-strsep.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libcompat.a libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/compat' Making all in openvpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpn' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o argv.o argv.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o auth_token.o auth_token.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o base64.o base64.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o buffer.o buffer.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o clinat.o clinat.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o comp.o comp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o compstub.o compstub.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o comp-lz4.o comp-lz4.c compstub.c:181:1: warning: 'dummy' defined but not used [-Wunused-function] 181 | dummy(void) | ^~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o crypto.o crypto.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o crypto_openssl.o crypto_openssl.c comp-lz4.c:320:1: warning: 'dummy' defined but not used [-Wunused-function] 320 | dummy(void) | ^~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o crypto_mbedtls.o crypto_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o dhcp.o dhcp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o env_set.o env_set.c crypto_openssl.c:935:39: warning: argument 2 of type 'unsigned char *' declared as a pointer [-Warray-parameter=] 935 | unsigned char *src, | ~~~~~~~~~~~~~~~^~~ In file included from crypto.h:125, from crypto_openssl.c:42: crypto_backend.h:217:43: note: previously declared as an array 'unsigned char[8]' 217 | unsigned char src[DES_KEY_LENGTH], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ crypto_openssl.c:936:39: warning: argument 3 of type 'unsigned char *' declared as a pointer [-Warray-parameter=] 936 | unsigned char *dst) | ~~~~~~~~~~~~~~~^~~ In file included from crypto.h:125, from crypto_openssl.c:42: crypto_backend.h:218:43: note: previously declared as an array 'unsigned char[8]' 218 | unsigned char dst[DES_KEY_LENGTH]); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o error.o error.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o event.o event.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o fdmisc.o fdmisc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o forward.o forward.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o fragment.o fragment.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o gremlin.o gremlin.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o helper.o helper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o httpdigest.o httpdigest.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o lladdr.o lladdr.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o init.o init.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o interval.o interval.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o list.o list.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o lzo.o lzo.c lzo.c:271:1: warning: 'dummy' defined but not used [-Wunused-function] 271 | dummy(void) | ^~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o manage.o manage.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mbuf.o mbuf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o misc.o misc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o platform.o platform.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o console.o console.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o console_builtin.o console_builtin.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o console_systemd.o console_systemd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mroute.o mroute.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mss.o mss.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mstats.o mstats.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mtcp.o mtcp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mtu.o mtu.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o mudp.o mudp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o multi.o multi.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o networking_iproute2.o networking_iproute2.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o networking_sitnl.o networking_sitnl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ntlm.o ntlm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o occ.o occ.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o pkcs11.o pkcs11.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o pkcs11_openssl.o pkcs11_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o openvpn.o openvpn.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o options.o options.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o otime.o otime.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o packet_id.o packet_id.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o perf.o perf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o pf.o pf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ping.o ping.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o plugin.o plugin.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o pool.o pool.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o proto.o proto.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o proxy.o proxy.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ps.o ps.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o push.o push.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o reliable.o reliable.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o route.o route.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o run_command.o run_command.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o schedule.o schedule.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o session_id.o session_id.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o shaper.o shaper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o sig.o sig.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o socket.o socket.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o socks.o socks.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl.o ssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl_openssl.o ssl_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl_mbedtls.o ssl_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl_ncp.o ssl_ncp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl_verify.o ssl_verify.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl_verify_openssl.o ssl_verify_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o status.o status.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o tls_crypt.o tls_crypt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o tun.o tun.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o vlan.o vlan.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o win32.o win32.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o cryptoapi.o cryptoapi.c /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o ../../src/compat/libcompat.la -lresolv -lpthread -ldl -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lcrypto -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lmbedtls -lmbedx509 -lmbedcrypto -lpkcs11-helper -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto -ldl libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o ../../src/compat/.libs/libcompat.a -lresolv -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libpkcs11-helper.so -lpthread -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lmbedtls -lmbedx509 -lmbedcrypto -lssl -lcrypto -ldl -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpn' Making all in openvpnmsica make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnmsica' Making all in openvpnserv make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnserv' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnserv' Making all in plugins make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' Making all in auth-pam make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' Making all in down-root make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/down-root' /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c -o down-root.lo down-root.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -c down-root.c -fPIC -DPIC -o .libs/down-root.o /bin/bash ../../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -o openvpn-plugin-down-root.la -rpath /usr/lib/openvpn/plugins down-root.lo libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver libtool: link: cat ./down-root.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver libtool: link: echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/down-root.o -O2 -g0 -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" ) make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' Making all in tapctl make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' Making all in sample make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/sample' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' Making all in doxygen make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' Making all in unit_tests make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' >>> openvpn 2.5.7 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' Making install in build make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' Making install in msvc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' Making install in msvc-generate make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/build' Making install in distro make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' Making install in systemd make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/make install-data-hook make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[6]: Nothing to be done for 'install-data-hook'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/distro' Making install in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/include' Making install in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' Making install in compat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/compat' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/compat' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/compat' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/compat' Making install in openvpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpn' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpn' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c openvpn '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c openvpn /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/openvpn make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpn' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpn' Making install in openvpnmsica make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnmsica' Making install in openvpnserv make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnserv' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnserv' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnserv' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/openvpnserv' Making install in plugins make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' Making install in auth-pam make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' Making install in down-root make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins' /bin/bash ../../../libtool --mode=install /usr/bin/install -c openvpn-plugin-down-root.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins' /usr/bin/install -c -m 644 README.down-root '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.so libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.la libtool: warning: remember to run 'libtool --finish /usr/lib/openvpn/plugins' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/plugins' Making install in tapctl make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/tapctl' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/tapctl' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/src' Making install in sample make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/sample' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/sample' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/sample' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/sample' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' Making install in doxygen make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc/doxygen' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc/doxygen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 management-notes.txt gui-notes.txt '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 openvpn-examples.5 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 openvpn.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/doc' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' Making install in unit_tests make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 README README.IPv6 README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.5.7' /usr/bin/install -m 755 -D package/openvpn/S60openvpn /home/buildroot/autobuild/instance-3/output-1/target/etc/init.d/S60openvpn parted-3.4.tar.xz: OK (sha256: e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342) >>> parted 3.4 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/parted/parted-3.4.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4 -xf - >>> parted 3.4 Patching >>> parted 3.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> parted 3.4 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/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 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> parted 3.4 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --without-readline --enable-device-mapper ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for library containing strerror... none required checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc needs -traditional... 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 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 _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a usable (O_DIRECT-supporting) temporary dir... . checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for canonicalize_file_name... yes checking for readlink... yes checking for realpath... yes checking for _set_invalid_parameter_handler... no checking for fcntl... yes checking for symlink... yes checking for fsync... yes checking for getdtablesize... yes checking for getprogname... no checking for getexecname... no checking for getrandom... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mkstemp... yes checking for nl_langinfo... yes checking for isblank... yes checking for iswctype... yes checking for sleep... yes checking for strerror_r... yes checking for __xpg_strerror_r... yes checking for strndup... yes checking for usleep... yes checking for wcrtomb... yes checking for iswcntrl... yes checking for ftruncate... yes checking for gettimeofday... yes checking for duplocale... yes checking for newlocale... yes checking for uselocale... yes checking for freelocale... yes checking for pipe... yes checking for pthread_sigmask... yes checking for mprotect... yes checking for setenv... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for catgets... yes checking for snprintf... yes checking for shutdown... yes checking for wctob... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether malloc, realloc, calloc are POSIX compliant... yes checking whether // is distinct from /... unknown, assuming no checking whether realpath works... guessing yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for stdio_ext.h... yes checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for threads.h... yes checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for langinfo.h... yes checking for xlocale.h... no checking for malloc.h... yes checking for sys/time.h... yes checking for sys/random.h... yes checking for features.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for semaphore.h... yes checking for sys/select.h... yes checking for priv.h... no checking for pthread.h... yes checking for sys/mman.h... yes checking for sys/wait.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking for blkid/blkid.h... yes checking for getcwd... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... yes checking for working fcntl.h... cross-compiling checking for pid_t... yes checking for mode_t... yes checking whether stat file-mode macros are broken... no checking for C/C++ restrict keyword... __restrict checking for nlink_t... yes checking whether getdtablesize is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... guessing yes checking for working GNU getopt function... guessing no checking for pthread.h... (cached) yes checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes checking whether setlocale (category, NULL) is multithread-safe... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes checking for wint_t... yes checking whether wint_t is large enough... yes checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... guessing yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether locale.h defines locale_t... yes checking whether imported symbols can be declared weak... guessing yes checking for multithread API to use... posix checking whether lstat correctly handles trailing slash... guessing yes checking for a sed that does not truncate output... /bin/sed checking for GNU libc compatible malloc... (cached) yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a french Unicode locale... none checking for a transitional chinese locale... none checking for inline... inline checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether alarm is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for ssize_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether fcloseall is declared... yes checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... guessing yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... guessing no checking whether strndup is declared... yes checking whether strnlen is declared... yes checking for struct timespec in ... yes checking whether execvpe is declared... yes checking whether is self-contained... yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking if environ is properly declared... yes checking whether getcwd (NULL, 0) allocates memory for result... guessing yes checking for getcwd with POSIX signature... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for LC_MESSAGES... yes checking whether uselocale works... guessing yes checking for fake locale system (OpenBSD)... guessing no checking for Solaris 11.4 locale system... no checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for library needed for semaphore functions... none checking whether is self-contained... yes checking for library containing setsockopt... none needed checking whether select supports a 0 argument... guessing yes checking whether select detects invalid fds... guessing yes checking whether strerror_r is declared... (cached) yes checking for sigset_t... yes checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for uid_t in sys/types.h... yes checking whether unsetenv is declared... yes checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking whether btowc(0) is correct... guessing yes checking whether btowc(EOF) is correct... guessing yes checking for __builtin_expect... yes checking for GNU libc compatible calloc... (cached) yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking whether // is distinct from /... (cached) unknown, assuming no checking whether dup2 works... guessing yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... guessing yes checking whether fcntl understands F_DUPFD_CLOEXEC... guessing no checking for __fpending... yes checking whether __fpending is declared... yes checking whether getdtablesize works... guessing yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether getrandom is compatible with its GNU+BSD signature... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking for C compiler flag to ignore unused libraries... -Wl,--as-needed checking whether the compiler supports the __inline keyword... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... guessing no checking whether lseek detects pipes... yes checking for GNU libc compatible malloc... (cached) yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc stores incomplete characters... guessing no checking whether mbrtowc works on empty input... guessing no checking whether the C locale is free of encoding errors... guessing no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for mbtowc... yes checking whether mkdir handles trailing slash... guessing yes checking whether mkdir handles trailing dot... guessing yes checking for working mkstemp... guessing yes checking whether YESEXPR works... guessing yes checking whether open recognizes a trailing slash... guessing yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... guessing yes checking for GNU libc compatible realloc... (cached) yes checking for working re_compile_pattern... guessing no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for rpmatch... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking whether sleep is declared... yes checking for working sleep... guessing yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on files... guessing yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for va_copy... yes checking for good max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking for working strerror function... guessing yes checking for working strndup... guessing yes checking for working strnlen... yes checking for strtoll... yes checking for strtoull... yes checking for nlink_t... (cached) yes checking whether unlink honors trailing slashes... guessing yes checking whether unlink of a parent directory fails as it should... guessing yes checking for useconds_t... yes checking whether usleep allows large arguments... guessing yes checking whether wcsdup is declared... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb works in the C locale... guessing yes checking whether wcrtomb return value is correct... guessing yes checking whether iswcntrl works... guessing yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether fdopen sets errno... guessing yes checking for flexible array member... yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking for gettimeofday with POSIX signature... yes checking for library containing inet_pton... none required checking whether inet_pton is declared... yes checking whether byte ordering is bigendian... (cached) yes checking for ioctl... yes checking for ioctl with POSIX signature... no checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for library containing nanosleep... none required checking for working nanosleep... guessing no (mishandles large arguments) checking whether is self-contained... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for getppriv... no checking for pthread_t... yes checking for pthread_spinlock_t... yes checking for PTHREAD_CREATE_DETACHED... yes checking for PTHREAD_MUTEX_RECURSIVE... yes checking for PTHREAD_MUTEX_ROBUST... yes checking for PTHREAD_PROCESS_SHARED... yes checking whether pthread_create exists as a global function... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... guessing yes checking whether pthread_sigmask returns error numbers... guessing yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for putenv compatible with GNU and SVID... guessing yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking for raise... yes checking for sigprocmask... yes checking for sched.h... yes checking for struct sched_param... yes checking whether select supports a 0 argument... (cached) guessing yes checking whether select detects invalid fds... (cached) guessing yes checking whether setenv validates arguments... guessing yes checking whether setlocale supports the C locale... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for sigprocmask... (cached) yes checking for socklen_t... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether symlink handles trailing slash correctly... guessing yes checking whether declares ioctl... yes checking for pthread_atfork... yes checking sys/single_threaded.h usability... yes checking sys/single_threaded.h presence... yes checking for sys/single_threaded.h... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... yes checking size of off_t... 8 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 ld used by GCC... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390 checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... guessing yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no checking whether to use NLS... no checking for uuid_generate in -luuid... yes checking for dm_task_create in -ldevmapper... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for getopt.h... (cached) yes checking linux/ext2_fs.h usability... no checking linux/ext2_fs.h presence... no checking for linux/ext2_fs.h... no checking linux/unistd.h usability... yes checking linux/unistd.h presence... yes checking for linux/unistd.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace in -lc... yes checking pkg-config is at least version 0.9.0... yes checking for CHECK... no Unable to locate check version 0.9.3 or higher: not building checking for ld used by /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... (cached) yes checking whether byte ordering is bigendian... (cached) yes checking for inline... (cached) inline checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... (cached) __restrict checking for sigaction... (cached) yes checking for getuid... yes checking for canonicalize_file_name... (cached) yes checking for library containing blkid_probe_get_topology... -lblkid checking for blkid_probe_get_topology... 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 include/Makefile config.status: creating include/parted/Makefile config.status: creating libparted/Makefile config.status: creating libparted/labels/Makefile config.status: creating libparted/fs/Makefile config.status: creating libparted/tests/Makefile config.status: creating libparted.pc config.status: creating libparted-fs-resize.pc config.status: creating parted/Makefile config.status: creating partprobe/Makefile config.status: creating doc/Makefile config.status: creating doc/C/Makefile config.status: creating doc/pt_BR/Makefile config.status: creating debug/Makefile config.status: creating debug/test/Makefile config.status: creating tests/Makefile config.status: creating po/Makefile.in config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 Type 'make' to compile parted. >>> parted 3.4 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/po' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/po' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' GEN alloca.h GEN configmake.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN inttypes.h GEN langinfo.h GEN limits.h GEN locale.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/stat.h GEN sys/types.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' CC argmatch.lo CC basename-lgpl.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC closeout.lo CC cloexec.lo CC close-stream.lo CC dirname.lo CC basename.lo CC dirname-lgpl.lo CC stripslash.lo CC exitfail.lo CC fd-hook.lo CC getprogname.lo CC hard-locale.lo CC localcharset.lo CC long-options.lo CC malloca.lo CC progname.lo CC quotearg.lo CC safe-read.lo CC setlocale_null.lo CC stat-time.lo CC tempname.lo CC glthread/threadlib.lo CC unistd.lo CC version-etc.lo CC version-etc-fsf.lo CC wctype-h.lo CC xmalloc.lo CC xalloc-die.lo CC xstrndup.lo CC xstrtol.lo CC xstrtoul.lo CC xstrtoll.lo CC xstrtoull.lo CC fcntl.lo CC getopt.lo CC getopt1.lo CC mbrtowc.lo CC regex.lo CC strerror.lo CC glthread/lock.lo CCLD libgnulib.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' Making all in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' Making all in parted make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' Making all in libparted make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule Making all in labels make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' CC dasd.lo CC aix.lo CC vtoc.lo CC fdasd.lo CC atari.lo CC bsd.lo CC dos.lo CC dvh.lo CC efi_crc32.lo CC gpt.lo CC loop.lo CC mac.lo CC pc98.lo CC pt-tools.lo CC rdb.lo CC sun.lo CCLD liblabels.la make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' Making all in fs make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' CC r/filesys.lo CC r/fat/bootsector.lo CC r/fat/calc.lo CC r/fat/clstdup.lo CC r/fat/context.lo CC r/fat/count.lo CC r/fat/fat.lo CC r/fat/fatio.lo CC r/fat/resize.lo CC r/fat/table.lo CC r/fat/traverse.lo CC r/hfs/advfs.lo CC r/hfs/advfs_plus.lo CC r/hfs/cache.lo CC r/hfs/file.lo CC r/hfs/file_plus.lo CC r/hfs/hfs.lo CC r/hfs/journal.lo CC r/hfs/probe.lo CC r/hfs/reloc.lo CC r/hfs/reloc_plus.lo CC amiga/affs.lo CC amiga/amiga.lo CC amiga/apfs.lo CC amiga/asfs.lo CC amiga/a-interface.lo CC btrfs/btrfs.lo CC ext2/interface.lo CC fat/bootsector.lo CC fat/fat.lo CC f2fs/f2fs.lo CC hfs/hfs.lo CC hfs/probe.lo CC jfs/jfs.lo CC linux_swap/linux_swap.lo CC nilfs2/nilfs2.lo CC reiserfs/reiserfs.lo CC ntfs/ntfs.lo CC ufs/ufs.lo CC udf/udf.lo CC xfs/xfs.lo CCLD libparted-fs-resize.la CCLD libfs.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' Making all in . make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule CC debug.lo CC architecture.lo CC device.lo CC exception.lo CC filesys.lo CC libparted.lo CC timer.lo CC unit.lo CC disk.lo CC cs/geom.lo CC cs/constraint.lo CC cs/natmath.lo CC arch/linux.lo CCLD libparted.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Making all in parted make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' GEN version.c GEN version.h /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' CC parted.o CC command.o CC strlist.o CC ui.o CC table.o CC version.o AR libver.a CCLD parted make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' Making all in partprobe make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' CC partprobe.o CCLD partprobe make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' Making all in C make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' Making all in pt_BR make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' GEN all-local make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' Making all in debug make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' Making all in test make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' >>> parted 3.4 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/po' if test "parted" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/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 \ /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/po' Making install in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' Making install in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' Making install in parted make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/parted' /usr/bin/install -c -m 644 constraint.h debug.h device.h disk.h exception.h filesys.h geom.h natmath.h timer.h unit.h parted.h '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/parted' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/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 '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' Making install in libparted make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule Making install in labels make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' Making install in fs make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libparted-fs-resize.la '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libparted-fs-resize.so.0.0.3 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libparted-fs-resize.so.0.0.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libparted-fs-resize.so.0.0.3 libparted-fs-resize.so.0 || { rm -f libparted-fs-resize.so.0 && ln -s libparted-fs-resize.so.0.0.3 libparted-fs-resize.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libparted-fs-resize.so.0.0.3 libparted-fs-resize.so || { rm -f libparted-fs-resize.so && ln -s libparted-fs-resize.so.0.0.3 libparted-fs-resize.so; }; }) libtool: install: /usr/bin/install -c .libs/libparted-fs-resize.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libparted-fs-resize.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' Making install in . make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libparted.la '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libparted.so.2.0.3 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libparted.so.2.0.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libparted.so.2.0.3 libparted.so.2 || { rm -f libparted.so.2 && ln -s libparted.so.2.0.3 libparted.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libparted.so.2.0.3 libparted.so || { rm -f libparted.so && ln -s libparted.so.2.0.3 libparted.so; }; }) libtool: install: /usr/bin/install -c .libs/libparted.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libparted.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Making install in parted make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c parted '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/sbin' libtool: install: /usr/bin/install -c parted /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/sbin/parted make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' Making install in partprobe make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c partprobe '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/sbin' libtool: install: /usr/bin/install -c partprobe /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/sbin/partprobe make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' Making install in C make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man8' /usr/bin/install -c -m 644 parted.8 partprobe.8 '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man8' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' Making install in pt_BR make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' GEN all-local make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/info' /usr/bin/install -c -m 644 ./parted.info '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/info' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' Making install in debug make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' Making install in test make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/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 '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/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 '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libparted.pc libparted-fs-resize.pc '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' >>> parted 3.4 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> parted 3.4 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/po' if test "parted" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/autobuild/instance-3/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 \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/po' Making install in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/lib' Making install in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' Making install in parted make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/parted' /usr/bin/install -c -m 644 constraint.h debug.h device.h disk.h exception.h filesys.h geom.h natmath.h timer.h unit.h parted.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/parted' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include/parted' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/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 '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/include' Making install in libparted make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule Making install in labels make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/labels' Making install in fs make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libparted-fs-resize.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libparted-fs-resize.so.0.0.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libparted-fs-resize.so.0.0.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libparted-fs-resize.so.0.0.3 libparted-fs-resize.so.0 || { rm -f libparted-fs-resize.so.0 && ln -s libparted-fs-resize.so.0.0.3 libparted-fs-resize.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libparted-fs-resize.so.0.0.3 libparted-fs-resize.so || { rm -f libparted-fs-resize.so && ln -s libparted-fs-resize.so.0.0.3 libparted-fs-resize.so; }; }) libtool: install: /usr/bin/install -c .libs/libparted-fs-resize.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libparted-fs-resize.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted/fs' Making install in . make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Makefile:1704: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libparted.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libparted.so.2.0.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libparted.so.2.0.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libparted.so.2.0.3 libparted.so.2 || { rm -f libparted.so.2 && ln -s libparted.so.2.0.3 libparted.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libparted.so.2.0.3 libparted.so || { rm -f libparted.so && ln -s libparted.so.2.0.3 libparted.so; }; }) libtool: install: /usr/bin/install -c .libs/libparted.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libparted.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/libparted' Making install in parted make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c parted '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c parted /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/parted make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/parted' Making install in partprobe make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c partprobe '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c partprobe /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/partprobe make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/partprobe' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' Making install in C make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 parted.8 partprobe.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/C' Making install in pt_BR make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' GEN all-local make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc/pt_BR' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./parted.info '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/doc' Making install in debug make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' Making install in test make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/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 '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug/test' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/debug' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/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 '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libparted.pc libparted-fs-resize.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/parted-3.4' patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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 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 dependency style of /usr/bin/gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c patchelf '/home/buildroot/autobuild/instance-3/output-1/host/bin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/doc/patchelf' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README.md '/home/buildroot/autobuild/instance-3/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' picocom-3.1.tar.gz: OK (sha256: e6761ca932ffc6d09bd6b11ff018bdaf70b287ce518b3282d29e0270e88420bb) >>> picocom 3.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/picocom/picocom-3.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/picocom-3.1 -xf - >>> picocom 3.1 Patching Applying 0001-Compile-with-libc-s-without-cispeed-cospeed.patch using patch: patching file custbaud.h >>> picocom 3.1 Configuring >>> picocom 3.1 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/picocom-3.1 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/picocom-3.1' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o linenoise-1.0/linenoise.o -c linenoise-1.0/linenoise.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o picocom.o -c picocom.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o term.o -c term.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o fdio.o -c fdio.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o split.o -c split.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o termios2.o -c termios2.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -Wall -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION_STR=\"3.1\" -DTTY_Q_SZ=0 -DHIGH_BAUD -DUSE_FLOCK -DHISTFILE=\".picocom_history\" -DLINENOISE -o custbaud_bsd.o -c custbaud_bsd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -o picocom linenoise-1.0/linenoise.o picocom.o term.o fdio.o split.o termios2.o custbaud_bsd.o make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/picocom-3.1' >>> picocom 3.1 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-3/output-1/build/picocom-3.1/picocom /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/picocom pixman-0.40.0.tar.xz: OK (sha256: da8ed9fe2d1c5ef8ce5d1207992db959226bd4e37e3f88acf908fd9a71e2704e) pixman-0.40.0.tar.xz: OK (sha512: 8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270) >>> pixman 0.40.0 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/pixman/pixman-0.40.0.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0 -xf - >>> pixman 0.40.0 Patching Applying 0001-Disable-tests.patch using patch: patching file Makefile.am >>> pixman 0.40.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pixman 0.40.0 Configuring >>> pixman 0.40.0 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:75: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:75: You should run autoupdate. aclocal.m4:121: AC_PROG_LIBTOOL is expanded from... configure.ac:75: the top level configure.ac:303: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:303: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:303: the top level configure.ac:382: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:382: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:382: the top level configure.ac:440: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:440: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:440: the top level configure.ac:485: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:485: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:485: the top level configure.ac:566: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:566: 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:566: the top level configure.ac:609: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:609: 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:609: the top level configure.ac:650: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:650: 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:650: the top level configure.ac:673: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:673: 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:673: the top level configure.ac:678: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:678: 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:678: the top level configure.ac:757: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:757: 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:757: the top level configure.ac:789: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:789: 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:789: the top level configure.ac:812: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:812: 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:812: the top level configure.ac:826: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:826: 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:826: the top level configure.ac:839: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:839: 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:839: the top level configure.ac:852: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:852: 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:852: the top level configure.ac:943: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:943: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... configure.ac:943: the top level configure.ac:1132: warning: AC_OUTPUT should be used without arguments. configure.ac:1132: You should run autoupdate. configure.ac:73: installing './compile' configure.ac:62: installing './missing' demos/Makefile.am:17: warning: source file '../test/utils.c' is in a subdirectory, demos/Makefile.am:17: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least one source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, this automake: behavior may change in a future Automake major version, with object automake: files being placed in the same subdirectory as the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. demos/Makefile.am:17: warning: source file '../test/utils-prng.c' is in a subdirectory, demos/Makefile.am:17: but option 'subdir-objects' is disabled demos/Makefile.am: installing './depcomp' >>> pixman 0.40.0 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.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 /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-gtk --disable-loongson-mmi --disable-arm-iwmmxt --disable-arm-simd --disable-arm-neon CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" ) 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 s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none 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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 getisax... no checking whether byte ordering is bigendian... (cached) yes checking for inline... inline checking whether the compiler supports -Werror... yes checking size of long... 8 checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether __SUNPRO_C is declared... no checking whether __amd64 is declared... no checking whether the compiler supports -Wall... yes checking whether the compiler supports -Wdeclaration-after-statement... yes checking whether the compiler supports -Wno-unused-local-typedefs... yes checking whether the compiler supports -fno-strict-aliasing... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to support OpenMP... unsupported checking whether the compiler supports -fvisibility=hidden... yes checking whether the compiler supports -xldscope=hidden... no checking whether to use Loongson MMI assembler... disabled checking whether to use MMX intrinsics... no checking whether to use SSE2 intrinsics... no checking whether to use SSSE3 intrinsics... no checking whether to use VMX/Altivec intrinsics... no checking whether to use ARM SIMD assembler... disabled checking whether to use ARM NEON assembler... disabled checking whether to use ARM IWMMXT intrinsics... disabled checking whether to use MIPS DSPr2 assembler... no checking whether to use GNU-style inline assembler... yes checking pkg-config is at least version 0.9.0... yes checking for posix_memalign... yes checking for sigaction... yes checking for alarm... yes checking for sys/mman.h... yes checking for mmap... yes checking for mprotect... yes checking for getpagesize... yes checking for fenv.h... yes checking for feenableexcept in -lm... yes checking whether FE_DIVBYZERO is declared... yes checking for gettimeofday... yes checking for sys/time.h... yes checking for library containing sqrtf... -lm checking for thread local storage (TLS) support... __thread checking for pthreads... yes checking for __attribute__((constructor))... yes checking for __float128... no checking for __builtin_clz... yes checking for GCC vector extensions... yes checking for PNG... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pixman-1.pc config.status: creating pixman-1-uninstalled.pc config.status: creating Makefile config.status: creating pixman/Makefile config.status: creating pixman/pixman-version.h config.status: creating demos/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pixman 0.40.0 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' Making all in pixman make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' CC pixman.lo CC pixman-bits-image.lo CC pixman-access-accessors.lo CC pixman-access.lo pixman-access.c:468:30: warning: '__dummy__g1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:507:1: note: in expansion of macro 'MAKE_ACCESSORS' 507 | MAKE_ACCESSORS(g1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:506:1: note: in expansion of macro 'MAKE_ACCESSORS' 506 | MAKE_ACCESSORS(a1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1b1g1r1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:505:1: note: in expansion of macro 'MAKE_ACCESSORS' 505 | MAKE_ACCESSORS(a1b1g1r1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1r1g1b1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:504:1: note: in expansion of macro 'MAKE_ACCESSORS' 504 | MAKE_ACCESSORS(a1r1g1b1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b1g2r1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:503:1: note: in expansion of macro 'MAKE_ACCESSORS' 503 | MAKE_ACCESSORS(b1g2r1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r1g2b1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:502:1: note: in expansion of macro 'MAKE_ACCESSORS' 502 | MAKE_ACCESSORS(r1g2b1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__c4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:501:1: note: in expansion of macro 'MAKE_ACCESSORS' 501 | MAKE_ACCESSORS(c4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__g4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:500:1: note: in expansion of macro 'MAKE_ACCESSORS' 500 | MAKE_ACCESSORS(g4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:499:1: note: in expansion of macro 'MAKE_ACCESSORS' 499 | MAKE_ACCESSORS(a4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x4a4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:498:1: note: in expansion of macro 'MAKE_ACCESSORS' 498 | MAKE_ACCESSORS(x4a4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a2b2g2r2' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:497:1: note: in expansion of macro 'MAKE_ACCESSORS' 497 | MAKE_ACCESSORS(a2b2g2r2); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a2r2g2b2' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:496:1: note: in expansion of macro 'MAKE_ACCESSORS' 496 | MAKE_ACCESSORS(a2r2g2b2); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b2g3r3' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:495:1: note: in expansion of macro 'MAKE_ACCESSORS' 495 | MAKE_ACCESSORS(b2g3r3); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r3g3b2' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:494:1: note: in expansion of macro 'MAKE_ACCESSORS' 494 | MAKE_ACCESSORS(r3g3b2); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__g8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:493:1: note: in expansion of macro 'MAKE_ACCESSORS' 493 | MAKE_ACCESSORS(g8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__c8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:492:1: note: in expansion of macro 'MAKE_ACCESSORS' 492 | MAKE_ACCESSORS(c8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:491:1: note: in expansion of macro 'MAKE_ACCESSORS' 491 | MAKE_ACCESSORS(a8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x4b4g4r4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:490:1: note: in expansion of macro 'MAKE_ACCESSORS' 490 | MAKE_ACCESSORS(x4b4g4r4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a4b4g4r4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:489:1: note: in expansion of macro 'MAKE_ACCESSORS' 489 | MAKE_ACCESSORS(a4b4g4r4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x4r4g4b4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:488:1: note: in expansion of macro 'MAKE_ACCESSORS' 488 | MAKE_ACCESSORS(x4r4g4b4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a4r4g4b4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:487:1: note: in expansion of macro 'MAKE_ACCESSORS' 487 | MAKE_ACCESSORS(a4r4g4b4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x1b5g5r5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:486:1: note: in expansion of macro 'MAKE_ACCESSORS' 486 | MAKE_ACCESSORS(x1b5g5r5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1b5g5r5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:485:1: note: in expansion of macro 'MAKE_ACCESSORS' 485 | MAKE_ACCESSORS(a1b5g5r5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x1r5g5b5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:484:1: note: in expansion of macro 'MAKE_ACCESSORS' 484 | MAKE_ACCESSORS(x1r5g5b5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1r5g5b5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:483:1: note: in expansion of macro 'MAKE_ACCESSORS' 483 | MAKE_ACCESSORS(a1r5g5b5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b5g6r5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:482:1: note: in expansion of macro 'MAKE_ACCESSORS' 482 | MAKE_ACCESSORS(b5g6r5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r5g6b5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:481:1: note: in expansion of macro 'MAKE_ACCESSORS' 481 | MAKE_ACCESSORS(r5g6b5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b8g8r8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:480:1: note: in expansion of macro 'MAKE_ACCESSORS' 480 | MAKE_ACCESSORS(b8g8r8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r8g8b8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:479:1: note: in expansion of macro 'MAKE_ACCESSORS' 479 | MAKE_ACCESSORS(r8g8b8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r8g8b8a8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:478:1: note: in expansion of macro 'MAKE_ACCESSORS' 478 | MAKE_ACCESSORS(r8g8b8a8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r8g8b8x8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:477:1: note: in expansion of macro 'MAKE_ACCESSORS' 477 | MAKE_ACCESSORS(r8g8b8x8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b8g8r8x8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:476:1: note: in expansion of macro 'MAKE_ACCESSORS' 476 | MAKE_ACCESSORS(b8g8r8x8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b8g8r8a8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:475:1: note: in expansion of macro 'MAKE_ACCESSORS' 475 | MAKE_ACCESSORS(b8g8r8a8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x14r6g6b6' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:474:1: note: in expansion of macro 'MAKE_ACCESSORS' 474 | MAKE_ACCESSORS(x14r6g6b6); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x8b8g8r8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:473:1: note: in expansion of macro 'MAKE_ACCESSORS' 473 | MAKE_ACCESSORS(x8b8g8r8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a8b8g8r8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:472:1: note: in expansion of macro 'MAKE_ACCESSORS' 472 | MAKE_ACCESSORS(a8b8g8r8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x8r8g8b8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:471:1: note: in expansion of macro 'MAKE_ACCESSORS' 471 | MAKE_ACCESSORS(x8r8g8b8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a8r8g8b8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:470:1: note: in expansion of macro 'MAKE_ACCESSORS' 470 | MAKE_ACCESSORS(a8r8g8b8); | ^~~~~~~~~~~~~~ pixman.c: In function 'pixman_image_fill_rectangles': pixman.c:866:14: warning: 'stack_boxes' may be used uninitialized [-Wmaybe-uninitialized] 866 | result = pixman_image_fill_boxes (op, dest, color, n_rects, boxes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pixman.c:875:1: note: by argument 5 of type 'const pixman_box32_t *' {aka 'const struct pixman_box32 *'} to 'pixman_image_fill_boxes' declared here 875 | pixman_image_fill_boxes (pixman_op_t op, | ^~~~~~~~~~~~~~~~~~~~~~~ pixman.c:842:20: note: 'stack_boxes' declared here 842 | pixman_box32_t stack_boxes[6]; | ^~~~~~~~~~~ CC pixman-combine32.lo CC pixman-combine-float.lo CC pixman-conical-gradient.lo CC pixman-filter.lo CC pixman-x86.lo CC pixman-mips.lo CC pixman-arm.lo CC pixman-ppc.lo CC pixman-edge.lo CC pixman-edge-accessors.lo CC pixman-fast-path.lo CC pixman-glyph.lo CC pixman-general.lo pixman-glyph.c:408:1: warning: 'force_align_arg_pointer' attribute directive ignored [-Wattributes] 408 | { | ^ pixman-glyph.c:655:1: warning: 'force_align_arg_pointer' attribute directive ignored [-Wattributes] 655 | { | ^ CC pixman-gradient-walker.lo CC pixman-image.lo CC pixman-implementation.lo CC pixman-linear-gradient.lo CC pixman-matrix.lo CC pixman-noop.lo CC pixman-radial-gradient.lo CC pixman-region16.lo CC pixman-region32.lo CC pixman-solid-fill.lo CC pixman-timer.lo CC pixman-trap.lo CC pixman-utils.lo CCLD libpixman-1.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' Making all in demos make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' >>> pixman 0.40.0 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' Making install in pixman make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/pixman-1' /bin/bash ../libtool --mode=install /usr/bin/install -c libpixman-1.la '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 pixman.h pixman-version.h '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/pixman-1' libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.40.0 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libpixman-1.so.0.40.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpixman-1.so.0.40.0 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.40.0 libpixman-1.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpixman-1.so.0.40.0 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.40.0 libpixman-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libpixman-1.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' Making install in demos make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 pixman-1.pc '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' >>> pixman 0.40.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> pixman 0.40.0 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' Making install in pixman make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/pixman-1' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libpixman-1.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 pixman.h pixman-version.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/pixman-1' libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.40.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpixman-1.so.0.40.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpixman-1.so.0.40.0 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.40.0 libpixman-1.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpixman-1.so.0.40.0 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.40.0 libpixman-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpixman-1.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/pixman' Making install in demos make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0/demos' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 pixman-1.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pixman-0.40.0' aenum-3.1.11.tar.gz: OK (md5: c0b78a74cdfacc0bf0cbb42785afaed8) aenum-3.1.11.tar.gz: OK (sha256: aed2c273547ae72a0d5ee869719c02a643da16bf507c80958faadc7e038e3f73) >>> python-aenum 3.1.11 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-aenum/aenum-3.1.11.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-aenum-3.1.11 -xf - rm /home/buildroot/autobuild/instance-3/output-1/build/python-aenum-3.1.11/aenum/_py2.py >>> python-aenum 3.1.11 Patching >>> python-aenum 3.1.11 Configuring >>> python-aenum 3.1.11 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aenum-3.1.11//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/aenum copying aenum/_py3.py -> build/lib/aenum copying aenum/test_v3.py -> build/lib/aenum copying aenum/__init__.py -> build/lib/aenum copying aenum/test.py -> build/lib/aenum running egg_info writing aenum.egg-info/PKG-INFO writing dependency_links to aenum.egg-info/dependency_links.txt writing top-level names to aenum.egg-info/top_level.txt reading manifest file 'aenum.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'aenum/_py2.py' warning: no files found matching 'aenum/README.md' writing manifest file 'aenum.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'aenum.doc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'aenum.doc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'aenum.doc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'aenum.doc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying aenum/CHANGES -> build/lib/aenum copying aenum/LICENSE -> build/lib/aenum creating build/lib/aenum/doc copying aenum/doc/aenum.pdf -> build/lib/aenum/doc copying aenum/doc/aenum.rst -> build/lib/aenum/doc >>> python-aenum 3.1.11 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aenum-3.1.11//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing aenum.egg-info/PKG-INFO writing dependency_links to aenum.egg-info/dependency_links.txt writing top-level names to aenum.egg-info/top_level.txt reading manifest file 'aenum.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'aenum/_py2.py' warning: no files found matching 'aenum/README.md' writing manifest file 'aenum.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'aenum.doc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'aenum.doc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'aenum.doc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'aenum.doc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum copying build/lib/aenum/CHANGES -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum copying build/lib/aenum/LICENSE -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum copying build/lib/aenum/_py3.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum copying build/lib/aenum/test_v3.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum copying build/lib/aenum/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum/doc copying build/lib/aenum/doc/aenum.pdf -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum/doc copying build/lib/aenum/doc/aenum.rst -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum/doc copying build/lib/aenum/test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum running install_egg_info Copying aenum.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aenum-3.1.11-py3.11.egg-info running install_scripts aiodns-3.0.0.tar.gz: OK (md5: 181e11935c78965de2b2b7b0e5efba8d) aiodns-3.0.0.tar.gz: OK (sha256: 946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6) >>> python-aiodns 3.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-aiodns/aiodns-3.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-aiodns-3.0.0 -xf - >>> python-aiodns 3.0.0 Patching >>> python-aiodns 3.0.0 Configuring >>> python-aiodns 3.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiodns-3.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/aiodns copying aiodns/error.py -> build/lib/aiodns copying aiodns/__init__.py -> build/lib/aiodns >>> python-aiodns 3.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiodns-3.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiodns copying build/lib/aiodns/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiodns copying build/lib/aiodns/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiodns running install_egg_info running egg_info writing aiodns.egg-info/PKG-INFO writing dependency_links to aiodns.egg-info/dependency_links.txt writing requirements to aiodns.egg-info/requires.txt writing top-level names to aiodns.egg-info/top_level.txt reading manifest file 'aiodns.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'aiodns.egg-info/SOURCES.txt' Copying aiodns.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiodns-3.0.0-py3.11.egg-info running install_scripts aiohttp-jinja2-1.5.tar.gz: OK (md5: 50f74689fd60a5bc0b0a74545277e9bc) aiohttp-jinja2-1.5.tar.gz: OK (sha256: 7c3ba5eac060b691f4e50534af2d79fca2a75712ebd2b25e6fcb1295859f910b) >>> python-aiohttp-jinja2 1.5 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-aiohttp-jinja2/aiohttp-jinja2-1.5.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-aiohttp-jinja2-1.5 -xf - >>> python-aiohttp-jinja2 1.5 Patching >>> python-aiohttp-jinja2 1.5 Configuring >>> python-aiohttp-jinja2 1.5 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiohttp-jinja2-1.5//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/aiohttp_jinja2 copying aiohttp_jinja2/typedefs.py -> build/lib/aiohttp_jinja2 copying aiohttp_jinja2/__init__.py -> build/lib/aiohttp_jinja2 copying aiohttp_jinja2/helpers.py -> build/lib/aiohttp_jinja2 running egg_info writing aiohttp_jinja2.egg-info/PKG-INFO writing dependency_links to aiohttp_jinja2.egg-info/dependency_links.txt writing requirements to aiohttp_jinja2.egg-info/requires.txt writing top-level names to aiohttp_jinja2.egg-info/top_level.txt reading manifest file 'aiohttp_jinja2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest.ini' warning: no directories found matching 'examples' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'aiohttp_jinja2.egg-info/SOURCES.txt' copying aiohttp_jinja2/py.typed -> build/lib/aiohttp_jinja2 >>> python-aiohttp-jinja2 1.5 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiohttp-jinja2-1.5//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing aiohttp_jinja2.egg-info/PKG-INFO writing dependency_links to aiohttp_jinja2.egg-info/dependency_links.txt writing requirements to aiohttp_jinja2.egg-info/requires.txt writing top-level names to aiohttp_jinja2.egg-info/top_level.txt reading manifest file 'aiohttp_jinja2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest.ini' warning: no directories found matching 'examples' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'aiohttp_jinja2.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp_jinja2 copying build/lib/aiohttp_jinja2/typedefs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp_jinja2 copying build/lib/aiohttp_jinja2/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp_jinja2 copying build/lib/aiohttp_jinja2/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp_jinja2 copying build/lib/aiohttp_jinja2/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp_jinja2 running install_egg_info Copying aiohttp_jinja2.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp_jinja2-1.5-py3.11.egg-info running install_scripts aiohttp-3.8.3.tar.gz: OK (md5: 642653db642be1508e50fcdeafe0f928) aiohttp-3.8.3.tar.gz: OK (sha256: 3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269) >>> python-aiohttp 3.8.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-aiohttp/aiohttp-3.8.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-aiohttp-3.8.3 -xf - >>> python-aiohttp 3.8.3 Patching >>> python-aiohttp 3.8.3 Configuring >>> python-aiohttp 3.8.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiohttp-3.8.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) ********************* * Accelerated build * ********************* running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/aiohttp copying aiohttp/tracing.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/typedefs.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/test_utils.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/client_ws.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/resolver.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_ws.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_urldispatcher.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/hdrs.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_log.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/payload_streamer.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/multipart.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/formdata.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_routedef.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/http_writer.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/client_reqrep.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_exceptions.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/worker.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_fileresponse.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/connector.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_protocol.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/locks.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/base_protocol.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/client_exceptions.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/client.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/cookiejar.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/streams.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/abc.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/__init__.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_middlewares.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/http.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/pytest_plugin.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/http_exceptions.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_request.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/http_parser.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/payload.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/log.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_app.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_response.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/helpers.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/tcp_helpers.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/client_proto.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_runner.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web_server.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/http_websocket.py -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/web.py -> build/lib.linux-s390x-3.11/aiohttp running egg_info writing aiohttp.egg-info/PKG-INFO writing dependency_links to aiohttp.egg-info/dependency_links.txt writing requirements to aiohttp.egg-info/requires.txt writing top-level names to aiohttp.egg-info/top_level.txt reading manifest file 'aiohttp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'aiohttp' anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'aiohttp/*.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'aiohttp.egg-info/SOURCES.txt' copying aiohttp/_cparser.pxd -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_find_header.pxd -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_headers.pxi -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_helpers.pyi -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_helpers.pyx -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_http_parser.pyx -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_http_writer.pyx -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/_websocket.pyx -> build/lib.linux-s390x-3.11/aiohttp copying aiohttp/py.typed -> build/lib.linux-s390x-3.11/aiohttp creating build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_cparser.pxd.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_find_header.pxd.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_helpers.pyi.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_helpers.pyx.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_http_parser.pyx.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_http_writer.pyx.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/_websocket.pyx.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash copying aiohttp/.hash/hdrs.py.hash -> build/lib.linux-s390x-3.11/aiohttp/.hash running build_ext building 'aiohttp._websocket' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/aiohttp /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c aiohttp/_websocket.c -o build/temp.linux-s390x-3.11/aiohttp/_websocket.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/aiohttp/_websocket.o -L. -o build/lib.linux-s390x-3.11/aiohttp/_websocket.cpython-311-s390x-linux-gnu.so building 'aiohttp._http_parser' extension creating build/temp.linux-s390x-3.11/vendor creating build/temp.linux-s390x-3.11/vendor/llhttp creating build/temp.linux-s390x-3.11/vendor/llhttp/build creating build/temp.linux-s390x-3.11/vendor/llhttp/build/c creating build/temp.linux-s390x-3.11/vendor/llhttp/src creating build/temp.linux-s390x-3.11/vendor/llhttp/src/native /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DLLHTTP_STRICT_MODE=0 -Ivendor/llhttp/build -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c aiohttp/_find_header.c -o build/temp.linux-s390x-3.11/aiohttp/_find_header.o aiohttp/_find_header.c: In function 'find_header': aiohttp/_find_header.c:21:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 21 | char *pchar = str; | ^~~ aiohttp/_find_header.c:9867:1: warning: label 'missing' defined but not used [-Wunused-label] 9867 | missing: | ^~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DLLHTTP_STRICT_MODE=0 -Ivendor/llhttp/build -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c aiohttp/_http_parser.c -o build/temp.linux-s390x-3.11/aiohttp/_http_parser.o aiohttp/_http_parser.c: In function '__pyx_f_7aiohttp_12_http_parser_cb_on_header_field': aiohttp/_http_parser.c:12478:34: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 12478 | __pyx_t_6 = ((__pyx_v_size > __pyx_v_pyparser->_max_field_size) != 0); | ^ aiohttp/_http_parser.c:12574:148: warning: passing argument 2 of '__pyx_v_pyparser->__pyx_vtab->_on_header_field' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 12574 | __pyx_t_1 = ((struct __pyx_vtabstruct_7aiohttp_12_http_parser_HttpParser *)__pyx_v_pyparser->__pyx_vtab)->_on_header_field(__pyx_v_pyparser, __pyx_v_at, __pyx_v_length); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 706, __pyx_L3_error) | ^~~~~~~~~~ aiohttp/_http_parser.c:12574:148: note: expected 'char *' but argument is of type 'const char *' aiohttp/_http_parser.c: In function '__pyx_f_7aiohttp_12_http_parser_cb_on_header_value': aiohttp/_http_parser.c:12799:34: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 12799 | __pyx_t_6 = ((__pyx_v_size > __pyx_v_pyparser->_max_field_size) != 0); | ^ aiohttp/_http_parser.c:12895:148: warning: passing argument 2 of '__pyx_v_pyparser->__pyx_vtab->_on_header_value' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 12895 | __pyx_t_1 = ((struct __pyx_vtabstruct_7aiohttp_12_http_parser_HttpParser *)__pyx_v_pyparser->__pyx_vtab)->_on_header_value(__pyx_v_pyparser, __pyx_v_at, __pyx_v_length); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 723, __pyx_L3_error) | ^~~~~~~~~~ aiohttp/_http_parser.c:12895:148: note: expected 'char *' but argument is of type 'const char *' aiohttp/_http_parser.c: In function '__pyx_pw_7aiohttp_12_http_parser_10HttpParser_7feed_data': aiohttp/_http_parser.c:9799:17: warning: '__pyx_v_nb' may be used uninitialized in this function [-Wmaybe-uninitialized] 9799 | __pyx_t_4 = __Pyx_PyObject_GetSlice(__pyx_v_data, __pyx_v_nb, 0, NULL, NULL, NULL, 1, 0, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 560, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ aiohttp/_http_parser.c:9501:10: note: '__pyx_v_nb' was declared here 9501 | size_t __pyx_v_nb; | ^~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DLLHTTP_STRICT_MODE=0 -Ivendor/llhttp/build -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c vendor/llhttp/build/c/llhttp.c -o build/temp.linux-s390x-3.11/vendor/llhttp/build/c/llhttp.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DLLHTTP_STRICT_MODE=0 -Ivendor/llhttp/build -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c vendor/llhttp/src/native/api.c -o build/temp.linux-s390x-3.11/vendor/llhttp/src/native/api.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DLLHTTP_STRICT_MODE=0 -Ivendor/llhttp/build -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c vendor/llhttp/src/native/http.c -o build/temp.linux-s390x-3.11/vendor/llhttp/src/native/http.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/aiohttp/_find_header.o build/temp.linux-s390x-3.11/aiohttp/_http_parser.o build/temp.linux-s390x-3.11/vendor/llhttp/build/c/llhttp.o build/temp.linux-s390x-3.11/vendor/llhttp/src/native/api.o build/temp.linux-s390x-3.11/vendor/llhttp/src/native/http.o -L. -o build/lib.linux-s390x-3.11/aiohttp/_http_parser.cpython-311-s390x-linux-gnu.so building 'aiohttp._helpers' extension /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c aiohttp/_helpers.c -o build/temp.linux-s390x-3.11/aiohttp/_helpers.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/aiohttp/_helpers.o -L. -o build/lib.linux-s390x-3.11/aiohttp/_helpers.cpython-311-s390x-linux-gnu.so building 'aiohttp._http_writer' extension /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c aiohttp/_http_writer.c -o build/temp.linux-s390x-3.11/aiohttp/_http_writer.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/aiohttp/_http_writer.o -L. -o build/lib.linux-s390x-3.11/aiohttp/_http_writer.cpython-311-s390x-linux-gnu.so >>> python-aiohttp 3.8.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiohttp-3.8.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) ********************* * Accelerated build * ********************* running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing aiohttp.egg-info/PKG-INFO writing dependency_links to aiohttp.egg-info/dependency_links.txt writing requirements to aiohttp.egg-info/requires.txt writing top-level names to aiohttp.egg-info/top_level.txt reading manifest file 'aiohttp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'aiohttp' anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'aiohttp/*.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'aiohttp.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_http_parser.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/tracing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/typedefs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_cparser.pxd -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/test_utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_headers.pxi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/client_ws.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/resolver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_ws.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_urldispatcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/hdrs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/payload_streamer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/multipart.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_websocket.pyx -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_http_writer.pyx -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/formdata.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_routedef.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_helpers.pyi.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/hdrs.py.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_helpers.pyx.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_cparser.pxd.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_http_writer.pyx.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_http_parser.pyx.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_websocket.pyx.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/.hash/_find_header.pxd.hash -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp/.hash copying build/lib.linux-s390x-3.11/aiohttp/http_writer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/client_reqrep.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_http_writer.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/worker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_fileresponse.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/connector.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_protocol.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/locks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/base_protocol.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/client_exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_helpers.pyx -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/cookiejar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/streams.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_find_header.pxd -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/abc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_helpers.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_middlewares.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_websocket.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/pytest_plugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/http_exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_request.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/http_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/payload.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_app.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/tcp_helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_http_parser.pyx -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/client_proto.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web_server.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/_helpers.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/http_websocket.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp copying build/lib.linux-s390x-3.11/aiohttp/web.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp running install_egg_info Copying aiohttp.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiohttp-3.8.3-py3.11.egg-info running install_scripts >>> host-python-flit-core 3.8.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.flit_core-3.8.0.tar.gz.E3wMLN/output' 'https://files.pythonhosted.org/packages/10/e5/be08751d07b30889af130cec20955c987a74380a10058e6e8856e4010afc/flit_core-3.8.0.tar.gz' --2022-11-17 03:32:16-- https://files.pythonhosted.org/packages/10/e5/be08751d07b30889af130cec20955c987a74380a10058e6e8856e4010afc/flit_core-3.8.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 41224 (40K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.flit_core-3.8.0.tar.gz.E3wMLN/output' 0K .......... .......... .......... .......... 100% 11.5M=0.003s 2022-11-17 03:32:16 (11.5 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.flit_core-3.8.0.tar.gz.E3wMLN/output' saved [41224/41224] flit_core-3.8.0.tar.gz: OK (md5: 7c41da13273f7787709a24f74e0f5a99) flit_core-3.8.0.tar.gz: OK (sha256: b305b30c99526df5e63d6022dd2310a0a941a187bd3884f4c8ef0418df6c39f3) >>> host-python-flit-core 3.8.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-flit-core/flit_core-3.8.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-flit-core-3.8.0 -xf - >>> host-python-flit-core 3.8.0 Patching >>> host-python-flit-core 3.8.0 Configuring >>> host-python-flit-core 3.8.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-flit-core-3.8.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m flit_core.wheel ) Building wheel from /home/buildroot/autobuild/instance-3/output-1/build/host-python-flit-core-3.8.0 Wheel built /home/buildroot/autobuild/instance-3/output-1/build/host-python-flit-core-3.8.0/dist/flit_core-3.8.0-py3-none-any.whl >>> host-python-flit-core 3.8.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-flit-core-3.8.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m bootstrap_install dist/* --installdir=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages ) Installing to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages installer-0.5.1.tar.gz: OK (md5: bf17db5e6b58c4cfa33642f5348d3814) installer-0.5.1.tar.gz: OK (sha256: f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445) >>> host-python-installer 0.5.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-installer/installer-0.5.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1 -xf - >>> host-python-installer 0.5.1 Patching >>> host-python-installer 0.5.1 Configuring >>> host-python-installer 0.5.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1/src" /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m flit_core.wheel ) Building wheel from /home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1 Wheel built /home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1/dist/installer-0.5.1-py3-none-any.whl >>> host-python-installer 0.5.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/build/host-python-installer-0.5.1/src" /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) pyparsing-3.0.9.tar.gz: OK (md5: fadc2f3bf5872bf6310576a86c3566e0) pyparsing-3.0.9.tar.gz: OK (sha256: 2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb) >>> host-python-pyparsing 3.0.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pyparsing/pyparsing-3.0.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-pyparsing-3.0.9 -xf - >>> host-python-pyparsing 3.0.9 Patching >>> host-python-pyparsing 3.0.9 Configuring >>> host-python-pyparsing 3.0.9 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pyparsing-3.0.9//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m flit_core.wheel ) Building wheel from /home/buildroot/autobuild/instance-3/output-1/build/host-python-pyparsing-3.0.9 Wheel built /home/buildroot/autobuild/instance-3/output-1/build/host-python-pyparsing-3.0.9/dist/pyparsing-3.0.9-py3-none-any.whl >>> host-python-pyparsing 3.0.9 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pyparsing-3.0.9//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) packaging-21.3.tar.gz: OK (md5: e713c1939f294fd729af4a7be40dd141) packaging-21.3.tar.gz: OK (sha256: dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb) >>> host-python-packaging 21.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-packaging/packaging-21.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-packaging-21.3 -xf - >>> host-python-packaging 21.3 Patching >>> host-python-packaging 21.3 Configuring >>> host-python-packaging 21.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-packaging-21.3//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/packaging copying packaging/tags.py -> build/lib/packaging copying packaging/version.py -> build/lib/packaging copying packaging/_manylinux.py -> build/lib/packaging copying packaging/utils.py -> build/lib/packaging copying packaging/specifiers.py -> build/lib/packaging copying packaging/_structures.py -> build/lib/packaging copying packaging/__about__.py -> build/lib/packaging copying packaging/_musllinux.py -> build/lib/packaging copying packaging/__init__.py -> build/lib/packaging copying packaging/requirements.py -> build/lib/packaging copying packaging/markers.py -> build/lib/packaging copying packaging/py.typed -> build/lib/packaging >>> host-python-packaging 21.3 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-packaging-21.3//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/tags.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/_manylinux.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/utils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/specifiers.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/_structures.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/__about__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/_musllinux.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/requirements.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/markers.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging copying build/lib/packaging/py.typed -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/tags.py to tags.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/version.py to version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/_manylinux.py to _manylinux.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/utils.py to utils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/specifiers.py to specifiers.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/_structures.py to _structures.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/__about__.py to __about__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/_musllinux.py to _musllinux.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/requirements.py to requirements.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging/markers.py to markers.cpython-311.pyc running install_egg_info running egg_info writing packaging.egg-info/PKG-INFO writing dependency_links to packaging.egg-info/dependency_links.txt writing requirements to packaging.egg-info/requires.txt writing top-level names to packaging.egg-info/top_level.txt reading manifest file 'packaging.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'noxfile.py' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'tests/manylinux/build-hello-world.sh' warning: no previously-included files found matching 'tests/musllinux/build.sh' warning: no previously-included files found matching 'tests/hello-world.c' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'tasks' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' writing manifest file 'packaging.egg-info/SOURCES.txt' Copying packaging.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/packaging-21.3-py3.11.egg-info running install_scripts tomli-2.0.1.tar.gz: OK (md5: d4341621d423a7ca6822e23d6d52bb9a) tomli-2.0.1.tar.gz: OK (sha256: de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f) >>> host-python-tomli 2.0.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-tomli/tomli-2.0.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-tomli-2.0.1 -xf - >>> host-python-tomli 2.0.1 Patching >>> host-python-tomli 2.0.1 Configuring >>> host-python-tomli 2.0.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-tomli-2.0.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m flit_core.wheel ) Building wheel from /home/buildroot/autobuild/instance-3/output-1/build/host-python-tomli-2.0.1 Wheel built /home/buildroot/autobuild/instance-3/output-1/build/host-python-tomli-2.0.1/dist/tomli-2.0.1-py3-none-any.whl >>> host-python-tomli 2.0.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-tomli-2.0.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) pep517-0.13.0.tar.gz: OK (md5: 7fd08b11215256601a8a4940c1ba3d34) pep517-0.13.0.tar.gz: OK (sha256: ae69927c5c172be1add9203726d4b84cf3ebad1edcd5f71fcdc746e66e829f59) >>> host-python-pep517 0.13.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pep517/pep517-0.13.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-pep517-0.13.0 -xf - >>> host-python-pep517 0.13.0 Patching >>> host-python-pep517 0.13.0 Configuring >>> host-python-pep517 0.13.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pep517-0.13.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m flit_core.wheel ) Building wheel from /home/buildroot/autobuild/instance-3/output-1/build/host-python-pep517-0.13.0 Wheel built /home/buildroot/autobuild/instance-3/output-1/build/host-python-pep517-0.13.0/dist/pep517-0.13.0-py3-none-any.whl >>> host-python-pep517 0.13.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pep517-0.13.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) build-0.9.0.tar.gz: OK (md5: f2dc1823b0eff7037e19be18e354b2f1) build-0.9.0.tar.gz: OK (sha256: 1a07724e891cbd898923145eb7752ee7653674c511378eb9c7691aab1612bc3c) >>> host-python-pypa-build 0.9.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pypa-build/build-0.9.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-pypa-build-0.9.0 -xf - >>> host-python-pypa-build 0.9.0 Patching >>> host-python-pypa-build 0.9.0 Configuring >>> host-python-pypa-build 0.9.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pypa-build-0.9.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/build copying src/build/util.py -> build/lib/build copying src/build/__init__.py -> build/lib/build copying src/build/__main__.py -> build/lib/build copying src/build/env.py -> build/lib/build copying src/build/py.typed -> build/lib/build >>> host-python-pypa-build 0.9.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pypa-build-0.9.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build copying build/lib/build/util.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build copying build/lib/build/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build copying build/lib/build/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build copying build/lib/build/py.typed -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build copying build/lib/build/env.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build/util.py to util.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build/env.py to env.cpython-311.pyc running install_egg_info running egg_info writing src/build.egg-info/PKG-INFO writing dependency_links to src/build.egg-info/dependency_links.txt writing entry points to src/build.egg-info/entry_points.txt writing requirements to src/build.egg-info/requires.txt writing top-level names to src/build.egg-info/top_level.txt reading manifest file 'src/build.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/build.egg-info/SOURCES.txt' Copying src/build.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/build-0.9.0-py3.11.egg-info running install_scripts Installing pyproject-build script to /home/buildroot/autobuild/instance-3/output-1/host/bin aioprocessing-2.0.1.tar.gz: OK (md5: e533c65f5879374c27f266c2040405ea) aioprocessing-2.0.1.tar.gz: OK (sha256: fe01c7b1a38c78168611d3040e73d93036c3b7c8a649d636dc9ed7a3bc9b1ba2) >>> python-aioprocessing 2.0.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-aioprocessing/aioprocessing-2.0.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-aioprocessing-2.0.1 -xf - >>> python-aioprocessing 2.0.1 Patching >>> python-aioprocessing 2.0.1 Configuring >>> python-aioprocessing 2.0.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aioprocessing-2.0.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built aioprocessing-2.0.1-py3-none-any.whl >>> python-aioprocessing 2.0.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aioprocessing-2.0.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) aiosignal-1.3.1.tar.gz: OK (md5: 2a15f4008b899377590cef4773020902) aiosignal-1.3.1.tar.gz: OK (sha256: 54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc) >>> python-aiosignal 1.3.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-aiosignal/aiosignal-1.3.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-aiosignal-1.3.1 -xf - >>> python-aiosignal 1.3.1 Patching >>> python-aiosignal 1.3.1 Configuring >>> python-aiosignal 1.3.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiosignal-1.3.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/aiosignal copying aiosignal/__init__.py -> build/lib/aiosignal running egg_info writing aiosignal.egg-info/PKG-INFO writing dependency_links to aiosignal.egg-info/dependency_links.txt writing requirements to aiosignal.egg-info/requires.txt writing top-level names to aiosignal.egg-info/top_level.txt reading manifest file 'aiosignal.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'aiosignal.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'aiosignal.egg-info/SOURCES.txt' copying aiosignal/__init__.pyi -> build/lib/aiosignal copying aiosignal/py.typed -> build/lib/aiosignal >>> python-aiosignal 1.3.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-aiosignal-1.3.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing aiosignal.egg-info/PKG-INFO writing dependency_links to aiosignal.egg-info/dependency_links.txt writing requirements to aiosignal.egg-info/requires.txt writing top-level names to aiosignal.egg-info/top_level.txt reading manifest file 'aiosignal.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'aiosignal.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'aiosignal.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiosignal copying build/lib/aiosignal/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiosignal copying build/lib/aiosignal/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiosignal copying build/lib/aiosignal/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiosignal running install_egg_info Copying aiosignal.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/aiosignal-1.3.1-py3.11.egg-info running install_scripts asgiref-3.5.2.tar.gz: OK (md5: b3cf42bb1f9191196f9ed1678f9dc106) asgiref-3.5.2.tar.gz: OK (sha256: 4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424) >>> python-asgiref 3.5.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-asgiref/asgiref-3.5.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-asgiref-3.5.2 -xf - >>> python-asgiref 3.5.2 Patching >>> python-asgiref 3.5.2 Configuring >>> python-asgiref 3.5.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-asgiref-3.5.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/asgiref copying asgiref/typing.py -> build/lib/asgiref copying asgiref/current_thread_executor.py -> build/lib/asgiref copying asgiref/server.py -> build/lib/asgiref copying asgiref/wsgi.py -> build/lib/asgiref copying asgiref/local.py -> build/lib/asgiref copying asgiref/timeout.py -> build/lib/asgiref copying asgiref/compatibility.py -> build/lib/asgiref copying asgiref/sync.py -> build/lib/asgiref copying asgiref/__init__.py -> build/lib/asgiref copying asgiref/testing.py -> build/lib/asgiref running egg_info writing asgiref.egg-info/PKG-INFO writing dependency_links to asgiref.egg-info/dependency_links.txt writing requirements to asgiref.egg-info/requires.txt writing top-level names to asgiref.egg-info/top_level.txt reading manifest file 'asgiref.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'asgiref.egg-info/SOURCES.txt' copying asgiref/py.typed -> build/lib/asgiref >>> python-asgiref 3.5.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-asgiref-3.5.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing asgiref.egg-info/PKG-INFO writing dependency_links to asgiref.egg-info/dependency_links.txt writing requirements to asgiref.egg-info/requires.txt writing top-level names to asgiref.egg-info/top_level.txt reading manifest file 'asgiref.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'asgiref.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/typing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/current_thread_executor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/server.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/local.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/timeout.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/compatibility.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/sync.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref copying build/lib/asgiref/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref running install_egg_info Copying asgiref.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/asgiref-3.5.2-py3.11.egg-info running install_scripts async-timeout-4.0.2.tar.gz: OK (md5: 10571272b2e0fab839ec23f8293bf482) async-timeout-4.0.2.tar.gz: OK (sha256: 2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15) >>> python-async-timeout 4.0.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-async-timeout/async-timeout-4.0.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-async-timeout-4.0.2 -xf - >>> python-async-timeout 4.0.2 Patching >>> python-async-timeout 4.0.2 Configuring >>> python-async-timeout 4.0.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-async-timeout-4.0.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/async_timeout copying async_timeout/__init__.py -> build/lib/async_timeout running egg_info writing async_timeout.egg-info/PKG-INFO writing dependency_links to async_timeout.egg-info/dependency_links.txt writing requirements to async_timeout.egg-info/requires.txt writing top-level names to async_timeout.egg-info/top_level.txt reading manifest file 'async_timeout.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'async_timeout.egg-info/SOURCES.txt' copying async_timeout/py.typed -> build/lib/async_timeout >>> python-async-timeout 4.0.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-async-timeout-4.0.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing async_timeout.egg-info/PKG-INFO writing dependency_links to async_timeout.egg-info/dependency_links.txt writing requirements to async_timeout.egg-info/requires.txt writing top-level names to async_timeout.egg-info/top_level.txt reading manifest file 'async_timeout.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'async_timeout.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/async_timeout copying build/lib/async_timeout/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/async_timeout copying build/lib/async_timeout/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/async_timeout running install_egg_info Copying async_timeout.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/async_timeout-4.0.2-py3.11.egg-info running install_scripts attrs-22.1.0.tar.gz: OK (md5: 0487081b7ead8753fc46cf7c6d1e28e3) attrs-22.1.0.tar.gz: OK (sha256: 29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6) >>> python-attrs 22.1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-attrs/attrs-22.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-attrs-22.1.0 -xf - >>> python-attrs 22.1.0 Patching >>> python-attrs 22.1.0 Configuring >>> python-attrs 22.1.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-attrs-22.1.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/attr copying src/attr/converters.py -> build/lib/attr copying src/attr/_next_gen.py -> build/lib/attr copying src/attr/_compat.py -> build/lib/attr copying src/attr/_make.py -> build/lib/attr copying src/attr/_funcs.py -> build/lib/attr copying src/attr/_config.py -> build/lib/attr copying src/attr/_cmp.py -> build/lib/attr copying src/attr/__init__.py -> build/lib/attr copying src/attr/setters.py -> build/lib/attr copying src/attr/_version_info.py -> build/lib/attr copying src/attr/filters.py -> build/lib/attr copying src/attr/exceptions.py -> build/lib/attr copying src/attr/validators.py -> build/lib/attr creating build/lib/attrs copying src/attrs/converters.py -> build/lib/attrs copying src/attrs/__init__.py -> build/lib/attrs copying src/attrs/setters.py -> build/lib/attrs copying src/attrs/filters.py -> build/lib/attrs copying src/attrs/exceptions.py -> build/lib/attrs copying src/attrs/validators.py -> build/lib/attrs running egg_info writing src/attrs.egg-info/PKG-INFO writing dependency_links to src/attrs.egg-info/dependency_links.txt writing requirements to src/attrs.egg-info/requires.txt writing top-level names to src/attrs.egg-info/top_level.txt reading manifest file 'src/attrs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/attrs.egg-info/SOURCES.txt' copying src/attr/__init__.pyi -> build/lib/attr copying src/attr/_cmp.pyi -> build/lib/attr copying src/attr/_version_info.pyi -> build/lib/attr copying src/attr/converters.pyi -> build/lib/attr copying src/attr/exceptions.pyi -> build/lib/attr copying src/attr/filters.pyi -> build/lib/attr copying src/attr/py.typed -> build/lib/attr copying src/attr/setters.pyi -> build/lib/attr copying src/attr/validators.pyi -> build/lib/attr copying src/attrs/__init__.pyi -> build/lib/attrs copying src/attrs/py.typed -> build/lib/attrs >>> python-attrs 22.1.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-attrs-22.1.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/attrs.egg-info/PKG-INFO writing dependency_links to src/attrs.egg-info/dependency_links.txt writing requirements to src/attrs.egg-info/requires.txt writing top-level names to src/attrs.egg-info/top_level.txt reading manifest file 'src/attrs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'src/attrs.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/converters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_next_gen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_make.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_funcs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/filters.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/setters.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/exceptions.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_cmp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_version_info.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/converters.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/setters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_version_info.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/filters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/validators.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/validators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr copying build/lib/attr/_cmp.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/converters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/setters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/filters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs copying build/lib/attrs/validators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs running install_egg_info Copying src/attrs.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/attrs-22.1.0-py3.11.egg-info running install_scripts docutils-0.19.tar.gz: OK (md5: 0afa992a6e93db892107c3f087d0d9df) docutils-0.19.tar.gz: OK (sha256: 33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6) >>> host-python-docutils 0.19 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-docutils/docutils-0.19.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-docutils-0.19 -xf - >>> host-python-docutils 0.19 Patching >>> host-python-docutils 0.19 Configuring >>> host-python-docutils 0.19 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-docutils-0.19//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/docutils copying docutils/frontend.py -> build/lib/docutils copying docutils/statemachine.py -> build/lib/docutils copying docutils/nodes.py -> build/lib/docutils copying docutils/__init__.py -> build/lib/docutils copying docutils/__main__.py -> build/lib/docutils copying docutils/core.py -> build/lib/docutils copying docutils/examples.py -> build/lib/docutils copying docutils/io.py -> build/lib/docutils creating build/lib/docutils/languages copying docutils/languages/ar.py -> build/lib/docutils/languages copying docutils/languages/fi.py -> build/lib/docutils/languages copying docutils/languages/ca.py -> build/lib/docutils/languages copying docutils/languages/fr.py -> build/lib/docutils/languages copying docutils/languages/it.py -> build/lib/docutils/languages copying docutils/languages/gl.py -> build/lib/docutils/languages copying docutils/languages/he.py -> build/lib/docutils/languages copying docutils/languages/nl.py -> build/lib/docutils/languages copying docutils/languages/ru.py -> build/lib/docutils/languages copying docutils/languages/zh_tw.py -> build/lib/docutils/languages copying docutils/languages/en.py -> build/lib/docutils/languages copying docutils/languages/cs.py -> build/lib/docutils/languages copying docutils/languages/fa.py -> build/lib/docutils/languages copying docutils/languages/de.py -> build/lib/docutils/languages copying docutils/languages/af.py -> build/lib/docutils/languages copying docutils/languages/sv.py -> build/lib/docutils/languages copying docutils/languages/eo.py -> build/lib/docutils/languages copying docutils/languages/da.py -> build/lib/docutils/languages copying docutils/languages/__init__.py -> build/lib/docutils/languages copying docutils/languages/zh_cn.py -> build/lib/docutils/languages copying docutils/languages/sk.py -> build/lib/docutils/languages copying docutils/languages/pl.py -> build/lib/docutils/languages copying docutils/languages/ko.py -> build/lib/docutils/languages copying docutils/languages/pt_br.py -> build/lib/docutils/languages copying docutils/languages/ja.py -> build/lib/docutils/languages copying docutils/languages/lv.py -> build/lib/docutils/languages copying docutils/languages/es.py -> build/lib/docutils/languages copying docutils/languages/lt.py -> build/lib/docutils/languages creating build/lib/docutils/parsers copying docutils/parsers/recommonmark_wrapper.py -> build/lib/docutils/parsers copying docutils/parsers/commonmark_wrapper.py -> build/lib/docutils/parsers copying docutils/parsers/__init__.py -> build/lib/docutils/parsers copying docutils/parsers/null.py -> build/lib/docutils/parsers creating build/lib/docutils/parsers/rst copying docutils/parsers/rst/states.py -> build/lib/docutils/parsers/rst copying docutils/parsers/rst/__init__.py -> build/lib/docutils/parsers/rst copying docutils/parsers/rst/roles.py -> build/lib/docutils/parsers/rst copying docutils/parsers/rst/tableparser.py -> build/lib/docutils/parsers/rst creating build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/tables.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/body.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/images.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/misc.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/html.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/references.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/__init__.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/parts.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/admonitions.py -> build/lib/docutils/parsers/rst/directives creating build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ar.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/fi.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ca.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/fr.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/it.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/gl.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/he.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/nl.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ru.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/zh_tw.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/en.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/cs.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/fa.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/de.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/af.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/sv.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/eo.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/da.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/__init__.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/zh_cn.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/sk.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/pl.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ko.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/pt_br.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ja.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/lv.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/es.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/lt.py -> build/lib/docutils/parsers/rst/languages creating build/lib/docutils/readers copying docutils/readers/pep.py -> build/lib/docutils/readers copying docutils/readers/__init__.py -> build/lib/docutils/readers copying docutils/readers/standalone.py -> build/lib/docutils/readers copying docutils/readers/doctree.py -> build/lib/docutils/readers creating build/lib/docutils/transforms copying docutils/transforms/universal.py -> build/lib/docutils/transforms copying docutils/transforms/misc.py -> build/lib/docutils/transforms copying docutils/transforms/references.py -> build/lib/docutils/transforms copying docutils/transforms/__init__.py -> build/lib/docutils/transforms copying docutils/transforms/components.py -> build/lib/docutils/transforms copying docutils/transforms/frontmatter.py -> build/lib/docutils/transforms copying docutils/transforms/parts.py -> build/lib/docutils/transforms copying docutils/transforms/peps.py -> build/lib/docutils/transforms copying docutils/transforms/writer_aux.py -> build/lib/docutils/transforms creating build/lib/docutils/utils copying docutils/utils/punctuation_chars.py -> build/lib/docutils/utils copying docutils/utils/error_reporting.py -> build/lib/docutils/utils copying docutils/utils/smartquotes.py -> build/lib/docutils/utils copying docutils/utils/urischemes.py -> build/lib/docutils/utils copying docutils/utils/__init__.py -> build/lib/docutils/utils copying docutils/utils/roman.py -> build/lib/docutils/utils copying docutils/utils/code_analyzer.py -> build/lib/docutils/utils creating build/lib/docutils/utils/math copying docutils/utils/math/latex2mathml.py -> build/lib/docutils/utils/math copying docutils/utils/math/tex2mathml_extern.py -> build/lib/docutils/utils/math copying docutils/utils/math/unichar2tex.py -> build/lib/docutils/utils/math copying docutils/utils/math/__init__.py -> build/lib/docutils/utils/math copying docutils/utils/math/math2html.py -> build/lib/docutils/utils/math copying docutils/utils/math/tex2unichar.py -> build/lib/docutils/utils/math creating build/lib/docutils/writers copying docutils/writers/_html_base.py -> build/lib/docutils/writers copying docutils/writers/pseudoxml.py -> build/lib/docutils/writers copying docutils/writers/docutils_xml.py -> build/lib/docutils/writers copying docutils/writers/__init__.py -> build/lib/docutils/writers copying docutils/writers/null.py -> build/lib/docutils/writers copying docutils/writers/manpage.py -> build/lib/docutils/writers creating build/lib/docutils/writers/html4css1 copying docutils/writers/html4css1/__init__.py -> build/lib/docutils/writers/html4css1 creating build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/__init__.py -> build/lib/docutils/writers/html5_polyglot creating build/lib/docutils/writers/pep_html copying docutils/writers/pep_html/__init__.py -> build/lib/docutils/writers/pep_html creating build/lib/docutils/writers/s5_html copying docutils/writers/s5_html/__init__.py -> build/lib/docutils/writers/s5_html creating build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/__init__.py -> build/lib/docutils/writers/latex2e creating build/lib/docutils/writers/xetex copying docutils/writers/xetex/__init__.py -> build/lib/docutils/writers/xetex creating build/lib/docutils/writers/odf_odt copying docutils/writers/odf_odt/pygmentsformatter.py -> build/lib/docutils/writers/odf_odt copying docutils/writers/odf_odt/__init__.py -> build/lib/docutils/writers/odf_odt running egg_info writing docutils.egg-info/PKG-INFO writing dependency_links to docutils.egg-info/dependency_links.txt writing entry points to docutils.egg-info/entry_points.txt writing top-level names to docutils.egg-info/top_level.txt reading manifest file 'docutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'test/alltests.out' warning: no previously-included files found matching 'test/record.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'COPYING.txt' writing manifest file 'docutils.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.parsers.rst.include' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.parsers.rst.include' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.parsers.rst.include' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.parsers.rst.include' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes.default' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes.default' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes.default' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes.default' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsa.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsb.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsn.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamso.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsr.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isobox.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isocyr1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isocyr2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isodia.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk4-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk4.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isolat1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isolat2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomfrk-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomfrk.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomopf-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomopf.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomscr-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomscr.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isonum.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isopub.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isotech.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlalias.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlextra-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlextra.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-lat1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-special.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-symbol.txt -> build/lib/docutils/parsers/rst/include copying docutils/writers/html4css1/html4css1.css -> build/lib/docutils/writers/html4css1 copying docutils/writers/html4css1/template.txt -> build/lib/docutils/writers/html4css1 copying docutils/writers/html5_polyglot/math.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/minimal.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/plain.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/responsive.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/template.txt -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/tuftig.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/pep_html/pep.css -> build/lib/docutils/writers/pep_html copying docutils/writers/pep_html/template.txt -> build/lib/docutils/writers/pep_html creating build/lib/docutils/writers/s5_html/themes copying docutils/writers/s5_html/themes/README.txt -> build/lib/docutils/writers/s5_html/themes creating build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/__base__ -> build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/framing.css -> build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-black creating build/lib/docutils/writers/s5_html/themes/big-white copying docutils/writers/s5_html/themes/big-white/framing.css -> build/lib/docutils/writers/s5_html/themes/big-white copying docutils/writers/s5_html/themes/big-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-white creating build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/framing.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/opera.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/outline.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/pretty.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/print.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/s5-core.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/slides.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/slides.js -> build/lib/docutils/writers/s5_html/themes/default creating build/lib/docutils/writers/s5_html/themes/medium-black copying docutils/writers/s5_html/themes/medium-black/__base__ -> build/lib/docutils/writers/s5_html/themes/medium-black copying docutils/writers/s5_html/themes/medium-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-black creating build/lib/docutils/writers/s5_html/themes/medium-white copying docutils/writers/s5_html/themes/medium-white/framing.css -> build/lib/docutils/writers/s5_html/themes/medium-white copying docutils/writers/s5_html/themes/medium-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-white creating build/lib/docutils/writers/s5_html/themes/small-black copying docutils/writers/s5_html/themes/small-black/__base__ -> build/lib/docutils/writers/s5_html/themes/small-black copying docutils/writers/s5_html/themes/small-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-black creating build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/s5_html/themes/small-white/framing.css -> build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/s5_html/themes/small-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/latex2e/default.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/docutils.sty -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/titlepage.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/titlingpage.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/xelatex.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/odf_odt/styles.odt -> build/lib/docutils/writers/odf_odt running build_scripts creating build/scripts-3.11 copying and adjusting tools/rst2html.py -> build/scripts-3.11 copying and adjusting tools/rst2html4.py -> build/scripts-3.11 copying and adjusting tools/rst2html5.py -> build/scripts-3.11 copying and adjusting tools/rst2s5.py -> build/scripts-3.11 copying and adjusting tools/rst2latex.py -> build/scripts-3.11 copying and adjusting tools/rst2xetex.py -> build/scripts-3.11 copying and adjusting tools/rst2man.py -> build/scripts-3.11 copying and adjusting tools/rst2xml.py -> build/scripts-3.11 copying and adjusting tools/rst2pseudoxml.py -> build/scripts-3.11 copying and adjusting tools/rstpep2html.py -> build/scripts-3.11 copying and adjusting tools/rst2odt.py -> build/scripts-3.11 copying and adjusting tools/rst2odt_prepstyles.py -> build/scripts-3.11 changing mode of build/scripts-3.11/rst2html.py from 644 to 755 changing mode of build/scripts-3.11/rst2html4.py from 644 to 755 changing mode of build/scripts-3.11/rst2html5.py from 644 to 755 changing mode of build/scripts-3.11/rst2s5.py from 644 to 755 changing mode of build/scripts-3.11/rst2latex.py from 644 to 755 changing mode of build/scripts-3.11/rst2xetex.py from 644 to 755 changing mode of build/scripts-3.11/rst2man.py from 644 to 755 changing mode of build/scripts-3.11/rst2xml.py from 644 to 755 changing mode of build/scripts-3.11/rst2pseudoxml.py from 644 to 755 changing mode of build/scripts-3.11/rstpep2html.py from 644 to 755 changing mode of build/scripts-3.11/rst2odt.py from 644 to 755 changing mode of build/scripts-3.11/rst2odt_prepstyles.py from 644 to 755 >>> host-python-docutils 0.19 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-docutils-0.19//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing docutils.egg-info/PKG-INFO writing dependency_links to docutils.egg-info/dependency_links.txt writing entry points to docutils.egg-info/entry_points.txt writing top-level names to docutils.egg-info/top_level.txt reading manifest file 'docutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'test/alltests.out' warning: no previously-included files found matching 'test/record.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'COPYING.txt' writing manifest file 'docutils.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.parsers.rst.include' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.parsers.rst.include' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.parsers.rst.include' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.parsers.rst.include' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes.default' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes.default' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes.default' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes.default' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running build_scripts running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/latex2mathml.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/tex2mathml_extern.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/unichar2tex.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/math2html.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/tex2unichar.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/punctuation_chars.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/error_reporting.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/smartquotes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/urischemes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/roman.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/code_analyzer.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/frontend.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/parsers/recommonmark_wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/parsers/commonmark_wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsa.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/xhtml1-lat1.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/mmlalias.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isolat2.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isonum.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk2.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomfrk-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/mmlextra.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomopf.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isolat1.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/s5defs.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/README.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsb.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsn.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamso.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isodia.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk3.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isobox.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isopub.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/xhtml1-special.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsc.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk4-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk1.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/xhtml1-symbol.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/mmlextra-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isocyr2.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomscr.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isocyr1.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomfrk.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isotech.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomscr-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomopf-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsr.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk4.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/include creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ar.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/fi.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ca.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/fr.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/it.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/gl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/he.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/nl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ru.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/zh_tw.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/en.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/cs.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/fa.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/de.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/af.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/sv.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/eo.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/da.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/zh_cn.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/sk.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/pl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ko.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/pt_br.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ja.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/lv.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/es.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/lt.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/states.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst copying build/lib/docutils/parsers/rst/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/tables.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/body.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/images.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/misc.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/html.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/references.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/parts.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/admonitions.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/roles.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst copying build/lib/docutils/parsers/rst/tableparser.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst copying build/lib/docutils/parsers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/parsers/null.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/statemachine.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ar.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/fi.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ca.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/fr.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/it.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/gl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/he.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/nl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ru.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/zh_tw.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/en.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/cs.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/fa.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/de.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/af.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/sv.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/eo.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/da.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/zh_cn.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/sk.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/pl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ko.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/pt_br.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ja.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/lv.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/es.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/lt.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/universal.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/misc.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/references.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/components.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/frontmatter.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/parts.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/peps.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/writer_aux.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/pep.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/standalone.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/doctree.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/nodes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/writers/_html_base.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/writers/pseudoxml.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/writers/docutils_xml.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/pep_html copying build/lib/docutils/writers/pep_html/template.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/pep_html copying build/lib/docutils/writers/pep_html/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/pep_html copying build/lib/docutils/writers/pep_html/pep.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/pep_html creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/odf_odt copying build/lib/docutils/writers/odf_odt/pygmentsformatter.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/odf_odt copying build/lib/docutils/writers/odf_odt/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/odf_odt copying build/lib/docutils/writers/odf_odt/styles.odt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/odf_odt creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/template.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/responsive.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/minimal.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/tuftig.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/math.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/plain.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-black copying build/lib/docutils/writers/s5_html/themes/small-black/__base__ -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-black copying build/lib/docutils/writers/s5_html/themes/small-black/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-black creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/opera.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/print.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/s5-core.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/outline.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/slides.js -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/framing.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/slides.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-black copying build/lib/docutils/writers/s5_html/themes/medium-black/__base__ -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-black copying build/lib/docutils/writers/s5_html/themes/medium-black/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-black copying build/lib/docutils/writers/s5_html/themes/README.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-white copying build/lib/docutils/writers/s5_html/themes/small-white/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-white copying build/lib/docutils/writers/s5_html/themes/small-white/framing.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-white creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-white copying build/lib/docutils/writers/s5_html/themes/medium-white/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-white copying build/lib/docutils/writers/s5_html/themes/medium-white/framing.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-white creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-white copying build/lib/docutils/writers/s5_html/themes/big-white/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-white copying build/lib/docutils/writers/s5_html/themes/big-white/framing.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-white creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/themes/big-black/__base__ -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/themes/big-black/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/themes/big-black/framing.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html copying build/lib/docutils/writers/null.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/titlepage.tex -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/docutils.sty -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/xelatex.tex -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/titlingpage.tex -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/default.tex -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/xetex copying build/lib/docutils/writers/xetex/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/xetex creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/html4css1/template.txt -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/html4css1/html4css1.css -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/html4css1/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/manpage.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils copying build/lib/docutils/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils copying build/lib/docutils/core.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils copying build/lib/docutils/examples.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils copying build/lib/docutils/io.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math/latex2mathml.py to latex2mathml.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math/tex2mathml_extern.py to tex2mathml_extern.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math/unichar2tex.py to unichar2tex.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math/math2html.py to math2html.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/math/tex2unichar.py to tex2unichar.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/punctuation_chars.py to punctuation_chars.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/error_reporting.py to error_reporting.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/smartquotes.py to smartquotes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/urischemes.py to urischemes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/roman.py to roman.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/utils/code_analyzer.py to code_analyzer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/frontend.py to frontend.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/recommonmark_wrapper.py to recommonmark_wrapper.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/commonmark_wrapper.py to commonmark_wrapper.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/ar.py to ar.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/fi.py to fi.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/ca.py to ca.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/fr.py to fr.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/it.py to it.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/gl.py to gl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/he.py to he.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/nl.py to nl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/ru.py to ru.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/zh_tw.py to zh_tw.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/en.py to en.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/cs.py to cs.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/fa.py to fa.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/de.py to de.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/af.py to af.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/sv.py to sv.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/eo.py to eo.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/da.py to da.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/zh_cn.py to zh_cn.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/sk.py to sk.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/pl.py to pl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/ko.py to ko.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/pt_br.py to pt_br.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/ja.py to ja.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/lv.py to lv.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/es.py to es.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/languages/lt.py to lt.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/states.py to states.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/tables.py to tables.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/body.py to body.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/images.py to images.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/misc.py to misc.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/html.py to html.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/references.py to references.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/parts.py to parts.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/directives/admonitions.py to admonitions.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/roles.py to roles.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/rst/tableparser.py to tableparser.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/parsers/null.py to null.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/statemachine.py to statemachine.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/ar.py to ar.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/fi.py to fi.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/ca.py to ca.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/fr.py to fr.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/it.py to it.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/gl.py to gl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/he.py to he.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/nl.py to nl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/ru.py to ru.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/zh_tw.py to zh_tw.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/en.py to en.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/cs.py to cs.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/fa.py to fa.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/de.py to de.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/af.py to af.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/sv.py to sv.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/eo.py to eo.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/da.py to da.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/zh_cn.py to zh_cn.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/sk.py to sk.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/pl.py to pl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/ko.py to ko.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/pt_br.py to pt_br.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/ja.py to ja.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/lv.py to lv.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/es.py to es.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/languages/lt.py to lt.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/universal.py to universal.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/misc.py to misc.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/references.py to references.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/components.py to components.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/frontmatter.py to frontmatter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/parts.py to parts.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/peps.py to peps.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/transforms/writer_aux.py to writer_aux.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers/pep.py to pep.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers/standalone.py to standalone.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/readers/doctree.py to doctree.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/nodes.py to nodes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/_html_base.py to _html_base.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/pseudoxml.py to pseudoxml.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/docutils_xml.py to docutils_xml.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/pep_html/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/odf_odt/pygmentsformatter.py to pygmentsformatter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/odf_odt/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html5_polyglot/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/s5_html/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/null.py to null.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/latex2e/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/xetex/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/html4css1/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/writers/manpage.py to manpage.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/core.py to core.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/examples.py to examples.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils/io.py to io.cpython-311.pyc running install_egg_info Copying docutils.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/docutils-0.19-py3.11.egg-info running install_scripts copying build/scripts-3.11/rst2xetex.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2pseudoxml.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2xml.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2html5.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2odt.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2latex.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2s5.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2odt_prepstyles.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2man.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2html.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rstpep2html.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin copying build/scripts-3.11/rst2html4.py -> /home/buildroot/autobuild/instance-3/output-1/host/bin changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2xetex.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2pseudoxml.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2xml.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2html5.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2odt.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2latex.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2s5.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2odt_prepstyles.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2man.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2html.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rstpep2html.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/host/bin/rst2html4.py to 755 Installing docutils script to /home/buildroot/autobuild/instance-3/output-1/host/bin mistune-2.0.4.tar.gz: OK (md5: a4437edb22cf6519a7c61730fecb1a3f) mistune-2.0.4.tar.gz: OK (sha256: 9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808) >>> host-python-mistune 2.0.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-mistune/mistune-2.0.4.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-mistune-2.0.4 -xf - >>> host-python-mistune 2.0.4 Patching >>> host-python-mistune 2.0.4 Configuring >>> host-python-mistune 2.0.4 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-mistune-2.0.4//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/mistune copying mistune/util.py -> build/lib/mistune copying mistune/renderers.py -> build/lib/mistune copying mistune/block_parser.py -> build/lib/mistune copying mistune/__init__.py -> build/lib/mistune copying mistune/inline_parser.py -> build/lib/mistune copying mistune/markdown.py -> build/lib/mistune copying mistune/scanner.py -> build/lib/mistune creating build/lib/mistune/plugins copying mistune/plugins/def_list.py -> build/lib/mistune/plugins copying mistune/plugins/footnotes.py -> build/lib/mistune/plugins copying mistune/plugins/table.py -> build/lib/mistune/plugins copying mistune/plugins/task_lists.py -> build/lib/mistune/plugins copying mistune/plugins/abbr.py -> build/lib/mistune/plugins copying mistune/plugins/extra.py -> build/lib/mistune/plugins copying mistune/plugins/__init__.py -> build/lib/mistune/plugins creating build/lib/mistune/directives copying mistune/directives/include.py -> build/lib/mistune/directives copying mistune/directives/admonition.py -> build/lib/mistune/directives copying mistune/directives/base.py -> build/lib/mistune/directives copying mistune/directives/__init__.py -> build/lib/mistune/directives copying mistune/directives/toc.py -> build/lib/mistune/directives >>> host-python-mistune 2.0.4 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-mistune-2.0.4//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune copying build/lib/mistune/util.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/def_list.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/footnotes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/table.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/task_lists.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/abbr.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/extra.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/renderers.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune copying build/lib/mistune/block_parser.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune copying build/lib/mistune/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune copying build/lib/mistune/inline_parser.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/include.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/admonition.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/base.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/toc.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/markdown.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune copying build/lib/mistune/scanner.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/util.py to util.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/def_list.py to def_list.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/footnotes.py to footnotes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/table.py to table.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/task_lists.py to task_lists.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/abbr.py to abbr.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/extra.py to extra.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/plugins/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/renderers.py to renderers.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/block_parser.py to block_parser.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/inline_parser.py to inline_parser.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives/include.py to include.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives/admonition.py to admonition.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives/base.py to base.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/directives/toc.py to toc.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/markdown.py to markdown.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune/scanner.py to scanner.cpython-311.pyc running install_egg_info running egg_info writing mistune.egg-info/PKG-INFO writing dependency_links to mistune.egg-info/dependency_links.txt writing top-level names to mistune.egg-info/top_level.txt reading manifest file 'mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'mistune.egg-info/SOURCES.txt' Copying mistune.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/mistune-2.0.4-py3.11.egg-info running install_scripts m2r-0.2.1.tar.gz: OK (md5: 8bdb45c19e2b59bb5ffb9a0348e81ad8) m2r-0.2.1.tar.gz: OK (sha256: bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99) >>> host-python-m2r 0.2.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-m2r/m2r-0.2.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-m2r-0.2.1 -xf - >>> host-python-m2r 0.2.1 Patching >>> host-python-m2r 0.2.1 Configuring >>> host-python-m2r 0.2.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-m2r-0.2.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib copying m2r.py -> build/lib running egg_info writing m2r.egg-info/PKG-INFO writing dependency_links to m2r.egg-info/dependency_links.txt writing entry points to m2r.egg-info/entry_points.txt writing requirements to m2r.egg-info/requires.txt writing top-level names to m2r.egg-info/top_level.txt reading manifest file 'm2r.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'm2r.egg-info/SOURCES.txt' >>> host-python-m2r 0.2.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-m2r-0.2.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing m2r.egg-info/PKG-INFO writing dependency_links to m2r.egg-info/dependency_links.txt writing entry points to m2r.egg-info/entry_points.txt writing requirements to m2r.egg-info/requires.txt writing top-level names to m2r.egg-info/top_level.txt reading manifest file 'm2r.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'm2r.egg-info/SOURCES.txt' running install_lib copying build/lib/m2r.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/m2r.py to m2r.cpython-311.pyc running install_egg_info Copying m2r.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/m2r-0.2.1-py3.11.egg-info running install_scripts Installing m2r script to /home/buildroot/autobuild/instance-3/output-1/host/bin typing_extensions-4.4.0.tar.gz: OK (md5: 5cfcb56ea6fc4972c3600c0030f4d136) typing_extensions-4.4.0.tar.gz: OK (sha256: 1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa) >>> host-python-typing-extensions 4.4.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-typing-extensions/typing_extensions-4.4.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-typing-extensions-4.4.0 -xf - >>> host-python-typing-extensions 4.4.0 Patching >>> host-python-typing-extensions 4.4.0 Configuring >>> host-python-typing-extensions 4.4.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-typing-extensions-4.4.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built typing_extensions-4.4.0-py3-none-any.whl >>> host-python-typing-extensions 4.4.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-typing-extensions-4.4.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) setuptools_scm-7.0.5.tar.gz: OK (md5: 0df4e7fd923e4983cd65786efaa0e0d0) setuptools_scm-7.0.5.tar.gz: OK (sha256: 031e13af771d6f892b941adb6ea04545bbf91ebc5ce68c78aaf3fff6e1fb4844) >>> host-python-setuptools-scm 7.0.5 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-setuptools-scm/setuptools_scm-7.0.5.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-setuptools-scm-7.0.5 -xf - >>> host-python-setuptools-scm 7.0.5 Patching >>> host-python-setuptools-scm 7.0.5 Configuring >>> host-python-setuptools-scm 7.0.5 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-setuptools-scm-7.0.5//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/setuptools_scm copying src/setuptools_scm/_version_cls.py -> build/lib/setuptools_scm copying src/setuptools_scm/version.py -> build/lib/setuptools_scm copying src/setuptools_scm/_entrypoints.py -> build/lib/setuptools_scm copying src/setuptools_scm/discover.py -> build/lib/setuptools_scm copying src/setuptools_scm/_overrides.py -> build/lib/setuptools_scm copying src/setuptools_scm/utils.py -> build/lib/setuptools_scm copying src/setuptools_scm/_cli.py -> build/lib/setuptools_scm copying src/setuptools_scm/integration.py -> build/lib/setuptools_scm copying src/setuptools_scm/_types.py -> build/lib/setuptools_scm copying src/setuptools_scm/file_finder_git.py -> build/lib/setuptools_scm copying src/setuptools_scm/config.py -> build/lib/setuptools_scm copying src/setuptools_scm/file_finder.py -> build/lib/setuptools_scm copying src/setuptools_scm/hg_git.py -> build/lib/setuptools_scm copying src/setuptools_scm/__init__.py -> build/lib/setuptools_scm copying src/setuptools_scm/__main__.py -> build/lib/setuptools_scm copying src/setuptools_scm/file_finder_hg.py -> build/lib/setuptools_scm copying src/setuptools_scm/hacks.py -> build/lib/setuptools_scm copying src/setuptools_scm/hg.py -> build/lib/setuptools_scm copying src/setuptools_scm/scm_workdir.py -> build/lib/setuptools_scm copying src/setuptools_scm/git.py -> build/lib/setuptools_scm creating build/lib/setuptools_scm/_integration copying src/setuptools_scm/_integration/__init__.py -> build/lib/setuptools_scm/_integration copying src/setuptools_scm/_integration/pyproject_reading.py -> build/lib/setuptools_scm/_integration copying src/setuptools_scm/_integration/setuptools.py -> build/lib/setuptools_scm/_integration >>> host-python-setuptools-scm 7.0.5 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-setuptools-scm-7.0.5//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/_version_cls.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/_entrypoints.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/discover.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/_overrides.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/utils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/_cli.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/integration.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/_types.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/file_finder_git.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/config.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/file_finder.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/hg_git.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration copying build/lib/setuptools_scm/_integration/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration copying build/lib/setuptools_scm/_integration/pyproject_reading.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration copying build/lib/setuptools_scm/_integration/setuptools.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration copying build/lib/setuptools_scm/file_finder_hg.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/hacks.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/hg.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/scm_workdir.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm copying build/lib/setuptools_scm/git.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_version_cls.py to _version_cls.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/version.py to version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_entrypoints.py to _entrypoints.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/discover.py to discover.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_overrides.py to _overrides.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/utils.py to utils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_cli.py to _cli.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/integration.py to integration.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_types.py to _types.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/file_finder_git.py to file_finder_git.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/config.py to config.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/file_finder.py to file_finder.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/hg_git.py to hg_git.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration/pyproject_reading.py to pyproject_reading.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/_integration/setuptools.py to setuptools.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/file_finder_hg.py to file_finder_hg.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/hacks.py to hacks.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/hg.py to hg.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/scm_workdir.py to scm_workdir.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm/git.py to git.cpython-311.pyc running install_egg_info running egg_info writing src/setuptools_scm.egg-info/PKG-INFO writing dependency_links to src/setuptools_scm.egg-info/dependency_links.txt writing entry points to src/setuptools_scm.egg-info/entry_points.txt writing requirements to src/setuptools_scm.egg-info/requires.txt writing top-level names to src/setuptools_scm.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/setuptools_scm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '*.nix' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.git_archival.txt' adding license file 'LICENSE' writing manifest file 'src/setuptools_scm.egg-info/SOURCES.txt' Copying src/setuptools_scm.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_scm-7.0.5-py3.11.egg-info running install_scripts >>> python-automat 22.10.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.Automat-22.10.0.tar.gz.FegNeN/output' 'https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a0416eefbc0428f168241b32657ca260fb7ef507596ff5c2f6c4/Automat-22.10.0.tar.gz' --2022-11-17 03:33:23-- https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a0416eefbc0428f168241b32657ca260fb7ef507596ff5c2f6c4/Automat-22.10.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59099 (58K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.Automat-22.10.0.tar.gz.FegNeN/output' 0K .......... .......... .......... .......... .......... 86% 13.0M 0s 50K ....... 100% 38.8M=0.004s 2022-11-17 03:33:23 (14.3 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.Automat-22.10.0.tar.gz.FegNeN/output' saved [59099/59099] Automat-22.10.0.tar.gz: OK (md5: b8064994239aabb172748f984489ce75) Automat-22.10.0.tar.gz: OK (sha256: e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e) >>> python-automat 22.10.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-automat/Automat-22.10.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-automat-22.10.0 -xf - >>> python-automat 22.10.0 Patching Applying 0001-Remove-uneeded-dependency-to-wheel.patch using patch: patching file setup.py >>> python-automat 22.10.0 Configuring >>> python-automat 22.10.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-automat-22.10.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/distutils/dist.py:274: UserWarning: Unknown distribution option: 'readme' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/automat copying automat/_discover.py -> build/lib/automat copying automat/_visualize.py -> build/lib/automat copying automat/__init__.py -> build/lib/automat copying automat/_introspection.py -> build/lib/automat copying automat/_core.py -> build/lib/automat copying automat/_methodical.py -> build/lib/automat creating build/lib/automat/_test copying automat/_test/test_discover.py -> build/lib/automat/_test copying automat/_test/test_methodical.py -> build/lib/automat/_test copying automat/_test/__init__.py -> build/lib/automat/_test copying automat/_test/test_trace.py -> build/lib/automat/_test copying automat/_test/test_visualize.py -> build/lib/automat/_test copying automat/_test/test_core.py -> build/lib/automat/_test running egg_info writing Automat.egg-info/PKG-INFO writing dependency_links to Automat.egg-info/dependency_links.txt writing entry points to Automat.egg-info/entry_points.txt writing requirements to Automat.egg-info/requires.txt writing top-level names to Automat.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'Automat.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'Automat.egg-info/SOURCES.txt' >>> python-automat 22.10.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-automat-22.10.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/distutils/dist.py:274: UserWarning: Unknown distribution option: 'readme' warnings.warn(msg) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing Automat.egg-info/PKG-INFO writing dependency_links to Automat.egg-info/dependency_links.txt writing entry points to Automat.egg-info/entry_points.txt writing requirements to Automat.egg-info/requires.txt writing top-level names to Automat.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'Automat.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'Automat.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat copying build/lib/automat/_discover.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat copying build/lib/automat/_visualize.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat copying build/lib/automat/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat copying build/lib/automat/_introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_test/test_discover.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_test/test_methodical.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_test/test_trace.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_test/test_visualize.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_test/test_core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat/_test copying build/lib/automat/_core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat copying build/lib/automat/_methodical.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/automat running install_egg_info Copying Automat.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Automat-22.10.0-py3.11.egg-info running install_scripts Installing automat-visualize script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin bitstring-3.1.9.tar.gz: OK (md5: 04d24380a0dc491e6bdacd983a90912e) bitstring-3.1.9.tar.gz: OK (sha256: a5848a3f63111785224dca8bb4c0a75b62ecdef56a042c8d6be74b16f7e860e7) >>> python-bitstring 3.1.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-bitstring/bitstring-3.1.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-bitstring-3.1.9 -xf - >>> python-bitstring 3.1.9 Patching >>> python-bitstring 3.1.9 Configuring >>> python-bitstring 3.1.9 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-bitstring-3.1.9//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib copying bitstring.py -> build/lib >>> python-bitstring 3.1.9 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-bitstring-3.1.9//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib copying build/lib/bitstring.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing bitstring.egg-info/PKG-INFO writing dependency_links to bitstring.egg-info/dependency_links.txt writing top-level names to bitstring.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'bitstring.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc' adding license file 'LICENSE' writing manifest file 'bitstring.egg-info/SOURCES.txt' Copying bitstring.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bitstring-3.1.9-py3.11.egg-info running install_scripts bsdiff4-1.2.2.tar.gz: OK (md5: fc5ea1adfe629a7c7ac6f4bb1a0dca93) bsdiff4-1.2.2.tar.gz: OK (sha256: 1880ac3f52a6c46ae6bcc6db117e4fb35f9b0ccd5af75fd4fee6907d00d6983c) >>> python-bsdiff4 1.2.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-bsdiff4/bsdiff4-1.2.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-bsdiff4-1.2.2 -xf - >>> python-bsdiff4 1.2.2 Patching >>> python-bsdiff4 1.2.2 Configuring >>> python-bsdiff4 1.2.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-bsdiff4-1.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/bsdiff4 copying bsdiff4/cli.py -> build/lib.linux-s390x-3.11/bsdiff4 copying bsdiff4/test_all.py -> build/lib.linux-s390x-3.11/bsdiff4 copying bsdiff4/__init__.py -> build/lib.linux-s390x-3.11/bsdiff4 copying bsdiff4/format.py -> build/lib.linux-s390x-3.11/bsdiff4 running build_ext building 'bsdiff4.core' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/bsdiff4 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c bsdiff4/core.c -o build/temp.linux-s390x-3.11/bsdiff4/core.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/bsdiff4/core.o -L. -o build/lib.linux-s390x-3.11/bsdiff4/core.cpython-311-s390x-linux-gnu.so >>> python-bsdiff4 1.2.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-bsdiff4-1.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4 copying build/lib.linux-s390x-3.11/bsdiff4/core.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4 copying build/lib.linux-s390x-3.11/bsdiff4/cli.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4 copying build/lib.linux-s390x-3.11/bsdiff4/test_all.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4 copying build/lib.linux-s390x-3.11/bsdiff4/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4 copying build/lib.linux-s390x-3.11/bsdiff4/format.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4 running install_egg_info running egg_info writing bsdiff4.egg-info/PKG-INFO writing dependency_links to bsdiff4.egg-info/dependency_links.txt writing entry points to bsdiff4.egg-info/entry_points.txt writing top-level names to bsdiff4.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'bsdiff4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'bsdiff4.egg-info/SOURCES.txt' Copying bsdiff4.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/bsdiff4-1.2.2-py3.11.egg-info running install_scripts Installing bsdiff4 script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing bspatch4 script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin python-can-4.0.0.tar.gz: OK (sha256: 59d92846ffb981e634e9e0f2d14a6b4967a875e3869bd2ba168c92c4db6b8b5d) >>> python-can 4.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-can/python-can-4.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-can-4.0.0 -xf - >>> python-can 4.0.0 Patching >>> python-can 4.0.0 Configuring >>> python-can 4.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-can-4.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/can copying can/broadcastmanager.py -> build/lib/can copying can/notifier.py -> build/lib/can copying can/logger.py -> build/lib/can copying can/bit_timing.py -> build/lib/can copying can/ctypesutil.py -> build/lib/can copying can/typechecking.py -> build/lib/can copying can/util.py -> build/lib/can copying can/viewer.py -> build/lib/can copying can/logconvert.py -> build/lib/can copying can/thread_safe_bus.py -> build/lib/can copying can/__init__.py -> build/lib/can copying can/listener.py -> build/lib/can copying can/bus.py -> build/lib/can copying can/exceptions.py -> build/lib/can copying can/message.py -> build/lib/can copying can/interface.py -> build/lib/can copying can/player.py -> build/lib/can creating build/lib/can/io copying can/io/blf.py -> build/lib/can/io copying can/io/sqlite.py -> build/lib/can/io copying can/io/csv.py -> build/lib/can/io copying can/io/logger.py -> build/lib/can/io copying can/io/asc.py -> build/lib/can/io copying can/io/generic.py -> build/lib/can/io copying can/io/__init__.py -> build/lib/can/io copying can/io/printer.py -> build/lib/can/io copying can/io/canutils.py -> build/lib/can/io copying can/io/player.py -> build/lib/can/io creating build/lib/can/interfaces copying can/interfaces/robotell.py -> build/lib/can/interfaces copying can/interfaces/cantact.py -> build/lib/can/interfaces copying can/interfaces/canalystii.py -> build/lib/can/interfaces copying can/interfaces/nixnet.py -> build/lib/can/interfaces copying can/interfaces/virtual.py -> build/lib/can/interfaces copying can/interfaces/__init__.py -> build/lib/can/interfaces copying can/interfaces/iscan.py -> build/lib/can/interfaces copying can/interfaces/slcan.py -> build/lib/can/interfaces copying can/interfaces/nican.py -> build/lib/can/interfaces copying can/interfaces/gs_usb.py -> build/lib/can/interfaces creating build/lib/can/interfaces/usb2can copying can/interfaces/usb2can/serial_selector.py -> build/lib/can/interfaces/usb2can copying can/interfaces/usb2can/__init__.py -> build/lib/can/interfaces/usb2can copying can/interfaces/usb2can/usb2canabstractionlayer.py -> build/lib/can/interfaces/usb2can copying can/interfaces/usb2can/usb2canInterface.py -> build/lib/can/interfaces/usb2can creating build/lib/can/interfaces/etas copying can/interfaces/etas/boa.py -> build/lib/can/interfaces/etas copying can/interfaces/etas/__init__.py -> build/lib/can/interfaces/etas creating build/lib/can/interfaces/vector copying can/interfaces/vector/xldefine.py -> build/lib/can/interfaces/vector copying can/interfaces/vector/xlclass.py -> build/lib/can/interfaces/vector copying can/interfaces/vector/canlib.py -> build/lib/can/interfaces/vector copying can/interfaces/vector/xldriver.py -> build/lib/can/interfaces/vector copying can/interfaces/vector/__init__.py -> build/lib/can/interfaces/vector copying can/interfaces/vector/exceptions.py -> build/lib/can/interfaces/vector creating build/lib/can/interfaces/systec copying can/interfaces/systec/constants.py -> build/lib/can/interfaces/systec copying can/interfaces/systec/__init__.py -> build/lib/can/interfaces/systec copying can/interfaces/systec/ucan.py -> build/lib/can/interfaces/systec copying can/interfaces/systec/structures.py -> build/lib/can/interfaces/systec copying can/interfaces/systec/exceptions.py -> build/lib/can/interfaces/systec copying can/interfaces/systec/ucanbus.py -> build/lib/can/interfaces/systec creating build/lib/can/interfaces/udp_multicast copying can/interfaces/udp_multicast/utils.py -> build/lib/can/interfaces/udp_multicast copying can/interfaces/udp_multicast/__init__.py -> build/lib/can/interfaces/udp_multicast copying can/interfaces/udp_multicast/bus.py -> build/lib/can/interfaces/udp_multicast creating build/lib/can/interfaces/socketcand copying can/interfaces/socketcand/socketcand.py -> build/lib/can/interfaces/socketcand copying can/interfaces/socketcand/__init__.py -> build/lib/can/interfaces/socketcand creating build/lib/can/interfaces/neousys copying can/interfaces/neousys/__init__.py -> build/lib/can/interfaces/neousys copying can/interfaces/neousys/neousys.py -> build/lib/can/interfaces/neousys creating build/lib/can/interfaces/socketcan copying can/interfaces/socketcan/utils.py -> build/lib/can/interfaces/socketcan copying can/interfaces/socketcan/constants.py -> build/lib/can/interfaces/socketcan copying can/interfaces/socketcan/socketcan.py -> build/lib/can/interfaces/socketcan copying can/interfaces/socketcan/__init__.py -> build/lib/can/interfaces/socketcan creating build/lib/can/interfaces/pcan copying can/interfaces/pcan/basic.py -> build/lib/can/interfaces/pcan copying can/interfaces/pcan/__init__.py -> build/lib/can/interfaces/pcan copying can/interfaces/pcan/pcan.py -> build/lib/can/interfaces/pcan creating build/lib/can/interfaces/ics_neovi copying can/interfaces/ics_neovi/__init__.py -> build/lib/can/interfaces/ics_neovi copying can/interfaces/ics_neovi/neovi_bus.py -> build/lib/can/interfaces/ics_neovi creating build/lib/can/interfaces/kvaser copying can/interfaces/kvaser/canlib.py -> build/lib/can/interfaces/kvaser copying can/interfaces/kvaser/constants.py -> build/lib/can/interfaces/kvaser copying can/interfaces/kvaser/__init__.py -> build/lib/can/interfaces/kvaser copying can/interfaces/kvaser/structures.py -> build/lib/can/interfaces/kvaser creating build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/canlib.py -> build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/canlib_vcinpl2.py -> build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/canlib_vcinpl.py -> build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/constants.py -> build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/__init__.py -> build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/structures.py -> build/lib/can/interfaces/ixxat copying can/interfaces/ixxat/exceptions.py -> build/lib/can/interfaces/ixxat creating build/lib/can/interfaces/seeedstudio copying can/interfaces/seeedstudio/__init__.py -> build/lib/can/interfaces/seeedstudio copying can/interfaces/seeedstudio/seeedstudio.py -> build/lib/can/interfaces/seeedstudio creating build/lib/can/interfaces/serial copying can/interfaces/serial/__init__.py -> build/lib/can/interfaces/serial copying can/interfaces/serial/serial_can.py -> build/lib/can/interfaces/serial running build_scripts creating build/scripts-3.11 copying scripts/can_player.py -> build/scripts-3.11 copying scripts/can_logconvert.py -> build/scripts-3.11 copying scripts/can_viewer.py -> build/scripts-3.11 copying scripts/can_logger.py -> build/scripts-3.11 changing mode of build/scripts-3.11/can_player.py from 644 to 755 changing mode of build/scripts-3.11/can_logconvert.py from 644 to 755 changing mode of build/scripts-3.11/can_viewer.py from 644 to 755 changing mode of build/scripts-3.11/can_logger.py from 644 to 755 >>> python-can 4.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-can-4.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_scripts running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/broadcastmanager.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/notifier.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/bit_timing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/ctypesutil.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/typechecking.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/viewer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/logconvert.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/thread_safe_bus.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/listener.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/bus.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/blf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/sqlite.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/csv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/asc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/generic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/printer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/canutils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/io/player.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/io copying build/lib/can/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/usb2can copying build/lib/can/interfaces/usb2can/serial_selector.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/usb2can copying build/lib/can/interfaces/usb2can/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/usb2can copying build/lib/can/interfaces/usb2can/usb2canabstractionlayer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/usb2can copying build/lib/can/interfaces/usb2can/usb2canInterface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/usb2can copying build/lib/can/interfaces/robotell.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/etas copying build/lib/can/interfaces/etas/boa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/etas copying build/lib/can/interfaces/etas/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/etas copying build/lib/can/interfaces/cantact.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector copying build/lib/can/interfaces/vector/xldefine.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector copying build/lib/can/interfaces/vector/xlclass.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector copying build/lib/can/interfaces/vector/canlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector copying build/lib/can/interfaces/vector/xldriver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector copying build/lib/can/interfaces/vector/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector copying build/lib/can/interfaces/vector/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/vector creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec copying build/lib/can/interfaces/systec/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec copying build/lib/can/interfaces/systec/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec copying build/lib/can/interfaces/systec/ucan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec copying build/lib/can/interfaces/systec/structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec copying build/lib/can/interfaces/systec/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec copying build/lib/can/interfaces/systec/ucanbus.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/systec creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/udp_multicast copying build/lib/can/interfaces/udp_multicast/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/udp_multicast copying build/lib/can/interfaces/udp_multicast/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/udp_multicast copying build/lib/can/interfaces/udp_multicast/bus.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/udp_multicast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcand copying build/lib/can/interfaces/socketcand/socketcand.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcand copying build/lib/can/interfaces/socketcand/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcand copying build/lib/can/interfaces/canalystii.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/neousys copying build/lib/can/interfaces/neousys/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/neousys copying build/lib/can/interfaces/neousys/neousys.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/neousys creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcan copying build/lib/can/interfaces/socketcan/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcan copying build/lib/can/interfaces/socketcan/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcan copying build/lib/can/interfaces/socketcan/socketcan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcan copying build/lib/can/interfaces/socketcan/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/socketcan copying build/lib/can/interfaces/nixnet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/pcan copying build/lib/can/interfaces/pcan/basic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/pcan copying build/lib/can/interfaces/pcan/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/pcan copying build/lib/can/interfaces/pcan/pcan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/pcan creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ics_neovi copying build/lib/can/interfaces/ics_neovi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ics_neovi copying build/lib/can/interfaces/ics_neovi/neovi_bus.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ics_neovi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/kvaser copying build/lib/can/interfaces/kvaser/canlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/kvaser copying build/lib/can/interfaces/kvaser/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/kvaser copying build/lib/can/interfaces/kvaser/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/kvaser copying build/lib/can/interfaces/kvaser/structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/kvaser copying build/lib/can/interfaces/virtual.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces copying build/lib/can/interfaces/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces copying build/lib/can/interfaces/iscan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/canlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/canlib_vcinpl2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/canlib_vcinpl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/ixxat/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/ixxat copying build/lib/can/interfaces/slcan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/seeedstudio copying build/lib/can/interfaces/seeedstudio/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/seeedstudio copying build/lib/can/interfaces/seeedstudio/seeedstudio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/seeedstudio copying build/lib/can/interfaces/nican.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces copying build/lib/can/interfaces/gs_usb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/serial copying build/lib/can/interfaces/serial/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/serial copying build/lib/can/interfaces/serial/serial_can.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can/interfaces/serial copying build/lib/can/message.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/interface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can copying build/lib/can/player.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/can running install_egg_info running egg_info writing python_can.egg-info/PKG-INFO writing dependency_links to python_can.egg-info/dependency_links.txt writing requirements to python_can.egg-info/requires.txt writing top-level names to python_can.egg-info/top_level.txt ERROR:setuptools_scm.file_finder_git:listing git files failed - pretending there aren't any reading manifest file 'python_can.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'python_can.egg-info/SOURCES.txt' Copying python_can.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/python_can-4.0.0-py3.11.egg-info running install_scripts copying build/scripts-3.11/can_player.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/can_logconvert.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/can_viewer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/can_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/can_player.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/can_logconvert.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/can_viewer.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/can_logger.py to 755 canopen-1.0.0.tar.gz: OK (sha256: 4394770d528e93a48936138c4a7b37b5dff26d54f82a435ad9790cd1e43f55b9) >>> python-canopen 1.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-canopen/canopen-1.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-canopen-1.0.0 -xf - >>> python-canopen 1.0.0 Patching >>> python-canopen 1.0.0 Configuring >>> python-canopen 1.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-canopen-1.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/canopen copying canopen/emcy.py -> build/lib/canopen copying canopen/version.py -> build/lib/canopen copying canopen/network.py -> build/lib/canopen copying canopen/timestamp.py -> build/lib/canopen copying canopen/variable.py -> build/lib/canopen copying canopen/sync.py -> build/lib/canopen copying canopen/__init__.py -> build/lib/canopen copying canopen/nmt.py -> build/lib/canopen copying canopen/lss.py -> build/lib/canopen creating build/lib/canopen/profiles copying canopen/profiles/p402.py -> build/lib/canopen/profiles copying canopen/profiles/__init__.py -> build/lib/canopen/profiles creating build/lib/canopen/sdo copying canopen/sdo/server.py -> build/lib/canopen/sdo copying canopen/sdo/base.py -> build/lib/canopen/sdo copying canopen/sdo/constants.py -> build/lib/canopen/sdo copying canopen/sdo/client.py -> build/lib/canopen/sdo copying canopen/sdo/__init__.py -> build/lib/canopen/sdo copying canopen/sdo/exceptions.py -> build/lib/canopen/sdo creating build/lib/canopen/pdo copying canopen/pdo/base.py -> build/lib/canopen/pdo copying canopen/pdo/__init__.py -> build/lib/canopen/pdo creating build/lib/canopen/node copying canopen/node/base.py -> build/lib/canopen/node copying canopen/node/local.py -> build/lib/canopen/node copying canopen/node/remote.py -> build/lib/canopen/node copying canopen/node/__init__.py -> build/lib/canopen/node creating build/lib/canopen/objectdictionary copying canopen/objectdictionary/datatypes.py -> build/lib/canopen/objectdictionary copying canopen/objectdictionary/eds.py -> build/lib/canopen/objectdictionary copying canopen/objectdictionary/__init__.py -> build/lib/canopen/objectdictionary copying canopen/objectdictionary/epf.py -> build/lib/canopen/objectdictionary running egg_info writing canopen.egg-info/PKG-INFO writing dependency_links to canopen.egg-info/dependency_links.txt writing requirements to canopen.egg-info/requires.txt writing top-level names to canopen.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'canopen.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'canopen.egg-info/SOURCES.txt' >>> python-canopen 1.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-canopen-1.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing canopen.egg-info/PKG-INFO writing dependency_links to canopen.egg-info/dependency_links.txt writing requirements to canopen.egg-info/requires.txt writing top-level names to canopen.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'canopen.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'canopen.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/emcy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/network.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/timestamp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/variable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/sync.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/profiles copying build/lib/canopen/profiles/p402.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/profiles copying build/lib/canopen/profiles/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/profiles copying build/lib/canopen/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen copying build/lib/canopen/nmt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo copying build/lib/canopen/sdo/server.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo copying build/lib/canopen/sdo/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo copying build/lib/canopen/sdo/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo copying build/lib/canopen/sdo/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo copying build/lib/canopen/sdo/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo copying build/lib/canopen/sdo/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/sdo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/pdo copying build/lib/canopen/pdo/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/pdo copying build/lib/canopen/pdo/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/pdo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/node copying build/lib/canopen/node/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/node copying build/lib/canopen/node/local.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/node copying build/lib/canopen/node/remote.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/node copying build/lib/canopen/node/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/node creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/objectdictionary copying build/lib/canopen/objectdictionary/datatypes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/objectdictionary copying build/lib/canopen/objectdictionary/eds.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/objectdictionary copying build/lib/canopen/objectdictionary/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/objectdictionary copying build/lib/canopen/objectdictionary/epf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen/objectdictionary copying build/lib/canopen/lss.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen running install_egg_info Copying canopen.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/canopen-1.0.0-py3.11.egg-info running install_scripts certifi-2022.9.24.tar.gz: OK (md5: ff9c8d5c7e7fb083de6b874609c5ca68) certifi-2022.9.24.tar.gz: OK (sha256: 0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14) >>> python-certifi 2022.9.24 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-certifi/certifi-2022.9.24.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-certifi-2022.9.24 -xf - >>> python-certifi 2022.9.24 Patching >>> python-certifi 2022.9.24 Configuring >>> python-certifi 2022.9.24 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-certifi-2022.9.24//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:530: UserWarning: Normalizing '2022.09.24' to '2022.9.24' warnings.warn(tmpl.format(**locals())) running build running build_py creating build creating build/lib creating build/lib/certifi copying certifi/__init__.py -> build/lib/certifi copying certifi/__main__.py -> build/lib/certifi copying certifi/core.py -> build/lib/certifi running egg_info writing certifi.egg-info/PKG-INFO writing dependency_links to certifi.egg-info/dependency_links.txt writing top-level names to certifi.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'certifi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.github/' warning: manifest_maker: MANIFEST.in, line 4: 'recursive-exclude' expects ... adding license file 'LICENSE' writing manifest file 'certifi.egg-info/SOURCES.txt' copying certifi/cacert.pem -> build/lib/certifi copying certifi/py.typed -> build/lib/certifi >>> python-certifi 2022.9.24 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-certifi-2022.9.24//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:530: UserWarning: Normalizing '2022.09.24' to '2022.9.24' warnings.warn(tmpl.format(**locals())) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing certifi.egg-info/PKG-INFO writing dependency_links to certifi.egg-info/dependency_links.txt writing top-level names to certifi.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'certifi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.github/' warning: manifest_maker: MANIFEST.in, line 4: 'recursive-exclude' expects ... adding license file 'LICENSE' writing manifest file 'certifi.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi copying build/lib/certifi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi copying build/lib/certifi/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi copying build/lib/certifi/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi copying build/lib/certifi/cacert.pem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi copying build/lib/certifi/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi running install_egg_info Copying certifi.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/certifi-2022.9.24-py3.11.egg-info running install_scripts cffi-1.15.1.tar.gz: OK (md5: f493860a6e98cd0c4178149568a6b4f6) cffi-1.15.1.tar.gz: OK (sha256: d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9) >>> python-cffi 1.15.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-cffi/cffi-1.15.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1 -xf - >>> python-cffi 1.15.1 Patching >>> python-cffi 1.15.1 Configuring >>> python-cffi 1.15.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1/setup.py:68: 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 Distribution /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1/setup.py:69: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_config_vars /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/cffi copying cffi/error.py -> build/lib.linux-s390x-3.11/cffi copying cffi/cffi_opcode.py -> build/lib.linux-s390x-3.11/cffi copying cffi/pkgconfig.py -> build/lib.linux-s390x-3.11/cffi copying cffi/recompiler.py -> build/lib.linux-s390x-3.11/cffi copying cffi/backend_ctypes.py -> build/lib.linux-s390x-3.11/cffi copying cffi/setuptools_ext.py -> build/lib.linux-s390x-3.11/cffi copying cffi/ffiplatform.py -> build/lib.linux-s390x-3.11/cffi copying cffi/lock.py -> build/lib.linux-s390x-3.11/cffi copying cffi/vengine_gen.py -> build/lib.linux-s390x-3.11/cffi copying cffi/api.py -> build/lib.linux-s390x-3.11/cffi copying cffi/vengine_cpy.py -> build/lib.linux-s390x-3.11/cffi copying cffi/commontypes.py -> build/lib.linux-s390x-3.11/cffi copying cffi/__init__.py -> build/lib.linux-s390x-3.11/cffi copying cffi/model.py -> build/lib.linux-s390x-3.11/cffi copying cffi/verifier.py -> build/lib.linux-s390x-3.11/cffi copying cffi/cparser.py -> build/lib.linux-s390x-3.11/cffi copying cffi/_cffi_include.h -> build/lib.linux-s390x-3.11/cffi copying cffi/parse_c_type.h -> build/lib.linux-s390x-3.11/cffi copying cffi/_embedding.h -> build/lib.linux-s390x-3.11/cffi copying cffi/_cffi_errors.h -> build/lib.linux-s390x-3.11/cffi running build_ext building '_cffi_backend' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c c/_cffi_backend.c -o build/temp.linux-s390x-3.11/c/_cffi_backend.o c/_cffi_backend.c: In function 'cdata_call': c/_cffi_backend.c:3203:30: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 3203 | if (fresult->ct_size < sizeof(ffi_arg)) | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/c/_cffi_backend.o -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib/../lib64 -L. -lffi -o build/lib.linux-s390x-3.11/_cffi_backend.cpython-311-s390x-linux-gnu.so >>> python-cffi 1.15.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1/setup.py:68: 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 Distribution /home/buildroot/autobuild/instance-3/output-1/build/python-cffi-1.15.1/setup.py:69: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_config_vars /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/_cffi_include.h -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/cffi_opcode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/pkgconfig.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/recompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/backend_ctypes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/setuptools_ext.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/ffiplatform.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/lock.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/_embedding.h -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/vengine_gen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/api.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/vengine_cpy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/commontypes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/parse_c_type.h -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/model.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/verifier.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/_cffi_errors.h -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/cffi/cparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi copying build/lib.linux-s390x-3.11/_cffi_backend.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing cffi.egg-info/PKG-INFO writing dependency_links to cffi.egg-info/dependency_links.txt writing entry points to cffi.egg-info/entry_points.txt writing requirements to cffi.egg-info/requires.txt writing top-level names to cffi.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cffi.egg-info/SOURCES.txt' Copying cffi.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cffi-1.15.1-py3.11.egg-info running install_scripts chardet-5.0.0.tar.gz: OK (md5: 8013c248c098e165ac53d900e1a1278a) chardet-5.0.0.tar.gz: OK (sha256: 0368df2bfd78b5fc20572bb4e9bb7fb53e2c094f60ae9993339e8671d0afb8aa) >>> python-chardet 5.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-chardet/chardet-5.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-chardet-5.0.0 -xf - >>> python-chardet 5.0.0 Patching >>> python-chardet 5.0.0 Configuring >>> python-chardet 5.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-chardet-5.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/chardet copying chardet/codingstatemachine.py -> build/lib/chardet copying chardet/big5freq.py -> build/lib/chardet copying chardet/charsetgroupprober.py -> build/lib/chardet copying chardet/euctwprober.py -> build/lib/chardet copying chardet/johabfreq.py -> build/lib/chardet copying chardet/sjisprober.py -> build/lib/chardet copying chardet/universaldetector.py -> build/lib/chardet copying chardet/version.py -> build/lib/chardet copying chardet/cp949prober.py -> build/lib/chardet copying chardet/utf8prober.py -> build/lib/chardet copying chardet/utf1632prober.py -> build/lib/chardet copying chardet/jisfreq.py -> build/lib/chardet copying chardet/enums.py -> build/lib/chardet copying chardet/langthaimodel.py -> build/lib/chardet copying chardet/mbcharsetprober.py -> build/lib/chardet copying chardet/gb2312prober.py -> build/lib/chardet copying chardet/sbcsgroupprober.py -> build/lib/chardet copying chardet/langhungarianmodel.py -> build/lib/chardet copying chardet/langturkishmodel.py -> build/lib/chardet copying chardet/euckrfreq.py -> build/lib/chardet copying chardet/langhebrewmodel.py -> build/lib/chardet copying chardet/latin1prober.py -> build/lib/chardet copying chardet/eucjpprober.py -> build/lib/chardet copying chardet/langgreekmodel.py -> build/lib/chardet copying chardet/hebrewprober.py -> build/lib/chardet copying chardet/mbcssm.py -> build/lib/chardet copying chardet/__init__.py -> build/lib/chardet copying chardet/johabprober.py -> build/lib/chardet copying chardet/jpcntx.py -> build/lib/chardet copying chardet/escprober.py -> build/lib/chardet copying chardet/big5prober.py -> build/lib/chardet copying chardet/mbcsgroupprober.py -> build/lib/chardet copying chardet/escsm.py -> build/lib/chardet copying chardet/euckrprober.py -> build/lib/chardet copying chardet/euctwfreq.py -> build/lib/chardet copying chardet/sbcharsetprober.py -> build/lib/chardet copying chardet/charsetprober.py -> build/lib/chardet copying chardet/langrussianmodel.py -> build/lib/chardet copying chardet/gb2312freq.py -> build/lib/chardet copying chardet/chardistribution.py -> build/lib/chardet copying chardet/langbulgarianmodel.py -> build/lib/chardet creating build/lib/chardet/cli copying chardet/cli/chardetect.py -> build/lib/chardet/cli copying chardet/cli/__init__.py -> build/lib/chardet/cli creating build/lib/chardet/metadata copying chardet/metadata/languages.py -> build/lib/chardet/metadata copying chardet/metadata/__init__.py -> build/lib/chardet/metadata >>> python-chardet 5.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-chardet-5.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/codingstatemachine.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/big5freq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/charsetgroupprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/euctwprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/johabfreq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/sjisprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/universaldetector.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/cp949prober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/utf8prober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/utf1632prober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/jisfreq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/enums.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langthaimodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/mbcharsetprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/gb2312prober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/sbcsgroupprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langhungarianmodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langturkishmodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/euckrfreq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langhebrewmodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet/cli copying build/lib/chardet/cli/chardetect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet/cli copying build/lib/chardet/cli/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet/cli copying build/lib/chardet/latin1prober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/eucjpprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langgreekmodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/hebrewprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/mbcssm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/johabprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/jpcntx.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/escprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/big5prober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/mbcsgroupprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/escsm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/euckrprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/euctwfreq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/sbcharsetprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet/metadata copying build/lib/chardet/metadata/languages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet/metadata copying build/lib/chardet/metadata/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet/metadata copying build/lib/chardet/charsetprober.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langrussianmodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/gb2312freq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/chardistribution.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet copying build/lib/chardet/langbulgarianmodel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet running install_egg_info running egg_info writing chardet.egg-info/PKG-INFO writing dependency_links to chardet.egg-info/dependency_links.txt writing entry points to chardet.egg-info/entry_points.txt writing top-level names to chardet.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'chardet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'chardet.egg-info/SOURCES.txt' Copying chardet.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/chardet-5.0.0-py3.11.egg-info running install_scripts Installing chardetect script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin charset-normalizer-3.0.0.tar.gz: OK (md5: 169527085be8e6bb7874164c24481eca) charset-normalizer-3.0.0.tar.gz: OK (sha256: b27d10ad15740b45fd55f76e6901a4391e6dca3917ef48ecdcf17edf6e00d770) >>> python-charset-normalizer 3.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-charset-normalizer/charset-normalizer-3.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-charset-normalizer-3.0.0 -xf - >>> python-charset-normalizer 3.0.0 Patching >>> python-charset-normalizer 3.0.0 Configuring >>> python-charset-normalizer 3.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-charset-normalizer-3.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/charset_normalizer copying charset_normalizer/version.py -> build/lib/charset_normalizer copying charset_normalizer/constant.py -> build/lib/charset_normalizer copying charset_normalizer/md.py -> build/lib/charset_normalizer copying charset_normalizer/utils.py -> build/lib/charset_normalizer copying charset_normalizer/cd.py -> build/lib/charset_normalizer copying charset_normalizer/legacy.py -> build/lib/charset_normalizer copying charset_normalizer/models.py -> build/lib/charset_normalizer copying charset_normalizer/api.py -> build/lib/charset_normalizer copying charset_normalizer/__init__.py -> build/lib/charset_normalizer creating build/lib/charset_normalizer/assets copying charset_normalizer/assets/__init__.py -> build/lib/charset_normalizer/assets creating build/lib/charset_normalizer/cli copying charset_normalizer/cli/normalizer.py -> build/lib/charset_normalizer/cli copying charset_normalizer/cli/__init__.py -> build/lib/charset_normalizer/cli running egg_info writing charset_normalizer.egg-info/PKG-INFO writing dependency_links to charset_normalizer.egg-info/dependency_links.txt writing entry points to charset_normalizer.egg-info/entry_points.txt writing requirements to charset_normalizer.egg-info/requires.txt writing top-level names to charset_normalizer.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'charset_normalizer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'charset_normalizer.egg-info/SOURCES.txt' copying charset_normalizer/py.typed -> build/lib/charset_normalizer >>> python-charset-normalizer 3.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-charset-normalizer-3.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing charset_normalizer.egg-info/PKG-INFO writing dependency_links to charset_normalizer.egg-info/dependency_links.txt writing entry points to charset_normalizer.egg-info/entry_points.txt writing requirements to charset_normalizer.egg-info/requires.txt writing top-level names to charset_normalizer.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'charset_normalizer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'charset_normalizer.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/constant.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/md.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer/assets copying build/lib/charset_normalizer/assets/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer/assets copying build/lib/charset_normalizer/cd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/legacy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer/cli copying build/lib/charset_normalizer/cli/normalizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer/cli copying build/lib/charset_normalizer/cli/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer/cli copying build/lib/charset_normalizer/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/api.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer running install_egg_info Copying charset_normalizer.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/charset_normalizer-3.0.0-py3.11.egg-info running install_scripts Installing normalizer script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin click-8.1.3.tar.gz: OK (md5: a804b085de7a3ff96968e38e0f6f2e05) click-8.1.3.tar.gz: OK (sha256: 7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e) >>> python-click 8.1.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-click/click-8.1.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-click-8.1.3 -xf - >>> python-click 8.1.3 Patching >>> python-click 8.1.3 Configuring >>> python-click 8.1.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-click-8.1.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/click copying src/click/globals.py -> build/lib/click copying src/click/shell_completion.py -> build/lib/click copying src/click/_compat.py -> build/lib/click copying src/click/types.py -> build/lib/click copying src/click/utils.py -> build/lib/click copying src/click/decorators.py -> build/lib/click copying src/click/_winconsole.py -> build/lib/click copying src/click/formatting.py -> build/lib/click copying src/click/__init__.py -> build/lib/click copying src/click/testing.py -> build/lib/click copying src/click/core.py -> build/lib/click copying src/click/termui.py -> build/lib/click copying src/click/_termui_impl.py -> build/lib/click copying src/click/parser.py -> build/lib/click copying src/click/exceptions.py -> build/lib/click copying src/click/_textwrap.py -> build/lib/click running egg_info writing src/click.egg-info/PKG-INFO writing dependency_links to src/click.egg-info/dependency_links.txt writing requirements to src/click.egg-info/requires.txt writing top-level names to src/click.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/click.egg-info/SOURCES.txt' copying src/click/py.typed -> build/lib/click >>> python-click 8.1.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-click-8.1.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/click.egg-info/PKG-INFO writing dependency_links to src/click.egg-info/dependency_links.txt writing requirements to src/click.egg-info/requires.txt writing top-level names to src/click.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/click.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/globals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/shell_completion.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/types.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/decorators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/_winconsole.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/formatting.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/termui.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/_termui_impl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click copying build/lib/click/_textwrap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click running install_egg_info Copying src/click.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/click-8.1.3-py3.11.egg-info running install_scripts constantly-15.1.0.tar.gz: OK (md5: f0762f083d83039758e53f8cf0086eef) constantly-15.1.0.tar.gz: OK (sha256: 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35) >>> python-constantly 15.1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-constantly/constantly-15.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-constantly-15.1.0 -xf - >>> python-constantly 15.1.0 Patching >>> python-constantly 15.1.0 Configuring >>> python-constantly 15.1.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-constantly-15.1.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/constantly copying constantly/_constants.py -> build/lib/constantly copying constantly/__init__.py -> build/lib/constantly copying constantly/_version.py -> build/lib/constantly UPDATING build/lib/constantly/_version.py set build/lib/constantly/_version.py to '15.1.0' >>> python-constantly 15.1.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-constantly-15.1.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py UPDATING build/lib/constantly/_version.py set build/lib/constantly/_version.py to '15.1.0' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/constantly copying build/lib/constantly/_constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/constantly copying build/lib/constantly/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/constantly copying build/lib/constantly/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/constantly running install_egg_info running egg_info writing constantly.egg-info/PKG-INFO writing dependency_links to constantly.egg-info/dependency_links.txt writing top-level names to constantly.egg-info/top_level.txt /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/egg_info.py:643: SetuptoolsDeprecationWarning: Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. warnings.warn( listing git files failed - pretending there aren't any reading manifest file 'constantly.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'constantly.egg-info/SOURCES.txt' Copying constantly.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/constantly-15.1.0-py3.11.egg-info running install_scripts pycparser-2.21.tar.gz: OK (md5: 48f7d743bf018f7bb2ffc5fb976d1492) pycparser-2.21.tar.gz: OK (sha256: e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206) >>> host-python-pycparser 2.21 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pycparser/pycparser-2.21.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-pycparser-2.21 -xf - >>> host-python-pycparser 2.21 Patching >>> host-python-pycparser 2.21 Configuring >>> host-python-pycparser 2.21 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pycparser-2.21//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/pycparser copying pycparser/plyparser.py -> build/lib/pycparser copying pycparser/ast_transforms.py -> build/lib/pycparser copying pycparser/yacctab.py -> build/lib/pycparser copying pycparser/c_ast.py -> build/lib/pycparser copying pycparser/c_lexer.py -> build/lib/pycparser copying pycparser/__init__.py -> build/lib/pycparser copying pycparser/c_parser.py -> build/lib/pycparser copying pycparser/c_generator.py -> build/lib/pycparser copying pycparser/lextab.py -> build/lib/pycparser copying pycparser/_build_tables.py -> build/lib/pycparser copying pycparser/_ast_gen.py -> build/lib/pycparser creating build/lib/pycparser/ply copying pycparser/ply/ygen.py -> build/lib/pycparser/ply copying pycparser/ply/lex.py -> build/lib/pycparser/ply copying pycparser/ply/cpp.py -> build/lib/pycparser/ply copying pycparser/ply/__init__.py -> build/lib/pycparser/ply copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply copying pycparser/ply/yacc.py -> build/lib/pycparser/ply copying pycparser/_c_ast.cfg -> build/lib/pycparser >>> host-python-pycparser 2.21 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pycparser-2.21//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/plyparser.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/ast_transforms.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/yacctab.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_ast.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_lexer.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_parser.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_generator.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/ygen.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/lex.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/cpp.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/ctokens.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/yacc.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/_c_ast.cfg -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/lextab.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/_build_tables.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/_ast_gen.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/plyparser.py to plyparser.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ast_transforms.py to ast_transforms.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/yacctab.py to yacctab.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/c_ast.py to c_ast.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/c_lexer.py to c_lexer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/c_parser.py to c_parser.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/c_generator.py to c_generator.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply/ygen.py to ygen.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply/lex.py to lex.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply/cpp.py to cpp.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply/ctokens.py to ctokens.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/ply/yacc.py to yacc.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/lextab.py to lextab.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/_build_tables.py to _build_tables.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser/_ast_gen.py to _ast_gen.cpython-311.pyc running install_egg_info running egg_info creating pycparser.egg-info writing pycparser.egg-info/PKG-INFO writing dependency_links to pycparser.egg-info/dependency_links.txt writing top-level names to pycparser.egg-info/top_level.txt writing manifest file 'pycparser.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'pycparser.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pycparser.egg-info/SOURCES.txt' Copying pycparser.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pycparser-2.21-py3.11.egg-info running install_scripts Build the lexing/parsing tables cffi-1.15.1.tar.gz: OK (md5: f493860a6e98cd0c4178149568a6b4f6) cffi-1.15.1.tar.gz: OK (sha256: d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9) >>> host-python-cffi 1.15.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-cffi/cffi-1.15.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1 -xf - >>> host-python-cffi 1.15.1 Patching >>> host-python-cffi 1.15.1 Configuring >>> host-python-cffi 1.15.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1/setup.py:68: 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 Distribution /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1/setup.py:69: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_config_vars /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-x86_64-3.11 creating build/lib.linux-x86_64-3.11/cffi copying cffi/error.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/recompiler.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/lock.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/api.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/commontypes.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/__init__.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/model.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/verifier.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/cparser.py -> build/lib.linux-x86_64-3.11/cffi copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.11/cffi copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.11/cffi copying cffi/_embedding.h -> build/lib.linux-x86_64-3.11/cffi copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.11/cffi running build_ext building '_cffi_backend' extension creating build/temp.linux-x86_64-3.11 creating build/temp.linux-x86_64-3.11/c /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.11/c/_cffi_backend.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/c/_cffi_backend.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib/../lib -L/home/buildroot/autobuild/instance-3/output-1/host/lib -lffi -o build/lib.linux-x86_64-3.11/_cffi_backend.cpython-311-x86_64-linux-gnu.so >>> host-python-cffi 1.15.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1/setup.py:68: 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 Distribution /home/buildroot/autobuild/instance-3/output-1/build/host-python-cffi-1.15.1/setup.py:69: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_config_vars /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/_cffi_include.h -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/error.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/cffi_opcode.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/pkgconfig.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/recompiler.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/backend_ctypes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/setuptools_ext.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/ffiplatform.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/lock.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/_embedding.h -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/vengine_gen.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/api.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/vengine_cpy.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/commontypes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/parse_c_type.h -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/model.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/verifier.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/_cffi_errors.h -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/cffi/cparser.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi copying build/lib.linux-x86_64-3.11/_cffi_backend.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/error.py to error.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/cffi_opcode.py to cffi_opcode.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/pkgconfig.py to pkgconfig.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/recompiler.py to recompiler.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/backend_ctypes.py to backend_ctypes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/setuptools_ext.py to setuptools_ext.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/ffiplatform.py to ffiplatform.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/lock.py to lock.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/vengine_gen.py to vengine_gen.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/api.py to api.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/vengine_cpy.py to vengine_cpy.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/commontypes.py to commontypes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/model.py to model.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/verifier.py to verifier.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi/cparser.py to cparser.cpython-311.pyc running install_egg_info running egg_info writing cffi.egg-info/PKG-INFO writing dependency_links to cffi.egg-info/dependency_links.txt writing entry points to cffi.egg-info/entry_points.txt writing requirements to cffi.egg-info/requires.txt writing top-level names to cffi.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cffi.egg-info/SOURCES.txt' Copying cffi.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cffi-1.15.1-py3.11.egg-info running install_scripts semantic_version-2.10.0.tar.gz: OK (md5: e48abef93ba69abcd4eaf4640edfc38b) semantic_version-2.10.0.tar.gz: OK (sha256: bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c) >>> host-python-semantic-version 2.10.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-semantic-version/semantic_version-2.10.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-semantic-version-2.10.0 -xf - >>> host-python-semantic-version 2.10.0 Patching >>> host-python-semantic-version 2.10.0 Configuring >>> host-python-semantic-version 2.10.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-semantic-version-2.10.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/semantic_version copying semantic_version/base.py -> build/lib/semantic_version copying semantic_version/__init__.py -> build/lib/semantic_version copying semantic_version/django_fields.py -> build/lib/semantic_version >>> host-python-semantic-version 2.10.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-semantic-version-2.10.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version copying build/lib/semantic_version/base.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version copying build/lib/semantic_version/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version copying build/lib/semantic_version/django_fields.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version/base.py to base.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version/django_fields.py to django_fields.cpython-311.pyc running install_egg_info running egg_info writing semantic_version.egg-info/PKG-INFO writing dependency_links to semantic_version.egg-info/dependency_links.txt writing requirements to semantic_version.egg-info/requires.txt writing top-level names to semantic_version.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'semantic_version.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements*.txt' warning: no files found matching '.flake8' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.*.sw[po]' found anywhere in distribution no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'semantic_version.egg-info/SOURCES.txt' Copying semantic_version.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/semantic_version-2.10.0-py3.11.egg-info running install_scripts toml-0.10.2.tar.gz: OK (md5: 59bce5d8d67e858735ec3f399ec90253) toml-0.10.2.tar.gz: OK (sha256: b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f) >>> host-python-toml 0.10.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-toml/toml-0.10.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-toml-0.10.2 -xf - >>> host-python-toml 0.10.2 Patching >>> host-python-toml 0.10.2 Configuring >>> host-python-toml 0.10.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-toml-0.10.2//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/toml copying toml/encoder.py -> build/lib/toml copying toml/tz.py -> build/lib/toml copying toml/decoder.py -> build/lib/toml copying toml/__init__.py -> build/lib/toml copying toml/ordered.py -> build/lib/toml >>> host-python-toml 0.10.2 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-toml-0.10.2//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml copying build/lib/toml/encoder.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml copying build/lib/toml/tz.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml copying build/lib/toml/decoder.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml copying build/lib/toml/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml copying build/lib/toml/ordered.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml/encoder.py to encoder.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml/tz.py to tz.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml/decoder.py to decoder.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml/ordered.py to ordered.cpython-311.pyc running install_egg_info running egg_info writing toml.egg-info/PKG-INFO writing dependency_links to toml.egg-info/dependency_links.txt writing top-level names to toml.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'toml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'toml.egg-info/SOURCES.txt' Copying toml.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/toml-0.10.2-py3.11.egg-info running install_scripts setuptools-rust-1.5.2.tar.gz: OK (md5: fd3412ca77ffd6e06e2e83d0e9636084) setuptools-rust-1.5.2.tar.gz: OK (sha256: d8daccb14dc0eae1b6b6eb3ecef79675bd37b4065369f79c35393dd5c55652c7) >>> host-python-setuptools-rust 1.5.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-setuptools-rust/setuptools-rust-1.5.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-setuptools-rust-1.5.2 -xf - >>> host-python-setuptools-rust 1.5.2 Patching >>> host-python-setuptools-rust 1.5.2 Configuring >>> host-python-setuptools-rust 1.5.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-setuptools-rust-1.5.2//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/setuptools_rust copying setuptools_rust/version.py -> build/lib/setuptools_rust copying setuptools_rust/setuptools_ext.py -> build/lib/setuptools_rust copying setuptools_rust/command.py -> build/lib/setuptools_rust copying setuptools_rust/build.py -> build/lib/setuptools_rust copying setuptools_rust/rustc_info.py -> build/lib/setuptools_rust copying setuptools_rust/__init__.py -> build/lib/setuptools_rust copying setuptools_rust/_utils.py -> build/lib/setuptools_rust copying setuptools_rust/extension.py -> build/lib/setuptools_rust copying setuptools_rust/clean.py -> build/lib/setuptools_rust >>> host-python-setuptools-rust 1.5.2 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-setuptools-rust-1.5.2//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/setuptools_ext.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/command.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/build.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/rustc_info.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/_utils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/extension.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust copying build/lib/setuptools_rust/clean.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/version.py to version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/setuptools_ext.py to setuptools_ext.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/command.py to command.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/build.py to build.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/rustc_info.py to rustc_info.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/_utils.py to _utils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/extension.py to extension.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust/clean.py to clean.cpython-311.pyc running install_egg_info running egg_info writing setuptools_rust.egg-info/PKG-INFO writing dependency_links to setuptools_rust.egg-info/dependency_links.txt writing entry points to setuptools_rust.egg-info/entry_points.txt writing requirements to setuptools_rust.egg-info/requires.txt writing top-level names to setuptools_rust.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'setuptools_rust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'setuptools_rust.egg-info/SOURCES.txt' Copying setuptools_rust.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools_rust-1.5.2-py3.11.egg-info running install_scripts cryptography-38.0.3.tar.gz: OK (sha256: cd0b4536eabc6fcb80aa03430fc2ca485d33249eea0cd23f76c1dd9da410c66c) >>> python-cryptography 38.0.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-cryptography/cryptography-38.0.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3 -xf - >>> python-cryptography 38.0.3 Patching >>> python-cryptography 38.0.3 Configuring >>> python-cryptography 38.0.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib CARGO_HOME=/home/buildroot/autobuild/instance-3/dl/br-cargo-home __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" CARGO_UNSTABLE_TARGET_APPLIES_TO_HOST="true" CARGO_TARGET_APPLIES_TO_HOST="false" CARGO_BUILD_TARGET="s390x-unknown-linux-gnu" CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-buildroot-linux-gnu-gcc PYO3_CROSS_LIB_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11" /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/cryptography copying src/cryptography/utils.py -> build/lib.linux-s390x-3.11/cryptography copying src/cryptography/fernet.py -> build/lib.linux-s390x-3.11/cryptography copying src/cryptography/__about__.py -> build/lib.linux-s390x-3.11/cryptography copying src/cryptography/__init__.py -> build/lib.linux-s390x-3.11/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-s390x-3.11/cryptography creating build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-s390x-3.11/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-s390x-3.11/cryptography/x509 creating build/lib.linux-s390x-3.11/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-s390x-3.11/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat creating build/lib.linux-s390x-3.11/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings creating build/lib.linux-s390x-3.11/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends creating build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives creating build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl creating build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl creating build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization creating build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf creating build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers creating build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'mypy.ini' warning: no previously-included files matching '*' found under directory '.circleci' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' adding license file 'LICENSE.PSF' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying src/cryptography/py.typed -> build/lib.linux-s390x-3.11/cryptography copying src/cryptography/hazmat/bindings/_openssl.pyi -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings creating build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust running build_ext generating cffi module 'build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c' creating build/temp.linux-s390x-3.11 running build_rust cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target s390x-unknown-linux-gnu --release -v --features pyo3/extension-module pyo3/abi3-py36 -- --crate-type cdylib Compiling proc-macro2 v1.0.43 Compiling quote v1.0.21 Compiling unicode-ident v1.0.3 Compiling autocfg v1.1.0 Compiling syn v1.0.99 Compiling version_check v0.9.4 Compiling pyo3-build-config v0.15.2 Compiling proc-macro-hack v0.5.19 Compiling once_cell v1.14.0 Compiling libc v0.2.132 Compiling parking_lot_core v0.8.5 Compiling cfg-if v1.0.0 Compiling smallvec v1.9.0 Compiling scopeguard v1.1.0 Compiling unindent v0.1.10 Compiling Inflector v0.11.4 Compiling iana-time-zone v0.1.47 Compiling base64 v0.13.0 Compiling aliasable v0.1.3 Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=45432f98b3e2a771 -C extra-filename=-45432f98b3e2a771 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro2-45432f98b3e2a771 -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/quote/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=62a683c7f597b12a -C extra-filename=-62a683c7f597b12a --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/quote-62a683c7f597b12a -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name unicode_ident --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=aa0825e2f54c8bb5 -C extra-filename=-aa0825e2f54c8bb5 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name autocfg /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/autocfg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=f07e98ab9f2c5345 -C extra-filename=-f07e98ab9f2c5345 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/syn/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=92c8932f57a7736c -C extra-filename=-92c8932f57a7736c --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/syn-92c8932f57a7736c -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name version_check /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=0a89b79ad8710fbe -C extra-filename=-0a89b79ad8710fbe --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=29bb8414c342711f -C extra-filename=-29bb8414c342711f --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/libc-29bb8414c342711f -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name once_cell --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=a7c0326ebff64e43 -C extra-filename=-a7c0326ebff64e43 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name unindent --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/unindent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=e8bc95861e977378 -C extra-filename=-e8bc95861e977378 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=96562e08935bd96d -C extra-filename=-96562e08935bd96d --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro-hack-96562e08935bd96d -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pyo3-build-config/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=4fda26195bef83db -C extra-filename=-4fda26195bef83db --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/pyo3-build-config-4fda26195bef83db -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name base64 --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/base64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=764c50eb20b2d835 -C extra-filename=-764c50eb20b2d835 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name aliasable --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/aliasable/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=4d842578ea3e2f16 -C extra-filename=-4d842578ea3e2f16 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name cfg_if --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=85ed7a0e6bbdf6a2 -C extra-filename=-85ed7a0e6bbdf6a2 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name once_cell --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/once_cell/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=5ef19cfb71989dcd -C extra-filename=-5ef19cfb71989dcd --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name unindent --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/unindent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=817a268e96137ee1 -C extra-filename=-817a268e96137ee1 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name smallvec --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/smallvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=93bcf592628bec8d -C extra-filename=-93bcf592628bec8d --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name scopeguard /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/scopeguard/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=99e16f0015bbece2 -C extra-filename=-99e16f0015bbece2 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name inflector /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/Inflector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=452bc9732cf74cbb -C extra-filename=-452bc9732cf74cbb --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name iana_time_zone --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/iana-time-zone/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="fallback"' -C metadata=1611cd6d75cd1c1d -C extra-filename=-1611cd6d75cd1c1d --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/parking_lot_core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=2e8080930176eb7c -C extra-filename=-2e8080930176eb7c --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/parking_lot_core-2e8080930176eb7c -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow` Compiling instant v0.1.12 Running `rustc --crate-name instant --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/instant/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=4e98cb059b60feca -C extra-filename=-4e98cb059b60feca --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern cfg_if=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libcfg_if-85ed7a0e6bbdf6a2.rmeta --cap-lints allow` Compiling proc-macro-error-attr v1.0.4 Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro-error-attr/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=35270afa81f2c701 -C extra-filename=-35270afa81f2c701 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro-error-attr-35270afa81f2c701 -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern version_check=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libversion_check-0a89b79ad8710fbe.rlib --cap-lints allow` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro-hack-96562e08935bd96d/build-script-build` Compiling proc-macro-error v1.0.4 Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro-error/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=a8ea3bd8fdb78fce -C extra-filename=-a8ea3bd8fdb78fce --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro-error-a8ea3bd8fdb78fce -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern version_check=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libversion_check-0a89b79ad8710fbe.rlib --cap-lints allow` Compiling num-traits v0.2.15 Running `rustc --crate-name build_script_build /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/num-traits/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=849f1b1319e719e7 -C extra-filename=-849f1b1319e719e7 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/num-traits-849f1b1319e719e7 -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern autocfg=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libautocfg-f07e98ab9f2c5345.rlib --cap-lints allow` Running `rustc --crate-name proc_macro_hack --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ff495cff7463ed69 -C extra-filename=-ff495cff7463ed69 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro --cap-lints allow` Compiling lock_api v0.4.8 Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/lock_api/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=068b14f36426fa59 -C extra-filename=-068b14f36426fa59 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/lock_api-068b14f36426fa59 -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern autocfg=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libautocfg-f07e98ab9f2c5345.rlib --cap-lints allow` Compiling num-integer v0.1.45 Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/libc-29bb8414c342711f/build-script-build` Running `rustc --crate-name build_script_build /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/num-integer/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=f80e58f47735ee26 -C extra-filename=-f80e58f47735ee26 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/num-integer-f80e58f47735ee26 -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern autocfg=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libautocfg-f07e98ab9f2c5345.rlib --cap-lints allow` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/parking_lot_core-2e8080930176eb7c/build-script-build` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/quote-62a683c7f597b12a/build-script-build` Running `rustc --crate-name libc /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/libc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ed919008dd861cc1 -C extra-filename=-ed919008dd861cc1 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro2-45432f98b3e2a771/build-script-build` Running `rustc --crate-name proc_macro2 --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4f3134a5b49d90db -C extra-filename=-4f3134a5b49d90db --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern unicode_ident=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libunicode_ident-aa0825e2f54c8bb5.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/syn-92c8932f57a7736c/build-script-build` Compiling pem v1.1.0 Running `rustc --crate-name pem --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pem/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=51048af75d3472e7 -C extra-filename=-51048af75d3472e7 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern base64=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libbase64-764c50eb20b2d835.rmeta --cap-lints allow` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/num-integer-f80e58f47735ee26/build-script-build` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro-error-a8ea3bd8fdb78fce/build-script-build` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/proc-macro-error-attr-35270afa81f2c701/build-script-build` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/lock_api-068b14f36426fa59/build-script-build` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/num-traits-849f1b1319e719e7/build-script-build` Running `rustc --crate-name lock_api --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/lock_api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=69df18478d4222eb -C extra-filename=-69df18478d4222eb --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern scopeguard=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libscopeguard-99e16f0015bbece2.rmeta --cap-lints allow --cfg has_const_fn_trait_bound` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/pyo3-build-config-4fda26195bef83db/build-script-build` Running `rustc --crate-name pyo3_build_config --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pyo3-build-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="resolve-config"' -C metadata=9d12830cc4115b5e -C extra-filename=-9d12830cc4115b5e --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern once_cell=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libonce_cell-a7c0326ebff64e43.rmeta --cap-lints allow` Running `rustc --crate-name num_traits /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/num-traits/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=e25a65d2fb309d4c -C extra-filename=-e25a65d2fb309d4c --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid` Running `rustc --crate-name quote --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=6a558208a892dcc1 -C extra-filename=-6a558208a892dcc1 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rmeta --cap-lints allow` Running `rustc --crate-name syn --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=4af09802523fe233 -C extra-filename=-4af09802523fe233 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rmeta --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rmeta --extern unicode_ident=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libunicode_ident-aa0825e2f54c8bb5.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` Running `rustc --crate-name proc_macro_error_attr --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro-error-attr/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e41d296f040e36a3 -C extra-filename=-e41d296f040e36a3 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rlib --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rlib --extern proc_macro --cap-lints allow` Running `rustc --crate-name parking_lot_core --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/parking_lot_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=0d94fade979e73e4 -C extra-filename=-0d94fade979e73e4 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern cfg_if=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libcfg_if-85ed7a0e6bbdf6a2.rmeta --extern instant=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libinstant-4e98cb059b60feca.rmeta --extern libc=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/liblibc-ed919008dd861cc1.rmeta --extern smallvec=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libsmallvec-93bcf592628bec8d.rmeta --cap-lints allow` Compiling paste-impl v0.1.18 Running `rustc --crate-name paste_impl --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/paste-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=577f5a89b026fbbd -C extra-filename=-577f5a89b026fbbd --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro_hack=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro_hack-ff495cff7463ed69.so --extern proc_macro --cap-lints allow` Compiling pyo3 v0.15.2 Running `rustc --crate-name build_script_build --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pyo3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=9cb94ba4c4741b96 -C extra-filename=-9cb94ba4c4741b96 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/pyo3-9cb94ba4c4741b96 -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern pyo3_build_config=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libpyo3_build_config-9d12830cc4115b5e.rlib --cap-lints allow` Compiling parking_lot v0.11.2 Running `rustc --crate-name parking_lot --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/parking_lot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' -C metadata=6f83534dc84c9b11 -C extra-filename=-6f83534dc84c9b11 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern instant=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libinstant-4e98cb059b60feca.rmeta --extern lock_api=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/liblock_api-69df18478d4222eb.rmeta --extern parking_lot_core=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libparking_lot_core-0d94fade979e73e4.rmeta --cap-lints allow` Running `/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/build/pyo3-9cb94ba4c4741b96/build-script-build` Compiling paste v0.1.18 Running `rustc --crate-name paste --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/paste/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=72e8c21bf46018a4 -C extra-filename=-72e8c21bf46018a4 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern paste_impl=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libpaste_impl-577f5a89b026fbbd.so --extern proc_macro_hack=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro_hack-ff495cff7463ed69.so --cap-lints allow` Running `rustc --crate-name num_integer /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/num-integer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=2f31e651d3d09321 -C extra-filename=-2f31e651d3d09321 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern num_traits=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libnum_traits-e25a65d2fb309d4c.rmeta --cap-lints allow --cfg has_i128` Compiling chrono v0.4.22 Running `rustc --crate-name chrono --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/chrono/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=45a6a04da2c376b2 -C extra-filename=-45a6a04da2c376b2 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern iana_time_zone=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libiana_time_zone-1611cd6d75cd1c1d.rmeta --extern num_integer=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libnum_integer-2f31e651d3d09321.rmeta --extern num_traits=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libnum_traits-e25a65d2fb309d4c.rmeta --cap-lints allow` Compiling pyo3-macros-backend v0.15.2 Running `rustc --crate-name proc_macro_error --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/proc-macro-error/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4bab23041e652031 -C extra-filename=-4bab23041e652031 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro_error_attr=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro_error_attr-e41d296f040e36a3.so --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rmeta --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rmeta --extern syn=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libsyn-4af09802523fe233.rmeta --cap-lints allow --cfg use_fallback` Running `rustc --crate-name pyo3_macros_backend --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pyo3-macros-backend/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=f1068a675a20d8fc -C extra-filename=-f1068a675a20d8fc --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rmeta --extern pyo3_build_config=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libpyo3_build_config-9d12830cc4115b5e.rmeta --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rmeta --extern syn=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libsyn-4af09802523fe233.rmeta --cap-lints allow` Compiling indoc-impl v0.3.6 Compiling ouroboros_macro v0.15.4 Compiling asn1_derive v0.12.2 Running `rustc --crate-name indoc_impl --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/indoc-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e5cf06e4c635759d -C extra-filename=-e5cf06e4c635759d --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro_hack=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro_hack-ff495cff7463ed69.so --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rlib --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rlib --extern syn=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libsyn-4af09802523fe233.rlib --extern unindent=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libunindent-817a268e96137ee1.rlib --extern proc_macro --cap-lints allow` Running `rustc --crate-name ouroboros_macro --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/ouroboros_macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="std"' -C metadata=c44f31fe551da24b -C extra-filename=-c44f31fe551da24b --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern inflector=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libinflector-452bc9732cf74cbb.rlib --extern proc_macro_error=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro_error-4bab23041e652031.rlib --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rlib --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rlib --extern syn=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libsyn-4af09802523fe233.rlib --extern proc_macro --cap-lints allow` Running `rustc --crate-name asn1_derive --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/asn1_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=6539da210827dc77 -C extra-filename=-6539da210827dc77 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern proc_macro2=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro2-4f3134a5b49d90db.rlib --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rlib --extern syn=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libsyn-4af09802523fe233.rlib --extern proc_macro --cap-lints allow` Compiling indoc v0.3.6 Running `rustc --crate-name indoc --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/indoc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on -C metadata=5f6836d1fc9bebe5 -C extra-filename=-5f6836d1fc9bebe5 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern indoc_impl=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libindoc_impl-e5cf06e4c635759d.so --extern proc_macro_hack=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libproc_macro_hack-ff495cff7463ed69.so --cap-lints allow` Compiling asn1 v0.12.2 Running `rustc --crate-name asn1 --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/asn1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="asn1_derive"' --cfg 'feature="derive"' -C metadata=d551d25098e078a6 -C extra-filename=-d551d25098e078a6 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern asn1_derive=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libasn1_derive-6539da210827dc77.so --extern chrono=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libchrono-45a6a04da2c376b2.rmeta --cap-lints allow` Compiling pyo3-macros v0.15.2 Running `rustc --crate-name pyo3_macros --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pyo3-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=b9fc62f438e7edd5 -C extra-filename=-b9fc62f438e7edd5 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern pyo3_macros_backend=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libpyo3_macros_backend-f1068a675a20d8fc.rlib --extern quote=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libquote-6a558208a892dcc1.rlib --extern syn=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libsyn-4af09802523fe233.rlib --extern proc_macro --cap-lints allow` Compiling ouroboros v0.15.4 Running `rustc --crate-name ouroboros --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/ouroboros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=36df63754531d97d -C extra-filename=-36df63754531d97d --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern aliasable=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libaliasable-4d842578ea3e2f16.rmeta --extern ouroboros_macro=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libouroboros_macro-c44f31fe551da24b.so --cap-lints allow` Running `rustc --crate-name pyo3 --edition=2018 /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/VENDOR/pyo3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="abi3"' --cfg 'feature="abi3-py310"' --cfg 'feature="abi3-py36"' --cfg 'feature="abi3-py37"' --cfg 'feature="abi3-py38"' --cfg 'feature="abi3-py39"' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="paste"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' -C metadata=d50e2f60862a5269 -C extra-filename=-d50e2f60862a5269 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern cfg_if=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libcfg_if-85ed7a0e6bbdf6a2.rmeta --extern indoc=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libindoc-5f6836d1fc9bebe5.rmeta --extern libc=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/liblibc-ed919008dd861cc1.rmeta --extern parking_lot=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libparking_lot-6f83534dc84c9b11.rmeta --extern paste=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libpaste-72e8c21bf46018a4.rmeta --extern pyo3_macros=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps/libpyo3_macros-b9fc62f438e7edd5.so --extern unindent=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libunindent-e8bc95861e977378.rmeta --cap-lints allow --cfg Py_3_6 --cfg Py_LIMITED_API --cfg 'py_sys_config="WITH_THREAD"' --cfg track_caller --cfg min_const_generics --cfg addr_of` Compiling cryptography-rust v0.1.0 (/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust) Running `rustc --crate-name cryptography_rust --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C lto=thin --crate-type cdylib -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="extension-module"' -C metadata=3a98df7183d1b060 --out-dir /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C linker=s390x-buildroot-linux-gnu-gcc -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps -L dependency=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/release/deps --extern asn1=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libasn1-d551d25098e078a6.rlib --extern chrono=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libchrono-45a6a04da2c376b2.rlib --extern once_cell=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libonce_cell-5ef19cfb71989dcd.rlib --extern ouroboros=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libouroboros-36df63754531d97d.rlib --extern pem=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libpem-51048af75d3472e7.rlib --extern pyo3=/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/deps/libpyo3-d50e2f60862a5269.rlib` Finished release [optimized] target(s) in 36.40s Copying rust artifact from /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/libcryptography_rust.so to build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust.abi3.so building 'cryptography.hazmat.bindings._openssl' extension creating build/temp.linux-s390x-3.11/build creating build/temp.linux-s390x-3.11/build/temp.linux-s390x-3.11 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c -o build/temp.linux-s390x-3.11/build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.o -Wconversion -Wno-error=sign-conversion build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function 'Cryptography_pem_password_cb': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:2408:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 2408 | memcpy(buf, st->password, st->length); | ~~^~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_ASN1_STRING_data': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:7957:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 7957 | return ASN1_STRING_data(x0); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_ASN1_STRING_data': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:7980:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 7980 | { result = ASN1_STRING_data(x0); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_DTLSv1_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:13805:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] 13805 | return DTLSv1_client_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1907:1: note: declared here 1907 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_DTLSv1_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:13816:3: warning: 'DTLSv1_client_method' is deprecated [-Wdeprecated-declarations] 13816 | { result = DTLSv1_client_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1907:1: note: declared here 1907 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_DTLSv1_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:13922:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] 13922 | return DTLSv1_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1905:1: note: declared here 1905 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_DTLSv1_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:13933:3: warning: 'DTLSv1_method' is deprecated [-Wdeprecated-declarations] 13933 | { result = DTLSv1_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1905:1: note: declared here 1905 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_DTLSv1_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:13948:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] 13948 | return DTLSv1_server_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1906:1: note: declared here 1906 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_DTLSv1_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:13959:3: warning: 'DTLSv1_server_method' is deprecated [-Wdeprecated-declarations] 13959 | { result = DTLSv1_server_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1906:1: note: declared here 1906 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_OPENSSL_config': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:22647:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] 22647 | OPENSSL_config(x0); | ^~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_OPENSSL_config': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:22668:3: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] 22668 | { OPENSSL_config(x0); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_add_extra_chain_cert': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27034:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 27034 | return SSL_CTX_add_extra_chain_cert(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_add_extra_chain_cert': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27072:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 27072 | { result = SSL_CTX_add_extra_chain_cert(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_clear_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27213:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 27213 | return SSL_CTX_clear_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27213:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_clear_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27246:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 27246 | { result = SSL_CTX_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27246:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_get_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27621:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 27621 | return SSL_CTX_get_mode(x0); | ^~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_get_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27644:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 27644 | { result = SSL_CTX_get_mode(x0); } | ^~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_get_session_cache_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27735:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 27735 | return SSL_CTX_get_session_cache_mode(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_get_session_cache_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:27758:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 27758 | { result = SSL_CTX_get_session_cache_mode(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_set_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29452:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 29452 | return SSL_CTX_set_mode(x0, x1); | ^~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29452:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_set_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29485:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 29485 | { result = SSL_CTX_set_mode(x0, x1); } | ^~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29485:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] In file included from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:829: build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_set_session_cache_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29826:45: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 29826 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29826:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 29826 | return SSL_CTX_set_session_cache_mode(x0, x1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:829: build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_set_session_cache_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29859:49: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 29859 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:29859:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 29859 | { result = SSL_CTX_set_session_cache_mode(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_dh': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:30232:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 30232 | return SSL_CTX_set_tmp_dh(x0, x1); | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_dh': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:30270:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 30270 | { result = SSL_CTX_set_tmp_dh(x0, x1); } | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_CTX_set_tmp_ecdh': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:30285:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 30285 | return SSL_CTX_set_tmp_ecdh(x0, x1); | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_CTX_set_tmp_ecdh': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:30323:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 30323 | { result = SSL_CTX_set_tmp_ecdh(x0, x1); } | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_SESSION_get_ticket_lifetime_hint': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:30952:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 30952 | return SSL_SESSION_get_ticket_lifetime_hint(x0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_SESSION_get_ticket_lifetime_hint': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:30975:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 30975 | { result = SSL_SESSION_get_ticket_lifetime_hint(x0); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_clear_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:31323:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 31323 | return SSL_clear_mode(x0, x1); | ^~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:31323:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_clear_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:31356:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 31356 | { result = SSL_clear_mode(x0, x1); } | ^~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:31356:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_get_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:32228:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 32228 | return SSL_get_mode(x0); | ^~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_get_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:32251:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 32251 | { result = SSL_get_mode(x0); } | ^~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_SSL_set_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:33918:10: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 33918 | return SSL_set_mode(x0, x1); | ^~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:33918:10: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_SSL_set_mode': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:33951:14: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 33951 | { result = SSL_set_mode(x0, x1); } | ^~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:33951:14: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_1_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35261:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] 35261 | return TLSv1_1_client_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_1_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35272:3: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] 35272 | { result = TLSv1_1_client_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_1_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35287:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 35287 | return TLSv1_1_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1893:1: note: declared here 1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_1_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35298:3: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 35298 | { result = TLSv1_1_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1893:1: note: declared here 1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_1_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35313:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] 35313 | return TLSv1_1_server_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_1_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35324:3: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] 35324 | { result = TLSv1_1_server_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_2_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35339:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] 35339 | return TLSv1_2_client_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1901:1: note: declared here 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_2_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35350:3: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] 35350 | { result = TLSv1_2_client_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1901:1: note: declared here 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_2_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35365:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 35365 | return TLSv1_2_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1899:1: note: declared here 1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_2_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35376:3: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 35376 | { result = TLSv1_2_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1899:1: note: declared here 1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_2_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35391:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] 35391 | return TLSv1_2_server_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1900:1: note: declared here 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_2_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35402:3: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] 35402 | { result = TLSv1_2_server_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1900:1: note: declared here 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35417:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] 35417 | return TLSv1_client_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_client_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35428:3: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] 35428 | { result = TLSv1_client_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35443:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 35443 | return TLSv1_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1887:1: note: declared here 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35454:3: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 35454 | { result = TLSv1_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1887:1: note: declared here 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_d_TLSv1_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35469:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] 35469 | return TLSv1_server_method(); | ^~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: In function '_cffi_f_TLSv1_server_method': build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:35480:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] 35480 | { result = TLSv1_server_method(); } | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:595: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c: At top level: build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:791:13: warning: 'ERR_load_Cryptography_OSRandom_strings' declared 'static' but never defined [-Wunused-function] 791 | static void ERR_load_Cryptography_OSRandom_strings(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c:792:13: warning: 'ERR_Cryptography_OSRandom_error' declared 'static' but never defined [-Wunused-function] 792 | static void ERR_Cryptography_OSRandom_error(int function, int reason, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.o -L. -lssl -lcrypto -lpthread -o build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_openssl.abi3.so >>> python-cryptography 38.0.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib CARGO_HOME=/home/buildroot/autobuild/instance-3/dl/br-cargo-home __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" CARGO_UNSTABLE_TARGET_APPLIES_TO_HOST="true" CARGO_TARGET_APPLIES_TO_HOST="false" CARGO_BUILD_TARGET="s390x-unknown-linux-gnu" CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-buildroot-linux-gnu-gcc PYO3_CROSS_LIB_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11" /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/cryptography.egg-info/PKG-INFO writing dependency_links to src/cryptography.egg-info/dependency_links.txt writing requirements to src/cryptography.egg-info/requires.txt writing top-level names to src/cryptography.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'vectors' warning: no previously-included files matching '*' found under directory 'vectors' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'mypy.ini' warning: no previously-included files matching '*' found under directory '.circleci' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' adding license file 'LICENSE.PSF' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'cryptography.hazmat.bindings._rust' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'cryptography.hazmat.bindings._rust' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'cryptography.hazmat.bindings._rust' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'cryptography.hazmat.bindings._rust' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running build_ext generating cffi module 'build/temp.linux-s390x-3.11/cryptography.hazmat.bindings._openssl.c' already up-to-date running build_rust cargo rustc --lib --message-format=json-render-diagnostics --manifest-path src/rust/Cargo.toml --target s390x-unknown-linux-gnu --release -v --features pyo3/abi3-py36 pyo3/extension-module -- --crate-type cdylib Fresh unicode-ident v1.0.3 Fresh proc-macro2 v1.0.43 Fresh autocfg v1.1.0 Fresh quote v1.0.21 Fresh syn v1.0.99 Fresh version_check v0.9.4 Fresh pyo3-build-config v0.15.2 Fresh proc-macro-hack v0.5.19 Fresh cfg-if v1.0.0 Fresh instant v0.1.12 Fresh proc-macro-error-attr v1.0.4 Fresh num-traits v0.2.15 Fresh libc v0.2.132 Fresh scopeguard v1.1.0 Fresh smallvec v1.9.0 Fresh parking_lot_core v0.8.5 Fresh lock_api v0.4.8 Fresh indoc-impl v0.3.6 Fresh num-integer v0.1.45 Fresh proc-macro-error v1.0.4 Fresh paste-impl v0.1.18 Fresh pyo3-macros-backend v0.15.2 Fresh iana-time-zone v0.1.47 Fresh Inflector v0.11.4 Fresh asn1_derive v0.12.2 Fresh unindent v0.1.10 Fresh aliasable v0.1.3 Fresh base64 v0.13.0 Fresh once_cell v1.14.0 Fresh chrono v0.4.22 Fresh indoc v0.3.6 Fresh ouroboros_macro v0.15.4 Fresh pyo3-macros v0.15.2 Fresh parking_lot v0.11.2 Fresh paste v0.1.18 Fresh pem v1.1.0 Fresh pyo3 v0.15.2 Fresh ouroboros v0.15.4 Fresh asn1 v0.12.2 Fresh cryptography-rust v0.1.0 (/home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust) Finished release [optimized] target(s) in 0.08s Copying rust artifact from /home/buildroot/autobuild/instance-3/output-1/build/python-cryptography-38.0.3/src/rust/target/s390x-unknown-linux-gnu/release/libcryptography_rust.so to build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust.abi3.so running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/certificate_transparency.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/ocsp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/name.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/general_name.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/oid.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/x509/extensions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/x509 copying build/lib.linux-s390x-3.11/cryptography/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography copying build/lib.linux-s390x-3.11/cryptography/fernet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography copying build/lib.linux-s390x-3.11/cryptography/__about__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography copying build/lib.linux-s390x-3.11/cryptography/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography copying build/lib.linux-s390x-3.11/cryptography/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust/asn1.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust/x509.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust/ocsp.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_rust.abi3.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_openssl.abi3.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/_openssl.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl/binding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/bindings/openssl/_conditional.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/_oid.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat copying build/lib.linux-s390x-3.11/cryptography/hazmat/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/x509.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/dsa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/ec.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/hashes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/cmac.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/aead.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/backend.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/hmac.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/x448.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/dh.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/rsa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/ed448.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/decode_asn1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/x25519.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/poly1305.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/ciphers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-s390x-3.11/cryptography/hazmat/backends/openssl/ed25519.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization/pkcs7.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization/ssh.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization/pkcs12.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/serialization/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/hashes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/cmac.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/dsa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/ec.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/types.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/x448.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/dh.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/rsa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/ed448.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/x25519.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/padding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/asymmetric creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/hkdf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/x963kdf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/kbkdf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/concatkdf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/kdf/scrypt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/_asymmetric.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/hmac.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers/aead.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers/algorithms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/ciphers/modes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/_serialization.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/constant_time.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/poly1305.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/padding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/_cipheralgorithm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/keywrap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor/hotp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-s390x-3.11/cryptography/hazmat/primitives/twofactor/totp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-s390x-3.11/cryptography/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography running install_egg_info Copying src/cryptography.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/cryptography-38.0.3-py3.11.egg-info running install_scripts cssselect2-0.7.0.tar.gz: OK (md5: 594ebe75a12dfd6cc288858faeb77415) cssselect2-0.7.0.tar.gz: OK (sha256: 1ccd984dab89fc68955043aca4e1b03e0cf29cad9880f6e28e3ba7a74b14aa5a) >>> python-cssselect2 0.7.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-cssselect2/cssselect2-0.7.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-cssselect2-0.7.0 -xf - >>> python-cssselect2 0.7.0 Patching >>> python-cssselect2 0.7.0 Configuring >>> python-cssselect2 0.7.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-cssselect2-0.7.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built cssselect2-0.7.0-py3-none-any.whl >>> python-cssselect2 0.7.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-cssselect2-0.7.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) >>> python-dataproperty 0.55.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.DataProperty-0.55.0.tar.gz.I6sBhN/output' 'https://files.pythonhosted.org/packages/85/6e/627eba99858c486c5b82468e4aaf60808c2e35d1bb768ee5da712b6fe9be/DataProperty-0.55.0.tar.gz' --2022-11-17 03:35:52-- https://files.pythonhosted.org/packages/85/6e/627eba99858c486c5b82468e4aaf60808c2e35d1bb768ee5da712b6fe9be/DataProperty-0.55.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 34992 (34K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.DataProperty-0.55.0.tar.gz.I6sBhN/output' 0K .......... .......... .......... .... 100% 8.14M=0.004s 2022-11-17 03:35:52 (8.14 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.DataProperty-0.55.0.tar.gz.I6sBhN/output' saved [34992/34992] DataProperty-0.55.0.tar.gz: OK (md5: 8c8864a1dc456d25456b5c4de99a3fb6) DataProperty-0.55.0.tar.gz: OK (sha256: 73ccf10f8b123968210438a1a1aa859ea6d5a16b4e1f4d307da7a81b838e79fa) >>> python-dataproperty 0.55.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-dataproperty/DataProperty-0.55.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-dataproperty-0.55.0 -xf - >>> python-dataproperty 0.55.0 Patching >>> python-dataproperty 0.55.0 Configuring >>> python-dataproperty 0.55.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-dataproperty-0.55.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/dataproperty copying dataproperty/typing.py -> build/lib/dataproperty copying dataproperty/_converter.py -> build/lib/dataproperty copying dataproperty/_common.py -> build/lib/dataproperty copying dataproperty/_formatter.py -> build/lib/dataproperty copying dataproperty/__init__.py -> build/lib/dataproperty copying dataproperty/_preprocessor.py -> build/lib/dataproperty copying dataproperty/_dataproperty.py -> build/lib/dataproperty copying dataproperty/_line_break.py -> build/lib/dataproperty copying dataproperty/_base.py -> build/lib/dataproperty copying dataproperty/__version__.py -> build/lib/dataproperty copying dataproperty/_function.py -> build/lib/dataproperty copying dataproperty/_column.py -> build/lib/dataproperty copying dataproperty/_align.py -> build/lib/dataproperty copying dataproperty/_align_getter.py -> build/lib/dataproperty copying dataproperty/_container.py -> build/lib/dataproperty copying dataproperty/_interface.py -> build/lib/dataproperty copying dataproperty/_extractor.py -> build/lib/dataproperty creating build/lib/dataproperty/logger copying dataproperty/logger/_logger.py -> build/lib/dataproperty/logger copying dataproperty/logger/__init__.py -> build/lib/dataproperty/logger copying dataproperty/logger/_null_logger.py -> build/lib/dataproperty/logger running egg_info writing DataProperty.egg-info/PKG-INFO writing dependency_links to DataProperty.egg-info/dependency_links.txt writing requirements to DataProperty.egg-info/requires.txt writing top-level names to DataProperty.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'DataProperty.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'DataProperty.egg-info/SOURCES.txt' copying dataproperty/py.typed -> build/lib/dataproperty >>> python-dataproperty 0.55.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-dataproperty-0.55.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing DataProperty.egg-info/PKG-INFO writing dependency_links to DataProperty.egg-info/dependency_links.txt writing requirements to DataProperty.egg-info/requires.txt writing top-level names to DataProperty.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'DataProperty.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'DataProperty.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/typing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_converter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_formatter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_preprocessor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_dataproperty.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty/logger copying build/lib/dataproperty/logger/_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty/logger copying build/lib/dataproperty/logger/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty/logger copying build/lib/dataproperty/logger/_null_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty/logger copying build/lib/dataproperty/_line_break.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/__version__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_function.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_column.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_align.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_align_getter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_container.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_interface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty copying build/lib/dataproperty/_extractor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/dataproperty running install_egg_info Copying DataProperty.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/DataProperty-0.55.0-py3.11.egg-info running install_scripts Django-4.1.3.tar.gz: OK (md5: 60c54c37ecf9e5e635ee6bb07a13a9fa) Django-4.1.3.tar.gz: OK (sha256: 678bbfc8604eb246ed54e2063f0765f13b321a50526bdc8cb1f943eda7fa31f1) >>> python-django 4.1.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-django/Django-4.1.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3 -xf - >>> python-django 4.1.3 Patching >>> python-django 4.1.3 Configuring >>> python-django 4.1.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3/setup.py:4: 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.sysconfig import get_python_lib /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3/setup.py:4: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_python_lib running build running build_py creating build creating build/lib creating build/lib/django copying django/shortcuts.py -> build/lib/django copying django/__init__.py -> build/lib/django copying django/__main__.py -> build/lib/django creating build/lib/django/utils copying django/utils/deconstruct.py -> build/lib/django/utils copying django/utils/formats.py -> build/lib/django/utils copying django/utils/topological_sort.py -> build/lib/django/utils copying django/utils/asyncio.py -> build/lib/django/utils copying django/utils/dateparse.py -> build/lib/django/utils copying django/utils/cache.py -> build/lib/django/utils copying django/utils/timesince.py -> build/lib/django/utils copying django/utils/autoreload.py -> build/lib/django/utils copying django/utils/deprecation.py -> build/lib/django/utils copying django/utils/functional.py -> build/lib/django/utils copying django/utils/encoding.py -> build/lib/django/utils copying django/utils/datastructures.py -> build/lib/django/utils copying django/utils/crypto.py -> build/lib/django/utils copying django/utils/version.py -> build/lib/django/utils copying django/utils/dates.py -> build/lib/django/utils copying django/utils/jslex.py -> build/lib/django/utils copying django/utils/tree.py -> build/lib/django/utils copying django/utils/archive.py -> build/lib/django/utils copying django/utils/_os.py -> build/lib/django/utils copying django/utils/decorators.py -> build/lib/django/utils copying django/utils/duration.py -> build/lib/django/utils copying django/utils/html.py -> build/lib/django/utils copying django/utils/numberformat.py -> build/lib/django/utils copying django/utils/xmlutils.py -> build/lib/django/utils copying django/utils/regex_helper.py -> build/lib/django/utils copying django/utils/feedgenerator.py -> build/lib/django/utils copying django/utils/text.py -> build/lib/django/utils copying django/utils/ipv6.py -> build/lib/django/utils copying django/utils/__init__.py -> build/lib/django/utils copying django/utils/itercompat.py -> build/lib/django/utils copying django/utils/lorem_ipsum.py -> build/lib/django/utils copying django/utils/http.py -> build/lib/django/utils copying django/utils/hashable.py -> build/lib/django/utils copying django/utils/termcolors.py -> build/lib/django/utils copying django/utils/log.py -> build/lib/django/utils copying django/utils/safestring.py -> build/lib/django/utils copying django/utils/module_loading.py -> build/lib/django/utils copying django/utils/inspect.py -> build/lib/django/utils copying django/utils/connection.py -> build/lib/django/utils copying django/utils/timezone.py -> build/lib/django/utils copying django/utils/dateformat.py -> build/lib/django/utils copying django/utils/baseconv.py -> build/lib/django/utils copying django/utils/datetime_safe.py -> build/lib/django/utils creating build/lib/django/apps copying django/apps/registry.py -> build/lib/django/apps copying django/apps/config.py -> build/lib/django/apps copying django/apps/__init__.py -> build/lib/django/apps creating build/lib/django/dispatch copying django/dispatch/__init__.py -> build/lib/django/dispatch copying django/dispatch/dispatcher.py -> build/lib/django/dispatch creating build/lib/django/template copying django/template/library.py -> build/lib/django/template copying django/template/autoreload.py -> build/lib/django/template copying django/template/context_processors.py -> build/lib/django/template copying django/template/defaulttags.py -> build/lib/django/template copying django/template/context.py -> build/lib/django/template copying django/template/utils.py -> build/lib/django/template copying django/template/base.py -> build/lib/django/template copying django/template/response.py -> build/lib/django/template copying django/template/defaultfilters.py -> build/lib/django/template copying django/template/engine.py -> build/lib/django/template copying django/template/__init__.py -> build/lib/django/template copying django/template/loader_tags.py -> build/lib/django/template copying django/template/loader.py -> build/lib/django/template copying django/template/exceptions.py -> build/lib/django/template copying django/template/smartif.py -> build/lib/django/template creating build/lib/django/contrib copying django/contrib/__init__.py -> build/lib/django/contrib creating build/lib/django/urls copying django/urls/converters.py -> build/lib/django/urls copying django/urls/utils.py -> build/lib/django/urls copying django/urls/base.py -> build/lib/django/urls copying django/urls/__init__.py -> build/lib/django/urls copying django/urls/conf.py -> build/lib/django/urls copying django/urls/resolvers.py -> build/lib/django/urls copying django/urls/exceptions.py -> build/lib/django/urls creating build/lib/django/db copying django/db/utils.py -> build/lib/django/db copying django/db/transaction.py -> build/lib/django/db copying django/db/__init__.py -> build/lib/django/db creating build/lib/django/views copying django/views/i18n.py -> build/lib/django/views copying django/views/defaults.py -> build/lib/django/views copying django/views/csrf.py -> build/lib/django/views copying django/views/debug.py -> build/lib/django/views copying django/views/__init__.py -> build/lib/django/views copying django/views/static.py -> build/lib/django/views creating build/lib/django/conf copying django/conf/global_settings.py -> build/lib/django/conf copying django/conf/__init__.py -> build/lib/django/conf creating build/lib/django/http copying django/http/request.py -> build/lib/django/http copying django/http/response.py -> build/lib/django/http copying django/http/cookie.py -> build/lib/django/http copying django/http/multipartparser.py -> build/lib/django/http copying django/http/__init__.py -> build/lib/django/http creating build/lib/django/core copying django/core/wsgi.py -> build/lib/django/core copying django/core/asgi.py -> build/lib/django/core copying django/core/paginator.py -> build/lib/django/core copying django/core/signing.py -> build/lib/django/core copying django/core/__init__.py -> build/lib/django/core copying django/core/signals.py -> build/lib/django/core copying django/core/exceptions.py -> build/lib/django/core copying django/core/validators.py -> build/lib/django/core creating build/lib/django/templatetags copying django/templatetags/l10n.py -> build/lib/django/templatetags copying django/templatetags/cache.py -> build/lib/django/templatetags copying django/templatetags/i18n.py -> build/lib/django/templatetags copying django/templatetags/tz.py -> build/lib/django/templatetags copying django/templatetags/__init__.py -> build/lib/django/templatetags copying django/templatetags/static.py -> build/lib/django/templatetags creating build/lib/django/middleware copying django/middleware/cache.py -> build/lib/django/middleware copying django/middleware/locale.py -> build/lib/django/middleware copying django/middleware/csrf.py -> build/lib/django/middleware copying django/middleware/security.py -> build/lib/django/middleware copying django/middleware/common.py -> build/lib/django/middleware copying django/middleware/__init__.py -> build/lib/django/middleware copying django/middleware/http.py -> build/lib/django/middleware copying django/middleware/gzip.py -> build/lib/django/middleware copying django/middleware/clickjacking.py -> build/lib/django/middleware creating build/lib/django/test copying django/test/utils.py -> build/lib/django/test copying django/test/html.py -> build/lib/django/test copying django/test/runner.py -> build/lib/django/test copying django/test/client.py -> build/lib/django/test copying django/test/__init__.py -> build/lib/django/test copying django/test/signals.py -> build/lib/django/test copying django/test/selenium.py -> build/lib/django/test copying django/test/testcases.py -> build/lib/django/test creating build/lib/django/forms copying django/forms/forms.py -> build/lib/django/forms copying django/forms/widgets.py -> build/lib/django/forms copying django/forms/utils.py -> build/lib/django/forms copying django/forms/renderers.py -> build/lib/django/forms copying django/forms/formsets.py -> build/lib/django/forms copying django/forms/models.py -> build/lib/django/forms copying django/forms/__init__.py -> build/lib/django/forms copying django/forms/boundfield.py -> build/lib/django/forms copying django/forms/fields.py -> build/lib/django/forms creating build/lib/django/utils/translation copying django/utils/translation/reloader.py -> build/lib/django/utils/translation copying django/utils/translation/template.py -> build/lib/django/utils/translation copying django/utils/translation/trans_real.py -> build/lib/django/utils/translation copying django/utils/translation/__init__.py -> build/lib/django/utils/translation copying django/utils/translation/trans_null.py -> build/lib/django/utils/translation creating build/lib/django/template/loaders copying django/template/loaders/app_directories.py -> build/lib/django/template/loaders copying django/template/loaders/base.py -> build/lib/django/template/loaders copying django/template/loaders/cached.py -> build/lib/django/template/loaders copying django/template/loaders/locmem.py -> build/lib/django/template/loaders copying django/template/loaders/filesystem.py -> build/lib/django/template/loaders copying django/template/loaders/__init__.py -> build/lib/django/template/loaders creating build/lib/django/template/backends copying django/template/backends/django.py -> build/lib/django/template/backends copying django/template/backends/utils.py -> build/lib/django/template/backends copying django/template/backends/base.py -> build/lib/django/template/backends copying django/template/backends/dummy.py -> build/lib/django/template/backends copying django/template/backends/__init__.py -> build/lib/django/template/backends copying django/template/backends/jinja2.py -> build/lib/django/template/backends creating build/lib/django/contrib/humanize copying django/contrib/humanize/apps.py -> build/lib/django/contrib/humanize copying django/contrib/humanize/__init__.py -> build/lib/django/contrib/humanize creating build/lib/django/contrib/syndication copying django/contrib/syndication/apps.py -> build/lib/django/contrib/syndication copying django/contrib/syndication/__init__.py -> build/lib/django/contrib/syndication copying django/contrib/syndication/views.py -> build/lib/django/contrib/syndication creating build/lib/django/contrib/redirects copying django/contrib/redirects/apps.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/models.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/__init__.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/admin.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/middleware.py -> build/lib/django/contrib/redirects creating build/lib/django/contrib/sitemaps copying django/contrib/sitemaps/apps.py -> build/lib/django/contrib/sitemaps copying django/contrib/sitemaps/__init__.py -> build/lib/django/contrib/sitemaps copying django/contrib/sitemaps/views.py -> build/lib/django/contrib/sitemaps creating build/lib/django/contrib/auth copying django/contrib/auth/forms.py -> build/lib/django/contrib/auth copying django/contrib/auth/context_processors.py -> build/lib/django/contrib/auth copying django/contrib/auth/urls.py -> build/lib/django/contrib/auth copying django/contrib/auth/apps.py -> build/lib/django/contrib/auth copying django/contrib/auth/decorators.py -> build/lib/django/contrib/auth copying django/contrib/auth/backends.py -> build/lib/django/contrib/auth copying django/contrib/auth/tokens.py -> build/lib/django/contrib/auth copying django/contrib/auth/models.py -> build/lib/django/contrib/auth copying django/contrib/auth/password_validation.py -> build/lib/django/contrib/auth copying django/contrib/auth/base_user.py -> build/lib/django/contrib/auth copying django/contrib/auth/__init__.py -> build/lib/django/contrib/auth copying django/contrib/auth/signals.py -> build/lib/django/contrib/auth copying django/contrib/auth/views.py -> build/lib/django/contrib/auth copying django/contrib/auth/hashers.py -> build/lib/django/contrib/auth copying django/contrib/auth/checks.py -> build/lib/django/contrib/auth copying django/contrib/auth/mixins.py -> build/lib/django/contrib/auth copying django/contrib/auth/admin.py -> build/lib/django/contrib/auth copying django/contrib/auth/middleware.py -> build/lib/django/contrib/auth copying django/contrib/auth/validators.py -> build/lib/django/contrib/auth creating build/lib/django/contrib/admindocs copying django/contrib/admindocs/urls.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/apps.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/utils.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/__init__.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/views.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/middleware.py -> build/lib/django/contrib/admindocs creating build/lib/django/contrib/flatpages copying django/contrib/flatpages/forms.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/urls.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/apps.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/models.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/__init__.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/sitemaps.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/views.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/admin.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/middleware.py -> build/lib/django/contrib/flatpages creating build/lib/django/contrib/postgres copying django/contrib/postgres/serializers.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/indexes.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/apps.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/utils.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/functions.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/operations.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/constraints.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/__init__.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/expressions.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/signals.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/lookups.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/search.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/validators.py -> build/lib/django/contrib/postgres creating build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/urls.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/apps.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/utils.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/__init__.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/storage.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/views.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/testing.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/checks.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/handlers.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/finders.py -> build/lib/django/contrib/staticfiles creating build/lib/django/contrib/gis copying django/contrib/gis/measure.py -> build/lib/django/contrib/gis copying django/contrib/gis/shortcuts.py -> build/lib/django/contrib/gis copying django/contrib/gis/apps.py -> build/lib/django/contrib/gis copying django/contrib/gis/ptr.py -> build/lib/django/contrib/gis copying django/contrib/gis/__init__.py -> build/lib/django/contrib/gis copying django/contrib/gis/geometry.py -> build/lib/django/contrib/gis copying django/contrib/gis/views.py -> build/lib/django/contrib/gis copying django/contrib/gis/feeds.py -> build/lib/django/contrib/gis creating build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/forms.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/apps.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/models.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/__init__.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/views.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/checks.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/fields.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/admin.py -> build/lib/django/contrib/contenttypes creating build/lib/django/contrib/sessions copying django/contrib/sessions/serializers.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/base_session.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/apps.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/models.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/__init__.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/exceptions.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/middleware.py -> build/lib/django/contrib/sessions creating build/lib/django/contrib/messages copying django/contrib/messages/context_processors.py -> build/lib/django/contrib/messages copying django/contrib/messages/apps.py -> build/lib/django/contrib/messages copying django/contrib/messages/utils.py -> build/lib/django/contrib/messages copying django/contrib/messages/constants.py -> build/lib/django/contrib/messages copying django/contrib/messages/api.py -> build/lib/django/contrib/messages copying django/contrib/messages/__init__.py -> build/lib/django/contrib/messages copying django/contrib/messages/views.py -> build/lib/django/contrib/messages copying django/contrib/messages/middleware.py -> build/lib/django/contrib/messages creating build/lib/django/contrib/sites copying django/contrib/sites/managers.py -> build/lib/django/contrib/sites copying django/contrib/sites/shortcuts.py -> build/lib/django/contrib/sites copying django/contrib/sites/management.py -> build/lib/django/contrib/sites copying django/contrib/sites/apps.py -> build/lib/django/contrib/sites copying django/contrib/sites/models.py -> build/lib/django/contrib/sites copying django/contrib/sites/__init__.py -> build/lib/django/contrib/sites copying django/contrib/sites/requests.py -> build/lib/django/contrib/sites copying django/contrib/sites/checks.py -> build/lib/django/contrib/sites copying django/contrib/sites/admin.py -> build/lib/django/contrib/sites copying django/contrib/sites/middleware.py -> build/lib/django/contrib/sites creating build/lib/django/contrib/admin copying django/contrib/admin/forms.py -> build/lib/django/contrib/admin copying django/contrib/admin/widgets.py -> build/lib/django/contrib/admin copying django/contrib/admin/apps.py -> build/lib/django/contrib/admin copying django/contrib/admin/utils.py -> build/lib/django/contrib/admin copying django/contrib/admin/decorators.py -> build/lib/django/contrib/admin copying django/contrib/admin/models.py -> build/lib/django/contrib/admin copying django/contrib/admin/__init__.py -> build/lib/django/contrib/admin copying django/contrib/admin/tests.py -> build/lib/django/contrib/admin copying django/contrib/admin/filters.py -> build/lib/django/contrib/admin copying django/contrib/admin/checks.py -> build/lib/django/contrib/admin copying django/contrib/admin/helpers.py -> build/lib/django/contrib/admin copying django/contrib/admin/exceptions.py -> build/lib/django/contrib/admin copying django/contrib/admin/options.py -> build/lib/django/contrib/admin copying django/contrib/admin/actions.py -> build/lib/django/contrib/admin copying django/contrib/admin/sites.py -> build/lib/django/contrib/admin creating build/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/humanize.py -> build/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/__init__.py -> build/lib/django/contrib/humanize/templatetags creating build/lib/django/contrib/redirects/migrations copying django/contrib/redirects/migrations/0001_initial.py -> build/lib/django/contrib/redirects/migrations copying django/contrib/redirects/migrations/__init__.py -> build/lib/django/contrib/redirects/migrations copying django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py -> build/lib/django/contrib/redirects/migrations creating build/lib/django/contrib/sitemaps/management copying django/contrib/sitemaps/management/__init__.py -> build/lib/django/contrib/sitemaps/management creating build/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/ping_google.py -> build/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/__init__.py -> build/lib/django/contrib/sitemaps/management/commands creating build/lib/django/contrib/auth/management copying django/contrib/auth/management/__init__.py -> build/lib/django/contrib/auth/management creating build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0011_update_proxy_permissions.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0006_require_contenttypes_0002.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0001_initial.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0008_alter_user_username_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0005_alter_user_last_login_null.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0003_alter_user_email_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/__init__.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0004_alter_user_username_opts.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0010_alter_group_name_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0002_alter_permission_name_max_length.py -> build/lib/django/contrib/auth/migrations creating build/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/modwsgi.py -> build/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/__init__.py -> build/lib/django/contrib/auth/handlers creating build/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/changepassword.py -> build/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/createsuperuser.py -> build/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/__init__.py -> build/lib/django/contrib/auth/management/commands creating build/lib/django/contrib/flatpages/migrations copying django/contrib/flatpages/migrations/0001_initial.py -> build/lib/django/contrib/flatpages/migrations copying django/contrib/flatpages/migrations/__init__.py -> build/lib/django/contrib/flatpages/migrations creating build/lib/django/contrib/flatpages/templatetags copying django/contrib/flatpages/templatetags/flatpages.py -> build/lib/django/contrib/flatpages/templatetags copying django/contrib/flatpages/templatetags/__init__.py -> build/lib/django/contrib/flatpages/templatetags creating build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/__init__.py -> build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/statistics.py -> build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/general.py -> build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/mixins.py -> build/lib/django/contrib/postgres/aggregates creating build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/utils.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/citext.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/__init__.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/jsonb.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/ranges.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/array.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/hstore.py -> build/lib/django/contrib/postgres/fields creating build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/__init__.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/ranges.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/array.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/hstore.py -> build/lib/django/contrib/postgres/forms creating build/lib/django/contrib/staticfiles/management copying django/contrib/staticfiles/management/__init__.py -> build/lib/django/contrib/staticfiles/management creating build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/findstatic.py -> build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/__init__.py -> build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/runserver.py -> build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/collectstatic.py -> build/lib/django/contrib/staticfiles/management/commands creating build/lib/django/contrib/gis/management copying django/contrib/gis/management/__init__.py -> build/lib/django/contrib/gis/management creating build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/srs.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinfo.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/__init__.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/layermapping.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinspect.py -> build/lib/django/contrib/gis/utils creating build/lib/django/contrib/gis/geoip2 copying django/contrib/gis/geoip2/base.py -> build/lib/django/contrib/gis/geoip2 copying django/contrib/gis/geoip2/resources.py -> build/lib/django/contrib/gis/geoip2 copying django/contrib/gis/geoip2/__init__.py -> build/lib/django/contrib/gis/geoip2 creating build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/prepared.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/error.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/mutable_list.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/libgeos.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/base.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/linestring.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/__init__.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/geometry.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/coordseq.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/polygon.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/point.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/collections.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/factory.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/io.py -> build/lib/django/contrib/gis/geos creating build/lib/django/contrib/gis/serializers copying django/contrib/gis/serializers/__init__.py -> build/lib/django/contrib/gis/serializers copying django/contrib/gis/serializers/geojson.py -> build/lib/django/contrib/gis/serializers creating build/lib/django/contrib/gis/db copying django/contrib/gis/db/__init__.py -> build/lib/django/contrib/gis/db creating build/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/__init__.py -> build/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/views.py -> build/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/kml.py -> build/lib/django/contrib/gis/sitemaps creating build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/srs.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geometries.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/error.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/base.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/envelope.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/field.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/feature.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/datasource.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/layer.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/__init__.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geomtype.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/libgdal.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/driver.py -> build/lib/django/contrib/gis/gdal creating build/lib/django/contrib/gis/admin copying django/contrib/gis/admin/widgets.py -> build/lib/django/contrib/gis/admin copying django/contrib/gis/admin/__init__.py -> build/lib/django/contrib/gis/admin copying django/contrib/gis/admin/options.py -> build/lib/django/contrib/gis/admin creating build/lib/django/contrib/gis/forms copying django/contrib/gis/forms/widgets.py -> build/lib/django/contrib/gis/forms copying django/contrib/gis/forms/__init__.py -> build/lib/django/contrib/gis/forms copying django/contrib/gis/forms/fields.py -> build/lib/django/contrib/gis/forms creating build/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/inspectdb.py -> build/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/__init__.py -> build/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/ogrinspect.py -> build/lib/django/contrib/gis/management/commands creating build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/prepared.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/topology.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/misc.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/threadsafe.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/errcheck.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/__init__.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/coordseq.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/predicates.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/geom.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/io.py -> build/lib/django/contrib/gis/geos/prototypes creating build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/aggregates.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/functions.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/__init__.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/lookups.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/proxy.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/fields.py -> build/lib/django/contrib/gis/db/models creating build/lib/django/contrib/gis/db/backends copying django/contrib/gis/db/backends/utils.py -> build/lib/django/contrib/gis/db/backends copying django/contrib/gis/db/backends/__init__.py -> build/lib/django/contrib/gis/db/backends creating build/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/conversion.py -> build/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/__init__.py -> build/lib/django/contrib/gis/db/models/sql creating build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/introspection.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/base.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/adapter.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/schema.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/operations.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/models.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/client.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/__init__.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/features.py -> build/lib/django/contrib/gis/db/backends/spatialite creating build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/introspection.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/base.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/adapter.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/schema.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/operations.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/models.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/__init__.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/features.py -> build/lib/django/contrib/gis/db/backends/oracle creating build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/introspection.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/base.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/adapter.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/schema.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/operations.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/models.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/__init__.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/features.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/const.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/pgraster.py -> build/lib/django/contrib/gis/db/backends/postgis creating build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/introspection.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/base.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/schema.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/operations.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/__init__.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/features.py -> build/lib/django/contrib/gis/db/backends/mysql creating build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/adapter.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/operations.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/models.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/__init__.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/features.py -> build/lib/django/contrib/gis/db/backends/base creating build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/source.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/base.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/__init__.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/const.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/band.py -> build/lib/django/contrib/gis/gdal/raster creating build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/srs.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/ds.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/errcheck.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/__init__.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/raster.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/generation.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/geom.py -> build/lib/django/contrib/gis/gdal/prototypes creating build/lib/django/contrib/contenttypes/management copying django/contrib/contenttypes/management/__init__.py -> build/lib/django/contrib/contenttypes/management creating build/lib/django/contrib/contenttypes/migrations copying django/contrib/contenttypes/migrations/0001_initial.py -> build/lib/django/contrib/contenttypes/migrations copying django/contrib/contenttypes/migrations/__init__.py -> build/lib/django/contrib/contenttypes/migrations copying django/contrib/contenttypes/migrations/0002_remove_content_type_name.py -> build/lib/django/contrib/contenttypes/migrations creating build/lib/django/contrib/contenttypes/management/commands copying django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py -> build/lib/django/contrib/contenttypes/management/commands copying django/contrib/contenttypes/management/commands/__init__.py -> build/lib/django/contrib/contenttypes/management/commands creating build/lib/django/contrib/sessions/management copying django/contrib/sessions/management/__init__.py -> build/lib/django/contrib/sessions/management creating build/lib/django/contrib/sessions/migrations copying django/contrib/sessions/migrations/0001_initial.py -> build/lib/django/contrib/sessions/migrations copying django/contrib/sessions/migrations/__init__.py -> build/lib/django/contrib/sessions/migrations creating build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cache.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/base.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cached_db.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/__init__.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/signed_cookies.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/file.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/db.py -> build/lib/django/contrib/sessions/backends creating build/lib/django/contrib/sessions/management/commands copying django/contrib/sessions/management/commands/clearsessions.py -> build/lib/django/contrib/sessions/management/commands copying django/contrib/sessions/management/commands/__init__.py -> build/lib/django/contrib/sessions/management/commands creating build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/base.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/cookie.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/__init__.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/fallback.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/session.py -> build/lib/django/contrib/messages/storage creating build/lib/django/contrib/sites/migrations copying django/contrib/sites/migrations/0001_initial.py -> build/lib/django/contrib/sites/migrations copying django/contrib/sites/migrations/__init__.py -> build/lib/django/contrib/sites/migrations copying django/contrib/sites/migrations/0002_alter_domain_unique.py -> build/lib/django/contrib/sites/migrations creating build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/0001_initial.py -> build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/__init__.py -> build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/0002_logentry_remove_auto_add.py -> build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py -> build/lib/django/contrib/admin/migrations creating build/lib/django/contrib/admin/views copying django/contrib/admin/views/decorators.py -> build/lib/django/contrib/admin/views copying django/contrib/admin/views/main.py -> build/lib/django/contrib/admin/views copying django/contrib/admin/views/__init__.py -> build/lib/django/contrib/admin/views copying django/contrib/admin/views/autocomplete.py -> build/lib/django/contrib/admin/views creating build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_list.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/base.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_urls.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_modify.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/__init__.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/log.py -> build/lib/django/contrib/admin/templatetags creating build/lib/django/db/models copying django/db/models/indexes.py -> build/lib/django/db/models copying django/db/models/aggregates.py -> build/lib/django/db/models copying django/db/models/enums.py -> build/lib/django/db/models copying django/db/models/utils.py -> build/lib/django/db/models copying django/db/models/base.py -> build/lib/django/db/models copying django/db/models/query.py -> build/lib/django/db/models copying django/db/models/constants.py -> build/lib/django/db/models copying django/db/models/constraints.py -> build/lib/django/db/models copying django/db/models/deletion.py -> build/lib/django/db/models copying django/db/models/__init__.py -> build/lib/django/db/models copying django/db/models/expressions.py -> build/lib/django/db/models copying django/db/models/signals.py -> build/lib/django/db/models copying django/db/models/lookups.py -> build/lib/django/db/models copying django/db/models/manager.py -> build/lib/django/db/models copying django/db/models/query_utils.py -> build/lib/django/db/models copying django/db/models/options.py -> build/lib/django/db/models creating build/lib/django/db/migrations copying django/db/migrations/recorder.py -> build/lib/django/db/migrations copying django/db/migrations/utils.py -> build/lib/django/db/migrations copying django/db/migrations/state.py -> build/lib/django/db/migrations copying django/db/migrations/serializer.py -> build/lib/django/db/migrations copying django/db/migrations/questioner.py -> build/lib/django/db/migrations copying django/db/migrations/optimizer.py -> build/lib/django/db/migrations copying django/db/migrations/writer.py -> build/lib/django/db/migrations copying django/db/migrations/__init__.py -> build/lib/django/db/migrations copying django/db/migrations/loader.py -> build/lib/django/db/migrations copying django/db/migrations/autodetector.py -> build/lib/django/db/migrations copying django/db/migrations/exceptions.py -> build/lib/django/db/migrations copying django/db/migrations/graph.py -> build/lib/django/db/migrations copying django/db/migrations/executor.py -> build/lib/django/db/migrations copying django/db/migrations/migration.py -> build/lib/django/db/migrations creating build/lib/django/db/backends copying django/db/backends/utils.py -> build/lib/django/db/backends copying django/db/backends/ddl_references.py -> build/lib/django/db/backends copying django/db/backends/__init__.py -> build/lib/django/db/backends copying django/db/backends/signals.py -> build/lib/django/db/backends creating build/lib/django/db/models/sql copying django/db/models/sql/compiler.py -> build/lib/django/db/models/sql copying django/db/models/sql/datastructures.py -> build/lib/django/db/models/sql copying django/db/models/sql/query.py -> build/lib/django/db/models/sql copying django/db/models/sql/constants.py -> build/lib/django/db/models/sql copying django/db/models/sql/subqueries.py -> build/lib/django/db/models/sql copying django/db/models/sql/__init__.py -> build/lib/django/db/models/sql copying django/db/models/sql/where.py -> build/lib/django/db/models/sql creating build/lib/django/db/models/fields copying django/db/models/fields/related.py -> build/lib/django/db/models/fields copying django/db/models/fields/related_lookups.py -> build/lib/django/db/models/fields copying django/db/models/fields/reverse_related.py -> build/lib/django/db/models/fields copying django/db/models/fields/__init__.py -> build/lib/django/db/models/fields copying django/db/models/fields/related_descriptors.py -> build/lib/django/db/models/fields copying django/db/models/fields/json.py -> build/lib/django/db/models/fields copying django/db/models/fields/proxy.py -> build/lib/django/db/models/fields copying django/db/models/fields/mixins.py -> build/lib/django/db/models/fields copying django/db/models/fields/files.py -> build/lib/django/db/models/fields creating build/lib/django/db/models/functions copying django/db/models/functions/math.py -> build/lib/django/db/models/functions copying django/db/models/functions/text.py -> build/lib/django/db/models/functions copying django/db/models/functions/__init__.py -> build/lib/django/db/models/functions copying django/db/models/functions/window.py -> build/lib/django/db/models/functions copying django/db/models/functions/datetime.py -> build/lib/django/db/models/functions copying django/db/models/functions/mixins.py -> build/lib/django/db/models/functions copying django/db/models/functions/comparison.py -> build/lib/django/db/models/functions creating build/lib/django/db/migrations/operations copying django/db/migrations/operations/base.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/special.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/models.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/__init__.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/fields.py -> build/lib/django/db/migrations/operations creating build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/creation.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/introspection.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/base.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/schema.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/operations.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/_functions.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/client.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/__init__.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/features.py -> build/lib/django/db/backends/sqlite3 creating build/lib/django/db/backends/oracle copying django/db/backends/oracle/creation.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/introspection.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/utils.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/base.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/functions.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/schema.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/operations.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/client.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/__init__.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/features.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/validation.py -> build/lib/django/db/backends/oracle creating build/lib/django/db/backends/mysql copying django/db/backends/mysql/compiler.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/creation.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/introspection.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/base.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/schema.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/operations.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/client.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/__init__.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/features.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/validation.py -> build/lib/django/db/backends/mysql creating build/lib/django/db/backends/dummy copying django/db/backends/dummy/base.py -> build/lib/django/db/backends/dummy copying django/db/backends/dummy/__init__.py -> build/lib/django/db/backends/dummy copying django/db/backends/dummy/features.py -> build/lib/django/db/backends/dummy creating build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/creation.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/introspection.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/base.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/schema.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/operations.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/client.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/__init__.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/features.py -> build/lib/django/db/backends/postgresql creating build/lib/django/db/backends/base copying django/db/backends/base/creation.py -> build/lib/django/db/backends/base copying django/db/backends/base/introspection.py -> build/lib/django/db/backends/base copying django/db/backends/base/base.py -> build/lib/django/db/backends/base copying django/db/backends/base/schema.py -> build/lib/django/db/backends/base copying django/db/backends/base/operations.py -> build/lib/django/db/backends/base copying django/db/backends/base/client.py -> build/lib/django/db/backends/base copying django/db/backends/base/__init__.py -> build/lib/django/db/backends/base copying django/db/backends/base/features.py -> build/lib/django/db/backends/base copying django/db/backends/base/validation.py -> build/lib/django/db/backends/base creating build/lib/django/views/generic copying django/views/generic/detail.py -> build/lib/django/views/generic copying django/views/generic/dates.py -> build/lib/django/views/generic copying django/views/generic/edit.py -> build/lib/django/views/generic copying django/views/generic/list.py -> build/lib/django/views/generic copying django/views/generic/base.py -> build/lib/django/views/generic copying django/views/generic/__init__.py -> build/lib/django/views/generic creating build/lib/django/views/decorators copying django/views/decorators/cache.py -> build/lib/django/views/decorators copying django/views/decorators/csrf.py -> build/lib/django/views/decorators copying django/views/decorators/common.py -> build/lib/django/views/decorators copying django/views/decorators/debug.py -> build/lib/django/views/decorators copying django/views/decorators/__init__.py -> build/lib/django/views/decorators copying django/views/decorators/http.py -> build/lib/django/views/decorators copying django/views/decorators/vary.py -> build/lib/django/views/decorators copying django/views/decorators/gzip.py -> build/lib/django/views/decorators copying django/views/decorators/clickjacking.py -> build/lib/django/views/decorators creating build/lib/django/conf/locale copying django/conf/locale/__init__.py -> build/lib/django/conf/locale creating build/lib/django/conf/urls copying django/conf/urls/i18n.py -> build/lib/django/conf/urls copying django/conf/urls/__init__.py -> build/lib/django/conf/urls copying django/conf/urls/static.py -> build/lib/django/conf/urls creating build/lib/django/conf/locale/ro copying django/conf/locale/ro/formats.py -> build/lib/django/conf/locale/ro copying django/conf/locale/ro/__init__.py -> build/lib/django/conf/locale/ro creating build/lib/django/conf/locale/eo copying django/conf/locale/eo/formats.py -> build/lib/django/conf/locale/eo copying django/conf/locale/eo/__init__.py -> build/lib/django/conf/locale/eo creating build/lib/django/conf/locale/pt_BR copying django/conf/locale/pt_BR/formats.py -> build/lib/django/conf/locale/pt_BR copying django/conf/locale/pt_BR/__init__.py -> build/lib/django/conf/locale/pt_BR creating build/lib/django/conf/locale/sq copying django/conf/locale/sq/formats.py -> build/lib/django/conf/locale/sq copying django/conf/locale/sq/__init__.py -> build/lib/django/conf/locale/sq creating build/lib/django/conf/locale/fy copying django/conf/locale/fy/formats.py -> build/lib/django/conf/locale/fy copying django/conf/locale/fy/__init__.py -> build/lib/django/conf/locale/fy creating build/lib/django/conf/locale/es_PR copying django/conf/locale/es_PR/formats.py -> build/lib/django/conf/locale/es_PR copying django/conf/locale/es_PR/__init__.py -> build/lib/django/conf/locale/es_PR creating build/lib/django/conf/locale/tk copying django/conf/locale/tk/formats.py -> build/lib/django/conf/locale/tk copying django/conf/locale/tk/__init__.py -> build/lib/django/conf/locale/tk creating build/lib/django/conf/locale/fi copying django/conf/locale/fi/formats.py -> build/lib/django/conf/locale/fi copying django/conf/locale/fi/__init__.py -> build/lib/django/conf/locale/fi creating build/lib/django/conf/locale/da copying django/conf/locale/da/formats.py -> build/lib/django/conf/locale/da copying django/conf/locale/da/__init__.py -> build/lib/django/conf/locale/da creating build/lib/django/conf/locale/gl copying django/conf/locale/gl/formats.py -> build/lib/django/conf/locale/gl copying django/conf/locale/gl/__init__.py -> build/lib/django/conf/locale/gl creating build/lib/django/conf/locale/sr copying django/conf/locale/sr/formats.py -> build/lib/django/conf/locale/sr copying django/conf/locale/sr/__init__.py -> build/lib/django/conf/locale/sr creating build/lib/django/conf/locale/ig copying django/conf/locale/ig/formats.py -> build/lib/django/conf/locale/ig copying django/conf/locale/ig/__init__.py -> build/lib/django/conf/locale/ig creating build/lib/django/conf/locale/ru copying django/conf/locale/ru/formats.py -> build/lib/django/conf/locale/ru copying django/conf/locale/ru/__init__.py -> build/lib/django/conf/locale/ru creating build/lib/django/conf/locale/tr copying django/conf/locale/tr/formats.py -> build/lib/django/conf/locale/tr copying django/conf/locale/tr/__init__.py -> build/lib/django/conf/locale/tr creating build/lib/django/conf/locale/id copying django/conf/locale/id/formats.py -> build/lib/django/conf/locale/id copying django/conf/locale/id/__init__.py -> build/lib/django/conf/locale/id creating build/lib/django/conf/locale/is copying django/conf/locale/is/formats.py -> build/lib/django/conf/locale/is copying django/conf/locale/is/__init__.py -> build/lib/django/conf/locale/is creating build/lib/django/conf/locale/hi copying django/conf/locale/hi/formats.py -> build/lib/django/conf/locale/hi copying django/conf/locale/hi/__init__.py -> build/lib/django/conf/locale/hi creating build/lib/django/conf/locale/en_GB copying django/conf/locale/en_GB/formats.py -> build/lib/django/conf/locale/en_GB copying django/conf/locale/en_GB/__init__.py -> build/lib/django/conf/locale/en_GB creating build/lib/django/conf/locale/fr copying django/conf/locale/fr/formats.py -> build/lib/django/conf/locale/fr copying django/conf/locale/fr/__init__.py -> build/lib/django/conf/locale/fr creating build/lib/django/conf/locale/uz copying django/conf/locale/uz/formats.py -> build/lib/django/conf/locale/uz copying django/conf/locale/uz/__init__.py -> build/lib/django/conf/locale/uz creating build/lib/django/conf/locale/th copying django/conf/locale/th/formats.py -> build/lib/django/conf/locale/th copying django/conf/locale/th/__init__.py -> build/lib/django/conf/locale/th creating build/lib/django/conf/locale/nl copying django/conf/locale/nl/formats.py -> build/lib/django/conf/locale/nl copying django/conf/locale/nl/__init__.py -> build/lib/django/conf/locale/nl creating build/lib/django/conf/locale/cs copying django/conf/locale/cs/formats.py -> build/lib/django/conf/locale/cs copying django/conf/locale/cs/__init__.py -> build/lib/django/conf/locale/cs creating build/lib/django/conf/locale/es_NI copying django/conf/locale/es_NI/formats.py -> build/lib/django/conf/locale/es_NI copying django/conf/locale/es_NI/__init__.py -> build/lib/django/conf/locale/es_NI creating build/lib/django/conf/locale/es_AR copying django/conf/locale/es_AR/formats.py -> build/lib/django/conf/locale/es_AR copying django/conf/locale/es_AR/__init__.py -> build/lib/django/conf/locale/es_AR creating build/lib/django/conf/locale/ko copying django/conf/locale/ko/formats.py -> build/lib/django/conf/locale/ko copying django/conf/locale/ko/__init__.py -> build/lib/django/conf/locale/ko creating build/lib/django/conf/locale/he copying django/conf/locale/he/formats.py -> build/lib/django/conf/locale/he copying django/conf/locale/he/__init__.py -> build/lib/django/conf/locale/he creating build/lib/django/conf/locale/ga copying django/conf/locale/ga/formats.py -> build/lib/django/conf/locale/ga copying django/conf/locale/ga/__init__.py -> build/lib/django/conf/locale/ga creating build/lib/django/conf/locale/cy copying django/conf/locale/cy/formats.py -> build/lib/django/conf/locale/cy copying django/conf/locale/cy/__init__.py -> build/lib/django/conf/locale/cy creating build/lib/django/conf/locale/bs copying django/conf/locale/bs/formats.py -> build/lib/django/conf/locale/bs copying django/conf/locale/bs/__init__.py -> build/lib/django/conf/locale/bs creating build/lib/django/conf/locale/zh_Hant copying django/conf/locale/zh_Hant/formats.py -> build/lib/django/conf/locale/zh_Hant copying django/conf/locale/zh_Hant/__init__.py -> build/lib/django/conf/locale/zh_Hant creating build/lib/django/conf/locale/et copying django/conf/locale/et/formats.py -> build/lib/django/conf/locale/et copying django/conf/locale/et/__init__.py -> build/lib/django/conf/locale/et creating build/lib/django/conf/locale/sv copying django/conf/locale/sv/formats.py -> build/lib/django/conf/locale/sv copying django/conf/locale/sv/__init__.py -> build/lib/django/conf/locale/sv creating build/lib/django/conf/locale/tg copying django/conf/locale/tg/formats.py -> build/lib/django/conf/locale/tg copying django/conf/locale/tg/__init__.py -> build/lib/django/conf/locale/tg creating build/lib/django/conf/locale/ml copying django/conf/locale/ml/formats.py -> build/lib/django/conf/locale/ml copying django/conf/locale/ml/__init__.py -> build/lib/django/conf/locale/ml creating build/lib/django/conf/locale/es copying django/conf/locale/es/formats.py -> build/lib/django/conf/locale/es copying django/conf/locale/es/__init__.py -> build/lib/django/conf/locale/es creating build/lib/django/conf/locale/en copying django/conf/locale/en/formats.py -> build/lib/django/conf/locale/en copying django/conf/locale/en/__init__.py -> build/lib/django/conf/locale/en creating build/lib/django/conf/locale/ta copying django/conf/locale/ta/formats.py -> build/lib/django/conf/locale/ta copying django/conf/locale/ta/__init__.py -> build/lib/django/conf/locale/ta creating build/lib/django/conf/locale/hu copying django/conf/locale/hu/formats.py -> build/lib/django/conf/locale/hu copying django/conf/locale/hu/__init__.py -> build/lib/django/conf/locale/hu creating build/lib/django/conf/locale/pt copying django/conf/locale/pt/formats.py -> build/lib/django/conf/locale/pt copying django/conf/locale/pt/__init__.py -> build/lib/django/conf/locale/pt creating build/lib/django/conf/locale/uk copying django/conf/locale/uk/formats.py -> build/lib/django/conf/locale/uk copying django/conf/locale/uk/__init__.py -> build/lib/django/conf/locale/uk creating build/lib/django/conf/locale/zh_Hans copying django/conf/locale/zh_Hans/formats.py -> build/lib/django/conf/locale/zh_Hans copying django/conf/locale/zh_Hans/__init__.py -> build/lib/django/conf/locale/zh_Hans creating build/lib/django/conf/locale/bg copying django/conf/locale/bg/formats.py -> build/lib/django/conf/locale/bg copying django/conf/locale/bg/__init__.py -> build/lib/django/conf/locale/bg creating build/lib/django/conf/locale/nn copying django/conf/locale/nn/formats.py -> build/lib/django/conf/locale/nn copying django/conf/locale/nn/__init__.py -> build/lib/django/conf/locale/nn creating build/lib/django/conf/locale/lt copying django/conf/locale/lt/formats.py -> build/lib/django/conf/locale/lt copying django/conf/locale/lt/__init__.py -> build/lib/django/conf/locale/lt creating build/lib/django/conf/locale/mk copying django/conf/locale/mk/formats.py -> build/lib/django/conf/locale/mk copying django/conf/locale/mk/__init__.py -> build/lib/django/conf/locale/mk creating build/lib/django/conf/locale/fa copying django/conf/locale/fa/formats.py -> build/lib/django/conf/locale/fa copying django/conf/locale/fa/__init__.py -> build/lib/django/conf/locale/fa creating build/lib/django/conf/locale/ca copying django/conf/locale/ca/formats.py -> build/lib/django/conf/locale/ca copying django/conf/locale/ca/__init__.py -> build/lib/django/conf/locale/ca creating build/lib/django/conf/locale/gd copying django/conf/locale/gd/formats.py -> build/lib/django/conf/locale/gd copying django/conf/locale/gd/__init__.py -> build/lib/django/conf/locale/gd creating build/lib/django/conf/locale/sk copying django/conf/locale/sk/formats.py -> build/lib/django/conf/locale/sk copying django/conf/locale/sk/__init__.py -> build/lib/django/conf/locale/sk creating build/lib/django/conf/locale/sl copying django/conf/locale/sl/formats.py -> build/lib/django/conf/locale/sl copying django/conf/locale/sl/__init__.py -> build/lib/django/conf/locale/sl creating build/lib/django/conf/locale/nb copying django/conf/locale/nb/formats.py -> build/lib/django/conf/locale/nb copying django/conf/locale/nb/__init__.py -> build/lib/django/conf/locale/nb creating build/lib/django/conf/locale/ky copying django/conf/locale/ky/formats.py -> build/lib/django/conf/locale/ky copying django/conf/locale/ky/__init__.py -> build/lib/django/conf/locale/ky creating build/lib/django/conf/locale/mn copying django/conf/locale/mn/formats.py -> build/lib/django/conf/locale/mn copying django/conf/locale/mn/__init__.py -> build/lib/django/conf/locale/mn creating build/lib/django/conf/locale/es_MX copying django/conf/locale/es_MX/formats.py -> build/lib/django/conf/locale/es_MX copying django/conf/locale/es_MX/__init__.py -> build/lib/django/conf/locale/es_MX creating build/lib/django/conf/locale/ms copying django/conf/locale/ms/formats.py -> build/lib/django/conf/locale/ms copying django/conf/locale/ms/__init__.py -> build/lib/django/conf/locale/ms creating build/lib/django/conf/locale/ka copying django/conf/locale/ka/formats.py -> build/lib/django/conf/locale/ka copying django/conf/locale/ka/__init__.py -> build/lib/django/conf/locale/ka creating build/lib/django/conf/locale/sr_Latn copying django/conf/locale/sr_Latn/formats.py -> build/lib/django/conf/locale/sr_Latn copying django/conf/locale/sr_Latn/__init__.py -> build/lib/django/conf/locale/sr_Latn creating build/lib/django/conf/locale/hr copying django/conf/locale/hr/formats.py -> build/lib/django/conf/locale/hr copying django/conf/locale/hr/__init__.py -> build/lib/django/conf/locale/hr creating build/lib/django/conf/locale/ar copying django/conf/locale/ar/formats.py -> build/lib/django/conf/locale/ar copying django/conf/locale/ar/__init__.py -> build/lib/django/conf/locale/ar creating build/lib/django/conf/locale/de copying django/conf/locale/de/formats.py -> build/lib/django/conf/locale/de copying django/conf/locale/de/__init__.py -> build/lib/django/conf/locale/de creating build/lib/django/conf/locale/en_AU copying django/conf/locale/en_AU/formats.py -> build/lib/django/conf/locale/en_AU copying django/conf/locale/en_AU/__init__.py -> build/lib/django/conf/locale/en_AU creating build/lib/django/conf/locale/it copying django/conf/locale/it/formats.py -> build/lib/django/conf/locale/it copying django/conf/locale/it/__init__.py -> build/lib/django/conf/locale/it creating build/lib/django/conf/locale/vi copying django/conf/locale/vi/formats.py -> build/lib/django/conf/locale/vi copying django/conf/locale/vi/__init__.py -> build/lib/django/conf/locale/vi creating build/lib/django/conf/locale/lv copying django/conf/locale/lv/formats.py -> build/lib/django/conf/locale/lv copying django/conf/locale/lv/__init__.py -> build/lib/django/conf/locale/lv creating build/lib/django/conf/locale/eu copying django/conf/locale/eu/formats.py -> build/lib/django/conf/locale/eu copying django/conf/locale/eu/__init__.py -> build/lib/django/conf/locale/eu creating build/lib/django/conf/locale/az copying django/conf/locale/az/formats.py -> build/lib/django/conf/locale/az copying django/conf/locale/az/__init__.py -> build/lib/django/conf/locale/az creating build/lib/django/conf/locale/kn copying django/conf/locale/kn/formats.py -> build/lib/django/conf/locale/kn copying django/conf/locale/kn/__init__.py -> build/lib/django/conf/locale/kn creating build/lib/django/conf/locale/te copying django/conf/locale/te/formats.py -> build/lib/django/conf/locale/te copying django/conf/locale/te/__init__.py -> build/lib/django/conf/locale/te creating build/lib/django/conf/locale/bn copying django/conf/locale/bn/formats.py -> build/lib/django/conf/locale/bn copying django/conf/locale/bn/__init__.py -> build/lib/django/conf/locale/bn creating build/lib/django/conf/locale/de_CH copying django/conf/locale/de_CH/formats.py -> build/lib/django/conf/locale/de_CH copying django/conf/locale/de_CH/__init__.py -> build/lib/django/conf/locale/de_CH creating build/lib/django/conf/locale/ar_DZ copying django/conf/locale/ar_DZ/formats.py -> build/lib/django/conf/locale/ar_DZ copying django/conf/locale/ar_DZ/__init__.py -> build/lib/django/conf/locale/ar_DZ creating build/lib/django/conf/locale/es_CO copying django/conf/locale/es_CO/formats.py -> build/lib/django/conf/locale/es_CO copying django/conf/locale/es_CO/__init__.py -> build/lib/django/conf/locale/es_CO creating build/lib/django/conf/locale/km copying django/conf/locale/km/formats.py -> build/lib/django/conf/locale/km copying django/conf/locale/km/__init__.py -> build/lib/django/conf/locale/km creating build/lib/django/conf/locale/el copying django/conf/locale/el/formats.py -> build/lib/django/conf/locale/el copying django/conf/locale/el/__init__.py -> build/lib/django/conf/locale/el creating build/lib/django/conf/locale/ja copying django/conf/locale/ja/formats.py -> build/lib/django/conf/locale/ja copying django/conf/locale/ja/__init__.py -> build/lib/django/conf/locale/ja creating build/lib/django/conf/locale/pl copying django/conf/locale/pl/formats.py -> build/lib/django/conf/locale/pl copying django/conf/locale/pl/__init__.py -> build/lib/django/conf/locale/pl creating build/lib/django/core/management copying django/core/management/color.py -> build/lib/django/core/management copying django/core/management/utils.py -> build/lib/django/core/management copying django/core/management/base.py -> build/lib/django/core/management copying django/core/management/__init__.py -> build/lib/django/core/management copying django/core/management/sql.py -> build/lib/django/core/management copying django/core/management/templates.py -> build/lib/django/core/management creating build/lib/django/core/mail copying django/core/mail/utils.py -> build/lib/django/core/mail copying django/core/mail/__init__.py -> build/lib/django/core/mail copying django/core/mail/message.py -> build/lib/django/core/mail creating build/lib/django/core/servers copying django/core/servers/basehttp.py -> build/lib/django/core/servers copying django/core/servers/__init__.py -> build/lib/django/core/servers creating build/lib/django/core/serializers copying django/core/serializers/base.py -> build/lib/django/core/serializers copying django/core/serializers/xml_serializer.py -> build/lib/django/core/serializers copying django/core/serializers/__init__.py -> build/lib/django/core/serializers copying django/core/serializers/python.py -> build/lib/django/core/serializers copying django/core/serializers/jsonl.py -> build/lib/django/core/serializers copying django/core/serializers/pyyaml.py -> build/lib/django/core/serializers copying django/core/serializers/json.py -> build/lib/django/core/serializers creating build/lib/django/core/handlers copying django/core/handlers/wsgi.py -> build/lib/django/core/handlers copying django/core/handlers/base.py -> build/lib/django/core/handlers copying django/core/handlers/asgi.py -> build/lib/django/core/handlers copying django/core/handlers/__init__.py -> build/lib/django/core/handlers copying django/core/handlers/exception.py -> build/lib/django/core/handlers creating build/lib/django/core/checks copying django/core/checks/caches.py -> build/lib/django/core/checks copying django/core/checks/urls.py -> build/lib/django/core/checks copying django/core/checks/registry.py -> build/lib/django/core/checks copying django/core/checks/messages.py -> build/lib/django/core/checks copying django/core/checks/translation.py -> build/lib/django/core/checks copying django/core/checks/__init__.py -> build/lib/django/core/checks copying django/core/checks/database.py -> build/lib/django/core/checks copying django/core/checks/templates.py -> build/lib/django/core/checks copying django/core/checks/model_checks.py -> build/lib/django/core/checks copying django/core/checks/async_checks.py -> build/lib/django/core/checks copying django/core/checks/files.py -> build/lib/django/core/checks creating build/lib/django/core/files copying django/core/files/images.py -> build/lib/django/core/files copying django/core/files/temp.py -> build/lib/django/core/files copying django/core/files/utils.py -> build/lib/django/core/files copying django/core/files/base.py -> build/lib/django/core/files copying django/core/files/locks.py -> build/lib/django/core/files copying django/core/files/__init__.py -> build/lib/django/core/files copying django/core/files/uploadhandler.py -> build/lib/django/core/files copying django/core/files/storage.py -> build/lib/django/core/files copying django/core/files/move.py -> build/lib/django/core/files copying django/core/files/uploadedfile.py -> build/lib/django/core/files creating build/lib/django/core/cache copying django/core/cache/utils.py -> build/lib/django/core/cache copying django/core/cache/__init__.py -> build/lib/django/core/cache creating build/lib/django/core/management/commands copying django/core/management/commands/sendtestemail.py -> build/lib/django/core/management/commands copying django/core/management/commands/sqlflush.py -> build/lib/django/core/management/commands copying django/core/management/commands/startapp.py -> build/lib/django/core/management/commands copying django/core/management/commands/migrate.py -> build/lib/django/core/management/commands copying django/core/management/commands/testserver.py -> build/lib/django/core/management/commands copying django/core/management/commands/optimizemigration.py -> build/lib/django/core/management/commands copying django/core/management/commands/dumpdata.py -> build/lib/django/core/management/commands copying django/core/management/commands/makemessages.py -> build/lib/django/core/management/commands copying django/core/management/commands/showmigrations.py -> build/lib/django/core/management/commands copying django/core/management/commands/createcachetable.py -> build/lib/django/core/management/commands copying django/core/management/commands/loaddata.py -> build/lib/django/core/management/commands copying django/core/management/commands/inspectdb.py -> build/lib/django/core/management/commands copying django/core/management/commands/startproject.py -> build/lib/django/core/management/commands copying django/core/management/commands/__init__.py -> build/lib/django/core/management/commands copying django/core/management/commands/compilemessages.py -> build/lib/django/core/management/commands copying django/core/management/commands/check.py -> build/lib/django/core/management/commands copying django/core/management/commands/runserver.py -> build/lib/django/core/management/commands copying django/core/management/commands/dbshell.py -> build/lib/django/core/management/commands copying django/core/management/commands/diffsettings.py -> build/lib/django/core/management/commands copying django/core/management/commands/sqlmigrate.py -> build/lib/django/core/management/commands copying django/core/management/commands/sqlsequencereset.py -> build/lib/django/core/management/commands copying django/core/management/commands/test.py -> build/lib/django/core/management/commands copying django/core/management/commands/flush.py -> build/lib/django/core/management/commands copying django/core/management/commands/squashmigrations.py -> build/lib/django/core/management/commands copying django/core/management/commands/makemigrations.py -> build/lib/django/core/management/commands copying django/core/management/commands/shell.py -> build/lib/django/core/management/commands creating build/lib/django/core/mail/backends copying django/core/mail/backends/base.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/smtp.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/locmem.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/dummy.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/__init__.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/filebased.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/console.py -> build/lib/django/core/mail/backends creating build/lib/django/core/checks/security copying django/core/checks/security/base.py -> build/lib/django/core/checks/security copying django/core/checks/security/sessions.py -> build/lib/django/core/checks/security copying django/core/checks/security/csrf.py -> build/lib/django/core/checks/security copying django/core/checks/security/__init__.py -> build/lib/django/core/checks/security creating build/lib/django/core/checks/compatibility copying django/core/checks/compatibility/__init__.py -> build/lib/django/core/checks/compatibility copying django/core/checks/compatibility/django_4_0.py -> build/lib/django/core/checks/compatibility creating build/lib/django/core/cache/backends copying django/core/cache/backends/redis.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/memcached.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/base.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/locmem.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/dummy.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/__init__.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/filebased.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/db.py -> build/lib/django/core/cache/backends running egg_info writing Django.egg-info/PKG-INFO writing dependency_links to Django.egg-info/dependency_links.txt writing entry points to Django.egg-info/entry_points.txt writing requirements to Django.egg-info/requires.txt writing top-level names to Django.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'Django.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.python' adding license file 'AUTHORS' writing manifest file 'Django.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.app_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.app_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.app_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.app_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.app_template.migrations' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.app_template.migrations' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.app_template.migrations' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.app_template.migrations' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ig.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ig.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ig.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ig.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.project_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.project_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.project_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.project_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.project_template.project_name' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.project_template.project_name' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.project_template.project_name' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.project_template.project_name' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.am.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.am.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.am.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.am.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.css' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.css' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.css' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.css' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.css.vendor.select2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.css.vendor.select2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.css.vendor.select2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.css.vendor.select2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.img' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.img' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.img' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.img' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.img.gis' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.img.gis' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.img.gis' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.img.gis' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.jquery' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.jquery' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.jquery' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.jquery' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.select2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.select2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.select2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.select2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.select2.i18n' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.select2.i18n' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.select2.i18n' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.select2.i18n' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.xregexp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.xregexp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.xregexp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.xregexp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.auth.user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.auth.user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.auth.user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.auth.user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.edit_inline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.edit_inline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.edit_inline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.edit_inline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.includes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.includes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.includes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.includes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.registration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.registration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.registration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.registration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.templates.admin_doc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.templates.admin_doc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.templates.admin_doc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.templates.admin_doc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.templates.auth.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.templates.auth.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.templates.auth.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.templates.auth.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.templates.registration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.templates.registration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.templates.registration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.templates.registration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.static.gis.css' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.static.gis.css' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.static.gis.css' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.static.gis.css' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.static.gis.img' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.static.gis.img' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.static.gis.img' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.static.gis.img' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.static.gis.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.static.gis.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.static.gis.js' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.static.gis.js' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.templates.gis' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.templates.gis' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.templates.gis' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.templates.gis' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.templates.gis.admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.templates.gis.admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.templates.gis.admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.templates.gis.admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.templates.gis.kml' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.templates.gis.kml' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.templates.gis.kml' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.templates.gis.kml' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.jinja2.postgres.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.jinja2.postgres.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.jinja2.postgres.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.jinja2.postgres.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.templates.postgres.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.templates.postgres.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.templates.postgres.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.templates.postgres.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sitemaps.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sitemaps.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sitemaps.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sitemaps.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.errors.dict' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.errors.dict' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.errors.dict' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.errors.dict' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.errors.list' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.errors.list' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.errors.list' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.errors.list' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.formsets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.formsets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.formsets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.formsets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.errors.dict' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.errors.dict' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.errors.dict' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.errors.dict' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.errors.list' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.errors.list' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.errors.list' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.errors.list' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.formsets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.formsets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.formsets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.formsets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.views.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.views.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.views.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.views.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying django/dispatch/license.txt -> build/lib/django/dispatch creating build/lib/django/views/templates copying django/views/templates/default_urlconf.html -> build/lib/django/views/templates copying django/views/templates/technical_404.html -> build/lib/django/views/templates copying django/views/templates/technical_500.html -> build/lib/django/views/templates copying django/views/templates/technical_500.txt -> build/lib/django/views/templates creating build/lib/django/conf/app_template copying django/conf/app_template/__init__.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/admin.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/apps.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/models.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/tests.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/views.py-tpl -> build/lib/django/conf/app_template creating build/lib/django/conf/app_template/migrations copying django/conf/app_template/migrations/__init__.py-tpl -> build/lib/django/conf/app_template/migrations creating build/lib/django/conf/project_template copying django/conf/project_template/manage.py-tpl -> build/lib/django/conf/project_template creating build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/__init__.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/asgi.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/settings.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/urls.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/wsgi.py-tpl -> build/lib/django/conf/project_template/project_name creating build/lib/django/forms/jinja2 creating build/lib/django/forms/jinja2/django creating build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/attrs.html -> build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/default.html -> build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/div.html -> build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/label.html -> build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/p.html -> build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/table.html -> build/lib/django/forms/jinja2/django/forms copying django/forms/jinja2/django/forms/ul.html -> build/lib/django/forms/jinja2/django/forms creating build/lib/django/forms/jinja2/django/forms/errors creating build/lib/django/forms/jinja2/django/forms/errors/dict copying django/forms/jinja2/django/forms/errors/dict/default.html -> build/lib/django/forms/jinja2/django/forms/errors/dict copying django/forms/jinja2/django/forms/errors/dict/text.txt -> build/lib/django/forms/jinja2/django/forms/errors/dict copying django/forms/jinja2/django/forms/errors/dict/ul.html -> build/lib/django/forms/jinja2/django/forms/errors/dict creating build/lib/django/forms/jinja2/django/forms/errors/list copying django/forms/jinja2/django/forms/errors/list/default.html -> build/lib/django/forms/jinja2/django/forms/errors/list copying django/forms/jinja2/django/forms/errors/list/text.txt -> build/lib/django/forms/jinja2/django/forms/errors/list copying django/forms/jinja2/django/forms/errors/list/ul.html -> build/lib/django/forms/jinja2/django/forms/errors/list creating build/lib/django/forms/jinja2/django/forms/formsets copying django/forms/jinja2/django/forms/formsets/default.html -> build/lib/django/forms/jinja2/django/forms/formsets copying django/forms/jinja2/django/forms/formsets/div.html -> build/lib/django/forms/jinja2/django/forms/formsets copying django/forms/jinja2/django/forms/formsets/p.html -> build/lib/django/forms/jinja2/django/forms/formsets copying django/forms/jinja2/django/forms/formsets/table.html -> build/lib/django/forms/jinja2/django/forms/formsets copying django/forms/jinja2/django/forms/formsets/ul.html -> build/lib/django/forms/jinja2/django/forms/formsets creating build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/attrs.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/checkbox.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/checkbox_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/checkbox_select.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/clearable_file_input.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/date.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/datetime.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/email.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/file.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/hidden.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/input.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/input_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/multiple_hidden.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/multiple_input.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/multiwidget.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/number.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/password.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/radio.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/radio_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/select.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/select_date.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/select_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/splitdatetime.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/splithiddendatetime.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/text.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/textarea.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/time.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/url.html -> build/lib/django/forms/jinja2/django/forms/widgets creating build/lib/django/forms/templates creating build/lib/django/forms/templates/django creating build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/attrs.html -> build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/default.html -> build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/div.html -> build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/label.html -> build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/p.html -> build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/table.html -> build/lib/django/forms/templates/django/forms copying django/forms/templates/django/forms/ul.html -> build/lib/django/forms/templates/django/forms creating build/lib/django/forms/templates/django/forms/errors creating build/lib/django/forms/templates/django/forms/errors/dict copying django/forms/templates/django/forms/errors/dict/default.html -> build/lib/django/forms/templates/django/forms/errors/dict copying django/forms/templates/django/forms/errors/dict/text.txt -> build/lib/django/forms/templates/django/forms/errors/dict copying django/forms/templates/django/forms/errors/dict/ul.html -> build/lib/django/forms/templates/django/forms/errors/dict creating build/lib/django/forms/templates/django/forms/errors/list copying django/forms/templates/django/forms/errors/list/default.html -> build/lib/django/forms/templates/django/forms/errors/list copying django/forms/templates/django/forms/errors/list/text.txt -> build/lib/django/forms/templates/django/forms/errors/list copying django/forms/templates/django/forms/errors/list/ul.html -> build/lib/django/forms/templates/django/forms/errors/list creating build/lib/django/forms/templates/django/forms/formsets copying django/forms/templates/django/forms/formsets/default.html -> build/lib/django/forms/templates/django/forms/formsets copying django/forms/templates/django/forms/formsets/div.html -> build/lib/django/forms/templates/django/forms/formsets copying django/forms/templates/django/forms/formsets/p.html -> build/lib/django/forms/templates/django/forms/formsets copying django/forms/templates/django/forms/formsets/table.html -> build/lib/django/forms/templates/django/forms/formsets copying django/forms/templates/django/forms/formsets/ul.html -> build/lib/django/forms/templates/django/forms/formsets creating build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/attrs.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/checkbox.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/checkbox_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/checkbox_select.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/clearable_file_input.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/date.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/datetime.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/email.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/file.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/hidden.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/input.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/input_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/multiple_hidden.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/multiple_input.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/multiwidget.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/number.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/password.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/radio.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/radio_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/select.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/select_date.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/select_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/splitdatetime.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/splithiddendatetime.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/text.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/textarea.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/time.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/url.html -> build/lib/django/forms/templates/django/forms/widgets creating build/lib/django/contrib/humanize/locale creating build/lib/django/contrib/humanize/locale/af creating build/lib/django/contrib/humanize/locale/af/LC_MESSAGES copying django/contrib/humanize/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/af/LC_MESSAGES copying django/contrib/humanize/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/af/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ar creating build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES copying django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES copying django/contrib/humanize/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ar_DZ creating build/lib/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES copying django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES copying django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ast creating build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES copying django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES copying django/contrib/humanize/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/az creating build/lib/django/contrib/humanize/locale/az/LC_MESSAGES copying django/contrib/humanize/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/az/LC_MESSAGES copying django/contrib/humanize/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/az/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/be creating build/lib/django/contrib/humanize/locale/be/LC_MESSAGES copying django/contrib/humanize/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/be/LC_MESSAGES copying django/contrib/humanize/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/be/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/bg creating build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES copying django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES copying django/contrib/humanize/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/bn creating build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES copying django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES copying django/contrib/humanize/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/br creating build/lib/django/contrib/humanize/locale/br/LC_MESSAGES copying django/contrib/humanize/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/br/LC_MESSAGES copying django/contrib/humanize/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/br/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/bs creating build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES copying django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES copying django/contrib/humanize/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ca creating build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES copying django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES copying django/contrib/humanize/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/cs creating build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES copying django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES copying django/contrib/humanize/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/cy creating build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES copying django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES copying django/contrib/humanize/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/da creating build/lib/django/contrib/humanize/locale/da/LC_MESSAGES copying django/contrib/humanize/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/da/LC_MESSAGES copying django/contrib/humanize/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/da/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/de creating build/lib/django/contrib/humanize/locale/de/LC_MESSAGES copying django/contrib/humanize/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/de/LC_MESSAGES copying django/contrib/humanize/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/de/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/dsb creating build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES copying django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES copying django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/el creating build/lib/django/contrib/humanize/locale/el/LC_MESSAGES copying django/contrib/humanize/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/el/LC_MESSAGES copying django/contrib/humanize/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/el/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/en creating build/lib/django/contrib/humanize/locale/en/LC_MESSAGES copying django/contrib/humanize/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/en/LC_MESSAGES copying django/contrib/humanize/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/en/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/en_AU creating build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/en_GB creating build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/eo creating build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES copying django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES copying django/contrib/humanize/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es creating build/lib/django/contrib/humanize/locale/es/LC_MESSAGES copying django/contrib/humanize/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es/LC_MESSAGES copying django/contrib/humanize/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_AR creating build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_CO creating build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_MX creating build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_VE creating build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/et creating build/lib/django/contrib/humanize/locale/et/LC_MESSAGES copying django/contrib/humanize/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/et/LC_MESSAGES copying django/contrib/humanize/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/et/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/eu creating build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES copying django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES copying django/contrib/humanize/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fa creating build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES copying django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES copying django/contrib/humanize/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fi creating build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES copying django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES copying django/contrib/humanize/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fr creating build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES copying django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES copying django/contrib/humanize/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fy creating build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES copying django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES copying django/contrib/humanize/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ga creating build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES copying django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES copying django/contrib/humanize/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/gd creating build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES copying django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES copying django/contrib/humanize/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/gl creating build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES copying django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES copying django/contrib/humanize/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/he creating build/lib/django/contrib/humanize/locale/he/LC_MESSAGES copying django/contrib/humanize/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/he/LC_MESSAGES copying django/contrib/humanize/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/he/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hi creating build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES copying django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES copying django/contrib/humanize/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hr creating build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES copying django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES copying django/contrib/humanize/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hsb creating build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES copying django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES copying django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hu creating build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES copying django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES copying django/contrib/humanize/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hy creating build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES copying django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES copying django/contrib/humanize/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ia creating build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES copying django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES copying django/contrib/humanize/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/id creating build/lib/django/contrib/humanize/locale/id/LC_MESSAGES copying django/contrib/humanize/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/id/LC_MESSAGES copying django/contrib/humanize/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/id/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/io creating build/lib/django/contrib/humanize/locale/io/LC_MESSAGES copying django/contrib/humanize/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/io/LC_MESSAGES copying django/contrib/humanize/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/io/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/is creating build/lib/django/contrib/humanize/locale/is/LC_MESSAGES copying django/contrib/humanize/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/is/LC_MESSAGES copying django/contrib/humanize/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/is/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/it creating build/lib/django/contrib/humanize/locale/it/LC_MESSAGES copying django/contrib/humanize/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/it/LC_MESSAGES copying django/contrib/humanize/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/it/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ja creating build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES copying django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES copying django/contrib/humanize/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ka creating build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES copying django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES copying django/contrib/humanize/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/kk creating build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES copying django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES copying django/contrib/humanize/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/km creating build/lib/django/contrib/humanize/locale/km/LC_MESSAGES copying django/contrib/humanize/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/km/LC_MESSAGES copying django/contrib/humanize/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/km/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/kn creating build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES copying django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES copying django/contrib/humanize/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ko creating build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES copying django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES copying django/contrib/humanize/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ky creating build/lib/django/contrib/humanize/locale/ky/LC_MESSAGES copying django/contrib/humanize/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ky/LC_MESSAGES copying django/contrib/humanize/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ky/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/lb creating build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES copying django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES copying django/contrib/humanize/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/lt creating build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES copying django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES copying django/contrib/humanize/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/lv creating build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES copying django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES copying django/contrib/humanize/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/mk creating build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES copying django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES copying django/contrib/humanize/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ml creating build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES copying django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES copying django/contrib/humanize/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/mn creating build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES copying django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES copying django/contrib/humanize/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/mr creating build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES copying django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES copying django/contrib/humanize/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ms creating build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES copying django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES copying django/contrib/humanize/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/my creating build/lib/django/contrib/humanize/locale/my/LC_MESSAGES copying django/contrib/humanize/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/my/LC_MESSAGES copying django/contrib/humanize/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/my/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/nb creating build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES copying django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES copying django/contrib/humanize/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ne creating build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES copying django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES copying django/contrib/humanize/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/nl creating build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES copying django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES copying django/contrib/humanize/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/nn creating build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES copying django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES copying django/contrib/humanize/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/os creating build/lib/django/contrib/humanize/locale/os/LC_MESSAGES copying django/contrib/humanize/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/os/LC_MESSAGES copying django/contrib/humanize/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/os/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pa creating build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES copying django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES copying django/contrib/humanize/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pl creating build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES copying django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES copying django/contrib/humanize/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pt creating build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES copying django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES copying django/contrib/humanize/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pt_BR creating build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ro creating build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES copying django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES copying django/contrib/humanize/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ru creating build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES copying django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES copying django/contrib/humanize/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sk creating build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES copying django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES copying django/contrib/humanize/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sl creating build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES copying django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES copying django/contrib/humanize/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sq creating build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES copying django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES copying django/contrib/humanize/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sr creating build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES copying django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES copying django/contrib/humanize/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sr_Latn creating build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sv creating build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES copying django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES copying django/contrib/humanize/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sw creating build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES copying django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES copying django/contrib/humanize/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ta creating build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES copying django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES copying django/contrib/humanize/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/te creating build/lib/django/contrib/humanize/locale/te/LC_MESSAGES copying django/contrib/humanize/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/te/LC_MESSAGES copying django/contrib/humanize/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/te/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/tg creating build/lib/django/contrib/humanize/locale/tg/LC_MESSAGES copying django/contrib/humanize/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/tg/LC_MESSAGES copying django/contrib/humanize/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/tg/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/th creating build/lib/django/contrib/humanize/locale/th/LC_MESSAGES copying django/contrib/humanize/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/th/LC_MESSAGES copying django/contrib/humanize/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/th/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/tr creating build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES copying django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES copying django/contrib/humanize/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/tt creating build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES copying django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES copying django/contrib/humanize/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/udm creating build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES copying django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES copying django/contrib/humanize/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/uk creating build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES copying django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES copying django/contrib/humanize/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ur creating build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES copying django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES copying django/contrib/humanize/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/uz creating build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES copying django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES copying django/contrib/humanize/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/vi creating build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES copying django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES copying django/contrib/humanize/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/zh_Hans creating build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/zh_Hant creating build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/redirects/locale creating build/lib/django/contrib/redirects/locale/af creating build/lib/django/contrib/redirects/locale/af/LC_MESSAGES copying django/contrib/redirects/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/af/LC_MESSAGES copying django/contrib/redirects/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/af/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ar creating build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES copying django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES copying django/contrib/redirects/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ar_DZ creating build/lib/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES copying django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES copying django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ast creating build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES copying django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES copying django/contrib/redirects/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/az creating build/lib/django/contrib/redirects/locale/az/LC_MESSAGES copying django/contrib/redirects/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/az/LC_MESSAGES copying django/contrib/redirects/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/az/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/be creating build/lib/django/contrib/redirects/locale/be/LC_MESSAGES copying django/contrib/redirects/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/be/LC_MESSAGES copying django/contrib/redirects/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/be/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/bg creating build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES copying django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES copying django/contrib/redirects/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/bn creating build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES copying django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES copying django/contrib/redirects/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/br creating build/lib/django/contrib/redirects/locale/br/LC_MESSAGES copying django/contrib/redirects/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/br/LC_MESSAGES copying django/contrib/redirects/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/br/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/bs creating build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES copying django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES copying django/contrib/redirects/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ca creating build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES copying django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES copying django/contrib/redirects/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/cs creating build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES copying django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES copying django/contrib/redirects/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/cy creating build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES copying django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES copying django/contrib/redirects/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/da creating build/lib/django/contrib/redirects/locale/da/LC_MESSAGES copying django/contrib/redirects/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/da/LC_MESSAGES copying django/contrib/redirects/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/da/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/de creating build/lib/django/contrib/redirects/locale/de/LC_MESSAGES copying django/contrib/redirects/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/de/LC_MESSAGES copying django/contrib/redirects/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/de/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/dsb creating build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES copying django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES copying django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/el creating build/lib/django/contrib/redirects/locale/el/LC_MESSAGES copying django/contrib/redirects/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/el/LC_MESSAGES copying django/contrib/redirects/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/el/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/en creating build/lib/django/contrib/redirects/locale/en/LC_MESSAGES copying django/contrib/redirects/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/en/LC_MESSAGES copying django/contrib/redirects/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/en/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/en_AU creating build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/en_GB creating build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/eo creating build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES copying django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES copying django/contrib/redirects/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es creating build/lib/django/contrib/redirects/locale/es/LC_MESSAGES copying django/contrib/redirects/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es/LC_MESSAGES copying django/contrib/redirects/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_AR creating build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_CO creating build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_MX creating build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_VE creating build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/et creating build/lib/django/contrib/redirects/locale/et/LC_MESSAGES copying django/contrib/redirects/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/et/LC_MESSAGES copying django/contrib/redirects/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/et/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/eu creating build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES copying django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES copying django/contrib/redirects/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fa creating build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES copying django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES copying django/contrib/redirects/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fi creating build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES copying django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES copying django/contrib/redirects/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fr creating build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES copying django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES copying django/contrib/redirects/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fy creating build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES copying django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES copying django/contrib/redirects/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ga creating build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES copying django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES copying django/contrib/redirects/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/gd creating build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES copying django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES copying django/contrib/redirects/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/gl creating build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES copying django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES copying django/contrib/redirects/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/he creating build/lib/django/contrib/redirects/locale/he/LC_MESSAGES copying django/contrib/redirects/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/he/LC_MESSAGES copying django/contrib/redirects/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/he/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hi creating build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES copying django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES copying django/contrib/redirects/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hr creating build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES copying django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES copying django/contrib/redirects/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hsb creating build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES copying django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES copying django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hu creating build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES copying django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES copying django/contrib/redirects/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hy creating build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES copying django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES copying django/contrib/redirects/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ia creating build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES copying django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES copying django/contrib/redirects/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/id creating build/lib/django/contrib/redirects/locale/id/LC_MESSAGES copying django/contrib/redirects/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/id/LC_MESSAGES copying django/contrib/redirects/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/id/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/io creating build/lib/django/contrib/redirects/locale/io/LC_MESSAGES copying django/contrib/redirects/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/io/LC_MESSAGES copying django/contrib/redirects/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/io/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/is creating build/lib/django/contrib/redirects/locale/is/LC_MESSAGES copying django/contrib/redirects/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/is/LC_MESSAGES copying django/contrib/redirects/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/is/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/it creating build/lib/django/contrib/redirects/locale/it/LC_MESSAGES copying django/contrib/redirects/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/it/LC_MESSAGES copying django/contrib/redirects/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/it/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ja creating build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES copying django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES copying django/contrib/redirects/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ka creating build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES copying django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES copying django/contrib/redirects/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/kab creating build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES copying django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES copying django/contrib/redirects/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/kk creating build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES copying django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES copying django/contrib/redirects/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/km creating build/lib/django/contrib/redirects/locale/km/LC_MESSAGES copying django/contrib/redirects/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/km/LC_MESSAGES copying django/contrib/redirects/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/km/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/kn creating build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES copying django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES copying django/contrib/redirects/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ko creating build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES copying django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES copying django/contrib/redirects/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ky creating build/lib/django/contrib/redirects/locale/ky/LC_MESSAGES copying django/contrib/redirects/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ky/LC_MESSAGES copying django/contrib/redirects/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ky/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/lb creating build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES copying django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES copying django/contrib/redirects/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/lt creating build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES copying django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES copying django/contrib/redirects/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/lv creating build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES copying django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES copying django/contrib/redirects/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/mk creating build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES copying django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES copying django/contrib/redirects/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ml creating build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES copying django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES copying django/contrib/redirects/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/mn creating build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES copying django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES copying django/contrib/redirects/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/mr creating build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES copying django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES copying django/contrib/redirects/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ms creating build/lib/django/contrib/redirects/locale/ms/LC_MESSAGES copying django/contrib/redirects/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ms/LC_MESSAGES copying django/contrib/redirects/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ms/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/my creating build/lib/django/contrib/redirects/locale/my/LC_MESSAGES copying django/contrib/redirects/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/my/LC_MESSAGES copying django/contrib/redirects/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/my/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/nb creating build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES copying django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES copying django/contrib/redirects/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ne creating build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES copying django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES copying django/contrib/redirects/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/nl creating build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES copying django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES copying django/contrib/redirects/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/nn creating build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES copying django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES copying django/contrib/redirects/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/os creating build/lib/django/contrib/redirects/locale/os/LC_MESSAGES copying django/contrib/redirects/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/os/LC_MESSAGES copying django/contrib/redirects/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/os/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pa creating build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES copying django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES copying django/contrib/redirects/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pl creating build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES copying django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES copying django/contrib/redirects/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pt creating build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES copying django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES copying django/contrib/redirects/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pt_BR creating build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ro creating build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES copying django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES copying django/contrib/redirects/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ru creating build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES copying django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES copying django/contrib/redirects/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sk creating build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES copying django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES copying django/contrib/redirects/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sl creating build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES copying django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES copying django/contrib/redirects/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sq creating build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES copying django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES copying django/contrib/redirects/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sr creating build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES copying django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES copying django/contrib/redirects/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sr_Latn creating build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sv creating build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES copying django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES copying django/contrib/redirects/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sw creating build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES copying django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES copying django/contrib/redirects/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ta creating build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES copying django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES copying django/contrib/redirects/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/te creating build/lib/django/contrib/redirects/locale/te/LC_MESSAGES copying django/contrib/redirects/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/te/LC_MESSAGES copying django/contrib/redirects/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/te/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/tg creating build/lib/django/contrib/redirects/locale/tg/LC_MESSAGES copying django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/tg/LC_MESSAGES copying django/contrib/redirects/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/tg/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/th creating build/lib/django/contrib/redirects/locale/th/LC_MESSAGES copying django/contrib/redirects/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/th/LC_MESSAGES copying django/contrib/redirects/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/th/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/tk creating build/lib/django/contrib/redirects/locale/tk/LC_MESSAGES copying django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/tk/LC_MESSAGES copying django/contrib/redirects/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/tk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/tr creating build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES copying django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES copying django/contrib/redirects/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/tt creating build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES copying django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES copying django/contrib/redirects/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/udm creating build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES copying django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES copying django/contrib/redirects/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/uk creating build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES copying django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES copying django/contrib/redirects/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ur creating build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES copying django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES copying django/contrib/redirects/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/uz creating build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES copying django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES copying django/contrib/redirects/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/vi creating build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES copying django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES copying django/contrib/redirects/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/zh_Hans creating build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/zh_Hant creating build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/sitemaps/templates copying django/contrib/sitemaps/templates/sitemap.xml -> build/lib/django/contrib/sitemaps/templates copying django/contrib/sitemaps/templates/sitemap_index.xml -> build/lib/django/contrib/sitemaps/templates copying django/contrib/auth/common-passwords.txt.gz -> build/lib/django/contrib/auth creating build/lib/django/contrib/auth/locale creating build/lib/django/contrib/auth/locale/af creating build/lib/django/contrib/auth/locale/af/LC_MESSAGES copying django/contrib/auth/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/af/LC_MESSAGES copying django/contrib/auth/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/af/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ar creating build/lib/django/contrib/auth/locale/ar/LC_MESSAGES copying django/contrib/auth/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ar/LC_MESSAGES copying django/contrib/auth/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ar/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ar_DZ creating build/lib/django/contrib/auth/locale/ar_DZ/LC_MESSAGES copying django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ar_DZ/LC_MESSAGES copying django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ast creating build/lib/django/contrib/auth/locale/ast/LC_MESSAGES copying django/contrib/auth/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ast/LC_MESSAGES copying django/contrib/auth/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ast/LC_MESSAGES creating build/lib/django/contrib/auth/locale/az creating build/lib/django/contrib/auth/locale/az/LC_MESSAGES copying django/contrib/auth/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/az/LC_MESSAGES copying django/contrib/auth/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/az/LC_MESSAGES creating build/lib/django/contrib/auth/locale/be creating build/lib/django/contrib/auth/locale/be/LC_MESSAGES copying django/contrib/auth/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/be/LC_MESSAGES copying django/contrib/auth/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/be/LC_MESSAGES creating build/lib/django/contrib/auth/locale/bg creating build/lib/django/contrib/auth/locale/bg/LC_MESSAGES copying django/contrib/auth/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/bg/LC_MESSAGES copying django/contrib/auth/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/bg/LC_MESSAGES creating build/lib/django/contrib/auth/locale/bn creating build/lib/django/contrib/auth/locale/bn/LC_MESSAGES copying django/contrib/auth/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/bn/LC_MESSAGES copying django/contrib/auth/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/bn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/br creating build/lib/django/contrib/auth/locale/br/LC_MESSAGES copying django/contrib/auth/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/br/LC_MESSAGES copying django/contrib/auth/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/br/LC_MESSAGES creating build/lib/django/contrib/auth/locale/bs creating build/lib/django/contrib/auth/locale/bs/LC_MESSAGES copying django/contrib/auth/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/bs/LC_MESSAGES copying django/contrib/auth/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/bs/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ca creating build/lib/django/contrib/auth/locale/ca/LC_MESSAGES copying django/contrib/auth/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ca/LC_MESSAGES copying django/contrib/auth/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ca/LC_MESSAGES creating build/lib/django/contrib/auth/locale/cs creating build/lib/django/contrib/auth/locale/cs/LC_MESSAGES copying django/contrib/auth/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/cs/LC_MESSAGES copying django/contrib/auth/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/cs/LC_MESSAGES creating build/lib/django/contrib/auth/locale/cy creating build/lib/django/contrib/auth/locale/cy/LC_MESSAGES copying django/contrib/auth/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/cy/LC_MESSAGES copying django/contrib/auth/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/cy/LC_MESSAGES creating build/lib/django/contrib/auth/locale/da creating build/lib/django/contrib/auth/locale/da/LC_MESSAGES copying django/contrib/auth/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/da/LC_MESSAGES copying django/contrib/auth/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/da/LC_MESSAGES creating build/lib/django/contrib/auth/locale/de creating build/lib/django/contrib/auth/locale/de/LC_MESSAGES copying django/contrib/auth/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/de/LC_MESSAGES copying django/contrib/auth/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/de/LC_MESSAGES creating build/lib/django/contrib/auth/locale/dsb creating build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES copying django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES copying django/contrib/auth/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/el creating build/lib/django/contrib/auth/locale/el/LC_MESSAGES copying django/contrib/auth/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/el/LC_MESSAGES copying django/contrib/auth/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/el/LC_MESSAGES creating build/lib/django/contrib/auth/locale/en creating build/lib/django/contrib/auth/locale/en/LC_MESSAGES copying django/contrib/auth/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/en/LC_MESSAGES copying django/contrib/auth/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/en/LC_MESSAGES creating build/lib/django/contrib/auth/locale/en_AU creating build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES copying django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES copying django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/auth/locale/en_GB creating build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES copying django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES copying django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/auth/locale/eo creating build/lib/django/contrib/auth/locale/eo/LC_MESSAGES copying django/contrib/auth/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/eo/LC_MESSAGES copying django/contrib/auth/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/eo/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es creating build/lib/django/contrib/auth/locale/es/LC_MESSAGES copying django/contrib/auth/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es/LC_MESSAGES copying django/contrib/auth/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_AR creating build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES copying django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES copying django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_CO creating build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES copying django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES copying django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_MX creating build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES copying django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES copying django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_VE creating build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES copying django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES copying django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/auth/locale/et creating build/lib/django/contrib/auth/locale/et/LC_MESSAGES copying django/contrib/auth/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/et/LC_MESSAGES copying django/contrib/auth/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/et/LC_MESSAGES creating build/lib/django/contrib/auth/locale/eu creating build/lib/django/contrib/auth/locale/eu/LC_MESSAGES copying django/contrib/auth/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/eu/LC_MESSAGES copying django/contrib/auth/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/eu/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fa creating build/lib/django/contrib/auth/locale/fa/LC_MESSAGES copying django/contrib/auth/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fa/LC_MESSAGES copying django/contrib/auth/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fa/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fi creating build/lib/django/contrib/auth/locale/fi/LC_MESSAGES copying django/contrib/auth/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fi/LC_MESSAGES copying django/contrib/auth/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fi/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fr creating build/lib/django/contrib/auth/locale/fr/LC_MESSAGES copying django/contrib/auth/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fr/LC_MESSAGES copying django/contrib/auth/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fy creating build/lib/django/contrib/auth/locale/fy/LC_MESSAGES copying django/contrib/auth/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fy/LC_MESSAGES copying django/contrib/auth/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fy/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ga creating build/lib/django/contrib/auth/locale/ga/LC_MESSAGES copying django/contrib/auth/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ga/LC_MESSAGES copying django/contrib/auth/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ga/LC_MESSAGES creating build/lib/django/contrib/auth/locale/gd creating build/lib/django/contrib/auth/locale/gd/LC_MESSAGES copying django/contrib/auth/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/gd/LC_MESSAGES copying django/contrib/auth/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/gd/LC_MESSAGES creating build/lib/django/contrib/auth/locale/gl creating build/lib/django/contrib/auth/locale/gl/LC_MESSAGES copying django/contrib/auth/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/gl/LC_MESSAGES copying django/contrib/auth/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/gl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/he creating build/lib/django/contrib/auth/locale/he/LC_MESSAGES copying django/contrib/auth/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/he/LC_MESSAGES copying django/contrib/auth/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/he/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hi creating build/lib/django/contrib/auth/locale/hi/LC_MESSAGES copying django/contrib/auth/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hi/LC_MESSAGES copying django/contrib/auth/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hi/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hr creating build/lib/django/contrib/auth/locale/hr/LC_MESSAGES copying django/contrib/auth/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hr/LC_MESSAGES copying django/contrib/auth/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hsb creating build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES copying django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES copying django/contrib/auth/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hu creating build/lib/django/contrib/auth/locale/hu/LC_MESSAGES copying django/contrib/auth/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hu/LC_MESSAGES copying django/contrib/auth/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hu/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hy creating build/lib/django/contrib/auth/locale/hy/LC_MESSAGES copying django/contrib/auth/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hy/LC_MESSAGES copying django/contrib/auth/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hy/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ia creating build/lib/django/contrib/auth/locale/ia/LC_MESSAGES copying django/contrib/auth/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ia/LC_MESSAGES copying django/contrib/auth/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ia/LC_MESSAGES creating build/lib/django/contrib/auth/locale/id creating build/lib/django/contrib/auth/locale/id/LC_MESSAGES copying django/contrib/auth/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/id/LC_MESSAGES copying django/contrib/auth/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/id/LC_MESSAGES creating build/lib/django/contrib/auth/locale/io creating build/lib/django/contrib/auth/locale/io/LC_MESSAGES copying django/contrib/auth/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/io/LC_MESSAGES copying django/contrib/auth/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/io/LC_MESSAGES creating build/lib/django/contrib/auth/locale/is creating build/lib/django/contrib/auth/locale/is/LC_MESSAGES copying django/contrib/auth/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/is/LC_MESSAGES copying django/contrib/auth/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/is/LC_MESSAGES creating build/lib/django/contrib/auth/locale/it creating build/lib/django/contrib/auth/locale/it/LC_MESSAGES copying django/contrib/auth/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/it/LC_MESSAGES copying django/contrib/auth/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/it/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ja creating build/lib/django/contrib/auth/locale/ja/LC_MESSAGES copying django/contrib/auth/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ja/LC_MESSAGES copying django/contrib/auth/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ja/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ka creating build/lib/django/contrib/auth/locale/ka/LC_MESSAGES copying django/contrib/auth/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ka/LC_MESSAGES copying django/contrib/auth/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ka/LC_MESSAGES creating build/lib/django/contrib/auth/locale/kab creating build/lib/django/contrib/auth/locale/kab/LC_MESSAGES copying django/contrib/auth/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/kab/LC_MESSAGES copying django/contrib/auth/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/kab/LC_MESSAGES creating build/lib/django/contrib/auth/locale/kk creating build/lib/django/contrib/auth/locale/kk/LC_MESSAGES copying django/contrib/auth/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/kk/LC_MESSAGES copying django/contrib/auth/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/kk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/km creating build/lib/django/contrib/auth/locale/km/LC_MESSAGES copying django/contrib/auth/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/km/LC_MESSAGES copying django/contrib/auth/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/km/LC_MESSAGES creating build/lib/django/contrib/auth/locale/kn creating build/lib/django/contrib/auth/locale/kn/LC_MESSAGES copying django/contrib/auth/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/kn/LC_MESSAGES copying django/contrib/auth/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/kn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ko creating build/lib/django/contrib/auth/locale/ko/LC_MESSAGES copying django/contrib/auth/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ko/LC_MESSAGES copying django/contrib/auth/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ko/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ky creating build/lib/django/contrib/auth/locale/ky/LC_MESSAGES copying django/contrib/auth/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ky/LC_MESSAGES copying django/contrib/auth/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ky/LC_MESSAGES creating build/lib/django/contrib/auth/locale/lb creating build/lib/django/contrib/auth/locale/lb/LC_MESSAGES copying django/contrib/auth/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/lb/LC_MESSAGES copying django/contrib/auth/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/lb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/lt creating build/lib/django/contrib/auth/locale/lt/LC_MESSAGES copying django/contrib/auth/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/lt/LC_MESSAGES copying django/contrib/auth/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/lt/LC_MESSAGES creating build/lib/django/contrib/auth/locale/lv creating build/lib/django/contrib/auth/locale/lv/LC_MESSAGES copying django/contrib/auth/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/lv/LC_MESSAGES copying django/contrib/auth/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/lv/LC_MESSAGES creating build/lib/django/contrib/auth/locale/mk creating build/lib/django/contrib/auth/locale/mk/LC_MESSAGES copying django/contrib/auth/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/mk/LC_MESSAGES copying django/contrib/auth/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/mk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ml creating build/lib/django/contrib/auth/locale/ml/LC_MESSAGES copying django/contrib/auth/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ml/LC_MESSAGES copying django/contrib/auth/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ml/LC_MESSAGES creating build/lib/django/contrib/auth/locale/mn creating build/lib/django/contrib/auth/locale/mn/LC_MESSAGES copying django/contrib/auth/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/mn/LC_MESSAGES copying django/contrib/auth/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/mn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/mr creating build/lib/django/contrib/auth/locale/mr/LC_MESSAGES copying django/contrib/auth/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/mr/LC_MESSAGES copying django/contrib/auth/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/mr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ms creating build/lib/django/contrib/auth/locale/ms/LC_MESSAGES copying django/contrib/auth/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ms/LC_MESSAGES copying django/contrib/auth/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ms/LC_MESSAGES creating build/lib/django/contrib/auth/locale/my creating build/lib/django/contrib/auth/locale/my/LC_MESSAGES copying django/contrib/auth/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/my/LC_MESSAGES copying django/contrib/auth/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/my/LC_MESSAGES creating build/lib/django/contrib/auth/locale/nb creating build/lib/django/contrib/auth/locale/nb/LC_MESSAGES copying django/contrib/auth/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/nb/LC_MESSAGES copying django/contrib/auth/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/nb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ne creating build/lib/django/contrib/auth/locale/ne/LC_MESSAGES copying django/contrib/auth/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ne/LC_MESSAGES copying django/contrib/auth/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ne/LC_MESSAGES creating build/lib/django/contrib/auth/locale/nl creating build/lib/django/contrib/auth/locale/nl/LC_MESSAGES copying django/contrib/auth/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/nl/LC_MESSAGES copying django/contrib/auth/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/nl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/nn creating build/lib/django/contrib/auth/locale/nn/LC_MESSAGES copying django/contrib/auth/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/nn/LC_MESSAGES copying django/contrib/auth/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/nn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/os creating build/lib/django/contrib/auth/locale/os/LC_MESSAGES copying django/contrib/auth/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/os/LC_MESSAGES copying django/contrib/auth/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/os/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pa creating build/lib/django/contrib/auth/locale/pa/LC_MESSAGES copying django/contrib/auth/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pa/LC_MESSAGES copying django/contrib/auth/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pa/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pl creating build/lib/django/contrib/auth/locale/pl/LC_MESSAGES copying django/contrib/auth/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pl/LC_MESSAGES copying django/contrib/auth/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pt creating build/lib/django/contrib/auth/locale/pt/LC_MESSAGES copying django/contrib/auth/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pt/LC_MESSAGES copying django/contrib/auth/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pt/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pt_BR creating build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ro creating build/lib/django/contrib/auth/locale/ro/LC_MESSAGES copying django/contrib/auth/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ro/LC_MESSAGES copying django/contrib/auth/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ro/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ru creating build/lib/django/contrib/auth/locale/ru/LC_MESSAGES copying django/contrib/auth/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ru/LC_MESSAGES copying django/contrib/auth/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ru/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sk creating build/lib/django/contrib/auth/locale/sk/LC_MESSAGES copying django/contrib/auth/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sk/LC_MESSAGES copying django/contrib/auth/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sl creating build/lib/django/contrib/auth/locale/sl/LC_MESSAGES copying django/contrib/auth/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sl/LC_MESSAGES copying django/contrib/auth/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sq creating build/lib/django/contrib/auth/locale/sq/LC_MESSAGES copying django/contrib/auth/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sq/LC_MESSAGES copying django/contrib/auth/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sq/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sr creating build/lib/django/contrib/auth/locale/sr/LC_MESSAGES copying django/contrib/auth/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sr/LC_MESSAGES copying django/contrib/auth/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sr_Latn creating build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sv creating build/lib/django/contrib/auth/locale/sv/LC_MESSAGES copying django/contrib/auth/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sv/LC_MESSAGES copying django/contrib/auth/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sv/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sw creating build/lib/django/contrib/auth/locale/sw/LC_MESSAGES copying django/contrib/auth/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sw/LC_MESSAGES copying django/contrib/auth/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sw/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ta creating build/lib/django/contrib/auth/locale/ta/LC_MESSAGES copying django/contrib/auth/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ta/LC_MESSAGES copying django/contrib/auth/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ta/LC_MESSAGES creating build/lib/django/contrib/auth/locale/te creating build/lib/django/contrib/auth/locale/te/LC_MESSAGES copying django/contrib/auth/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/te/LC_MESSAGES copying django/contrib/auth/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/te/LC_MESSAGES creating build/lib/django/contrib/auth/locale/tg creating build/lib/django/contrib/auth/locale/tg/LC_MESSAGES copying django/contrib/auth/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/tg/LC_MESSAGES copying django/contrib/auth/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/tg/LC_MESSAGES creating build/lib/django/contrib/auth/locale/th creating build/lib/django/contrib/auth/locale/th/LC_MESSAGES copying django/contrib/auth/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/th/LC_MESSAGES copying django/contrib/auth/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/th/LC_MESSAGES creating build/lib/django/contrib/auth/locale/tk creating build/lib/django/contrib/auth/locale/tk/LC_MESSAGES copying django/contrib/auth/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/tk/LC_MESSAGES copying django/contrib/auth/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/tk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/tr creating build/lib/django/contrib/auth/locale/tr/LC_MESSAGES copying django/contrib/auth/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/tr/LC_MESSAGES copying django/contrib/auth/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/tr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/tt creating build/lib/django/contrib/auth/locale/tt/LC_MESSAGES copying django/contrib/auth/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/tt/LC_MESSAGES copying django/contrib/auth/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/tt/LC_MESSAGES creating build/lib/django/contrib/auth/locale/udm creating build/lib/django/contrib/auth/locale/udm/LC_MESSAGES copying django/contrib/auth/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/udm/LC_MESSAGES copying django/contrib/auth/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/udm/LC_MESSAGES creating build/lib/django/contrib/auth/locale/uk creating build/lib/django/contrib/auth/locale/uk/LC_MESSAGES copying django/contrib/auth/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/uk/LC_MESSAGES copying django/contrib/auth/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/uk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ur creating build/lib/django/contrib/auth/locale/ur/LC_MESSAGES copying django/contrib/auth/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ur/LC_MESSAGES copying django/contrib/auth/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ur/LC_MESSAGES creating build/lib/django/contrib/auth/locale/uz creating build/lib/django/contrib/auth/locale/uz/LC_MESSAGES copying django/contrib/auth/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/uz/LC_MESSAGES copying django/contrib/auth/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/uz/LC_MESSAGES creating build/lib/django/contrib/auth/locale/vi creating build/lib/django/contrib/auth/locale/vi/LC_MESSAGES copying django/contrib/auth/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/vi/LC_MESSAGES copying django/contrib/auth/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/vi/LC_MESSAGES creating build/lib/django/contrib/auth/locale/zh_Hans creating build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/auth/locale/zh_Hant creating build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/auth/templates creating build/lib/django/contrib/auth/templates/auth creating build/lib/django/contrib/auth/templates/auth/widgets copying django/contrib/auth/templates/auth/widgets/read_only_password_hash.html -> build/lib/django/contrib/auth/templates/auth/widgets creating build/lib/django/contrib/auth/templates/registration copying django/contrib/auth/templates/registration/password_reset_subject.txt -> build/lib/django/contrib/auth/templates/registration creating build/lib/django/contrib/admindocs/locale creating build/lib/django/contrib/admindocs/locale/af creating build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES copying django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES copying django/contrib/admindocs/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ar creating build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES copying django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES copying django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ar_DZ creating build/lib/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES copying django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES copying django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ast creating build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES copying django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES copying django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/az creating build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES copying django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES copying django/contrib/admindocs/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/be creating build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES copying django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES copying django/contrib/admindocs/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/bg creating build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES copying django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES copying django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/bn creating build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES copying django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES copying django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/br creating build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES copying django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES copying django/contrib/admindocs/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/bs creating build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES copying django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES copying django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ca creating build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES copying django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES copying django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/cs creating build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES copying django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES copying django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/cy creating build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES copying django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES copying django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/da creating build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES copying django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES copying django/contrib/admindocs/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/de creating build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES copying django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES copying django/contrib/admindocs/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/dsb creating build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/el creating build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES copying django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES copying django/contrib/admindocs/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/en creating build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES copying django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES copying django/contrib/admindocs/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/en_AU creating build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/en_GB creating build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/eo creating build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES copying django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES copying django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es creating build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES copying django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES copying django/contrib/admindocs/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_AR creating build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_CO creating build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_MX creating build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_VE creating build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/et creating build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES copying django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES copying django/contrib/admindocs/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/eu creating build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES copying django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES copying django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fa creating build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES copying django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES copying django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fi creating build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES copying django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES copying django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fr creating build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES copying django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES copying django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fy creating build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES copying django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES copying django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ga creating build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES copying django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES copying django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/gd creating build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES copying django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES copying django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/gl creating build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES copying django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES copying django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/he creating build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES copying django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES copying django/contrib/admindocs/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hi creating build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES copying django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES copying django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hr creating build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES copying django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES copying django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hsb creating build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hu creating build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES copying django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES copying django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ia creating build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES copying django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES copying django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/id creating build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES copying django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES copying django/contrib/admindocs/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/io creating build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES copying django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES copying django/contrib/admindocs/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/is creating build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES copying django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES copying django/contrib/admindocs/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/it creating build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES copying django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES copying django/contrib/admindocs/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ja creating build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES copying django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES copying django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ka creating build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES copying django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES copying django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/kab creating build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES copying django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES copying django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/kk creating build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES copying django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES copying django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/km creating build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES copying django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES copying django/contrib/admindocs/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/kn creating build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES copying django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES copying django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ko creating build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES copying django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES copying django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ky creating build/lib/django/contrib/admindocs/locale/ky/LC_MESSAGES copying django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ky/LC_MESSAGES copying django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ky/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/lb creating build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES copying django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES copying django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/lt creating build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES copying django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES copying django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/lv creating build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES copying django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES copying django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/mk creating build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES copying django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES copying django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ml creating build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES copying django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES copying django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/mn creating build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES copying django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES copying django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/mr creating build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES copying django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES copying django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ms creating build/lib/django/contrib/admindocs/locale/ms/LC_MESSAGES copying django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ms/LC_MESSAGES copying django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ms/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/my creating build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES copying django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES copying django/contrib/admindocs/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/nb creating build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES copying django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES copying django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ne creating build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES copying django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES copying django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/nl creating build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES copying django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES copying django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/nn creating build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES copying django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES copying django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/os creating build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES copying django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES copying django/contrib/admindocs/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pa creating build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES copying django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES copying django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pl creating build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES copying django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES copying django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pt creating build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES copying django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES copying django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pt_BR creating build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ro creating build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES copying django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES copying django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ru creating build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES copying django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES copying django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sk creating build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES copying django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES copying django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sl creating build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES copying django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES copying django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sq creating build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES copying django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES copying django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sr creating build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES copying django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES copying django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sr_Latn creating build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sv creating build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES copying django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES copying django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sw creating build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES copying django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES copying django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ta creating build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES copying django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES copying django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/te creating build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES copying django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES copying django/contrib/admindocs/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/tg creating build/lib/django/contrib/admindocs/locale/tg/LC_MESSAGES copying django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/tg/LC_MESSAGES copying django/contrib/admindocs/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/tg/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/th creating build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES copying django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES copying django/contrib/admindocs/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/tr creating build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES copying django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES copying django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/tt creating build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES copying django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES copying django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/udm creating build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES copying django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES copying django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/uk creating build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES copying django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES copying django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ur creating build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES copying django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES copying django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/vi creating build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES copying django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES copying django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/zh_Hans creating build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/zh_Hant creating build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/admindocs/templates creating build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/bookmarklets.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/missing_docutils.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/model_detail.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/model_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/template_detail.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/template_filter_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/template_tag_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/view_detail.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/view_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc creating build/lib/django/contrib/flatpages/locale creating build/lib/django/contrib/flatpages/locale/af creating build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES copying django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES copying django/contrib/flatpages/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ar creating build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES copying django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES copying django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ar_DZ creating build/lib/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES copying django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES copying django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ast creating build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES copying django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES copying django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/az creating build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES copying django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES copying django/contrib/flatpages/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/be creating build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES copying django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES copying django/contrib/flatpages/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/bg creating build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES copying django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES copying django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/bn creating build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES copying django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES copying django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/br creating build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES copying django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES copying django/contrib/flatpages/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/bs creating build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES copying django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES copying django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ca creating build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES copying django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES copying django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/cs creating build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES copying django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES copying django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/cy creating build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES copying django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES copying django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/da creating build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES copying django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES copying django/contrib/flatpages/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/de creating build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES copying django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES copying django/contrib/flatpages/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/dsb creating build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/el creating build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES copying django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES copying django/contrib/flatpages/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/en creating build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES copying django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES copying django/contrib/flatpages/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/en_AU creating build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/en_GB creating build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/eo creating build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES copying django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES copying django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es creating build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES copying django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES copying django/contrib/flatpages/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_AR creating build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_CO creating build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_MX creating build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_VE creating build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/et creating build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES copying django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES copying django/contrib/flatpages/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/eu creating build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES copying django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES copying django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fa creating build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES copying django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES copying django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fi creating build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES copying django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES copying django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fr creating build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES copying django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES copying django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fy creating build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES copying django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES copying django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ga creating build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES copying django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES copying django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/gd creating build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES copying django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES copying django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/gl creating build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES copying django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES copying django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/he creating build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES copying django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES copying django/contrib/flatpages/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hi creating build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES copying django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES copying django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hr creating build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES copying django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES copying django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hsb creating build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hu creating build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES copying django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES copying django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hy creating build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES copying django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES copying django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ia creating build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES copying django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES copying django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/id creating build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES copying django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES copying django/contrib/flatpages/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/io creating build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES copying django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES copying django/contrib/flatpages/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/is creating build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES copying django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES copying django/contrib/flatpages/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/it creating build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES copying django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES copying django/contrib/flatpages/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ja creating build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES copying django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES copying django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ka creating build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES copying django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES copying django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/kk creating build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES copying django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES copying django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/km creating build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES copying django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES copying django/contrib/flatpages/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/kn creating build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES copying django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES copying django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ko creating build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES copying django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES copying django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ky creating build/lib/django/contrib/flatpages/locale/ky/LC_MESSAGES copying django/contrib/flatpages/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ky/LC_MESSAGES copying django/contrib/flatpages/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ky/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/lb creating build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES copying django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES copying django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/lt creating build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES copying django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES copying django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/lv creating build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES copying django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES copying django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/mk creating build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES copying django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES copying django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ml creating build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES copying django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES copying django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/mn creating build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES copying django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES copying django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/mr creating build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES copying django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES copying django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ms creating build/lib/django/contrib/flatpages/locale/ms/LC_MESSAGES copying django/contrib/flatpages/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ms/LC_MESSAGES copying django/contrib/flatpages/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ms/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/my creating build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES copying django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES copying django/contrib/flatpages/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/nb creating build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES copying django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES copying django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ne creating build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES copying django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES copying django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/nl creating build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES copying django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES copying django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/nn creating build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES copying django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES copying django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/os creating build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES copying django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES copying django/contrib/flatpages/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pa creating build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES copying django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES copying django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pl creating build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES copying django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES copying django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pt creating build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES copying django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES copying django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pt_BR creating build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ro creating build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES copying django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES copying django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ru creating build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES copying django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES copying django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sk creating build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES copying django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES copying django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sl creating build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES copying django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES copying django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sq creating build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES copying django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES copying django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sr creating build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES copying django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES copying django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sr_Latn creating build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sv creating build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES copying django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES copying django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sw creating build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES copying django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES copying django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ta creating build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES copying django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES copying django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/te creating build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES copying django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES copying django/contrib/flatpages/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/tg creating build/lib/django/contrib/flatpages/locale/tg/LC_MESSAGES copying django/contrib/flatpages/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/tg/LC_MESSAGES copying django/contrib/flatpages/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/tg/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/th creating build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES copying django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES copying django/contrib/flatpages/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/tk creating build/lib/django/contrib/flatpages/locale/tk/LC_MESSAGES copying django/contrib/flatpages/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/tk/LC_MESSAGES copying django/contrib/flatpages/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/tk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/tr creating build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES copying django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES copying django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/tt creating build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES copying django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES copying django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/udm creating build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES copying django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES copying django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/uk creating build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES copying django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES copying django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ur creating build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES copying django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES copying django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/vi creating build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES copying django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES copying django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/zh_Hans creating build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/zh_Hant creating build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/postgres/jinja2 creating build/lib/django/contrib/postgres/jinja2/postgres creating build/lib/django/contrib/postgres/jinja2/postgres/widgets copying django/contrib/postgres/jinja2/postgres/widgets/split_array.html -> build/lib/django/contrib/postgres/jinja2/postgres/widgets creating build/lib/django/contrib/postgres/locale creating build/lib/django/contrib/postgres/locale/af creating build/lib/django/contrib/postgres/locale/af/LC_MESSAGES copying django/contrib/postgres/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/af/LC_MESSAGES copying django/contrib/postgres/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/af/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ar creating build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES copying django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES copying django/contrib/postgres/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ar_DZ creating build/lib/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES copying django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES copying django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/az creating build/lib/django/contrib/postgres/locale/az/LC_MESSAGES copying django/contrib/postgres/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/az/LC_MESSAGES copying django/contrib/postgres/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/az/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/be creating build/lib/django/contrib/postgres/locale/be/LC_MESSAGES copying django/contrib/postgres/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/be/LC_MESSAGES copying django/contrib/postgres/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/be/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/bg creating build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES copying django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES copying django/contrib/postgres/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ca creating build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES copying django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES copying django/contrib/postgres/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/cs creating build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES copying django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES copying django/contrib/postgres/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/da creating build/lib/django/contrib/postgres/locale/da/LC_MESSAGES copying django/contrib/postgres/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/da/LC_MESSAGES copying django/contrib/postgres/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/da/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/de creating build/lib/django/contrib/postgres/locale/de/LC_MESSAGES copying django/contrib/postgres/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/de/LC_MESSAGES copying django/contrib/postgres/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/de/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/dsb creating build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES copying django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES copying django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/el creating build/lib/django/contrib/postgres/locale/el/LC_MESSAGES copying django/contrib/postgres/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/el/LC_MESSAGES copying django/contrib/postgres/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/el/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/en creating build/lib/django/contrib/postgres/locale/en/LC_MESSAGES copying django/contrib/postgres/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/en/LC_MESSAGES copying django/contrib/postgres/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/en/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/en_AU creating build/lib/django/contrib/postgres/locale/en_AU/LC_MESSAGES copying django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/en_AU/LC_MESSAGES copying django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/eo creating build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES copying django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES copying django/contrib/postgres/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es creating build/lib/django/contrib/postgres/locale/es/LC_MESSAGES copying django/contrib/postgres/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es/LC_MESSAGES copying django/contrib/postgres/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es_AR creating build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es_CO creating build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es_MX creating build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/et creating build/lib/django/contrib/postgres/locale/et/LC_MESSAGES copying django/contrib/postgres/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/et/LC_MESSAGES copying django/contrib/postgres/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/et/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/eu creating build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES copying django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES copying django/contrib/postgres/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/fa creating build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES copying django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES copying django/contrib/postgres/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/fi creating build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES copying django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES copying django/contrib/postgres/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/fr creating build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES copying django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES copying django/contrib/postgres/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/gd creating build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES copying django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES copying django/contrib/postgres/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/gl creating build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES copying django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES copying django/contrib/postgres/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/he creating build/lib/django/contrib/postgres/locale/he/LC_MESSAGES copying django/contrib/postgres/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/he/LC_MESSAGES copying django/contrib/postgres/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/he/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hr creating build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES copying django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES copying django/contrib/postgres/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hsb creating build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES copying django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES copying django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hu creating build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES copying django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES copying django/contrib/postgres/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hy creating build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES copying django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES copying django/contrib/postgres/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ia creating build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES copying django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES copying django/contrib/postgres/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/id creating build/lib/django/contrib/postgres/locale/id/LC_MESSAGES copying django/contrib/postgres/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/id/LC_MESSAGES copying django/contrib/postgres/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/id/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/is creating build/lib/django/contrib/postgres/locale/is/LC_MESSAGES copying django/contrib/postgres/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/is/LC_MESSAGES copying django/contrib/postgres/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/is/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/it creating build/lib/django/contrib/postgres/locale/it/LC_MESSAGES copying django/contrib/postgres/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/it/LC_MESSAGES copying django/contrib/postgres/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/it/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ja creating build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES copying django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES copying django/contrib/postgres/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ka creating build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES copying django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES copying django/contrib/postgres/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/kk creating build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES copying django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES copying django/contrib/postgres/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ko creating build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES copying django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES copying django/contrib/postgres/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ky creating build/lib/django/contrib/postgres/locale/ky/LC_MESSAGES copying django/contrib/postgres/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ky/LC_MESSAGES copying django/contrib/postgres/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ky/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/lt creating build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES copying django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES copying django/contrib/postgres/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/lv creating build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES copying django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES copying django/contrib/postgres/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/mk creating build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES copying django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES copying django/contrib/postgres/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ml creating build/lib/django/contrib/postgres/locale/ml/LC_MESSAGES copying django/contrib/postgres/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ml/LC_MESSAGES copying django/contrib/postgres/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ml/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/mn creating build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES copying django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES copying django/contrib/postgres/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ms creating build/lib/django/contrib/postgres/locale/ms/LC_MESSAGES copying django/contrib/postgres/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ms/LC_MESSAGES copying django/contrib/postgres/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ms/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/nb creating build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES copying django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES copying django/contrib/postgres/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ne creating build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES copying django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES copying django/contrib/postgres/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/nl creating build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES copying django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES copying django/contrib/postgres/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/nn creating build/lib/django/contrib/postgres/locale/nn/LC_MESSAGES copying django/contrib/postgres/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/nn/LC_MESSAGES copying django/contrib/postgres/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/nn/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/pl creating build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES copying django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES copying django/contrib/postgres/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/pt creating build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES copying django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES copying django/contrib/postgres/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/pt_BR creating build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ro creating build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES copying django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES copying django/contrib/postgres/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ru creating build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES copying django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES copying django/contrib/postgres/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sk creating build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES copying django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES copying django/contrib/postgres/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sl creating build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES copying django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES copying django/contrib/postgres/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sq creating build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES copying django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES copying django/contrib/postgres/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sr creating build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES copying django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES copying django/contrib/postgres/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sr_Latn creating build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sv creating build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES copying django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES copying django/contrib/postgres/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/tg creating build/lib/django/contrib/postgres/locale/tg/LC_MESSAGES copying django/contrib/postgres/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/tg/LC_MESSAGES copying django/contrib/postgres/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/tg/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/tk creating build/lib/django/contrib/postgres/locale/tk/LC_MESSAGES copying django/contrib/postgres/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/tk/LC_MESSAGES copying django/contrib/postgres/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/tk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/tr creating build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES copying django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES copying django/contrib/postgres/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/uk creating build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES copying django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES copying django/contrib/postgres/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/uz creating build/lib/django/contrib/postgres/locale/uz/LC_MESSAGES copying django/contrib/postgres/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/uz/LC_MESSAGES copying django/contrib/postgres/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/uz/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/zh_Hans creating build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/zh_Hant creating build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/postgres/templates creating build/lib/django/contrib/postgres/templates/postgres creating build/lib/django/contrib/postgres/templates/postgres/widgets copying django/contrib/postgres/templates/postgres/widgets/split_array.html -> build/lib/django/contrib/postgres/templates/postgres/widgets creating build/lib/django/contrib/gis/locale creating build/lib/django/contrib/gis/locale/af creating build/lib/django/contrib/gis/locale/af/LC_MESSAGES copying django/contrib/gis/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/af/LC_MESSAGES copying django/contrib/gis/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/af/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ar creating build/lib/django/contrib/gis/locale/ar/LC_MESSAGES copying django/contrib/gis/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ar/LC_MESSAGES copying django/contrib/gis/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ar/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ar_DZ creating build/lib/django/contrib/gis/locale/ar_DZ/LC_MESSAGES copying django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ar_DZ/LC_MESSAGES copying django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ast creating build/lib/django/contrib/gis/locale/ast/LC_MESSAGES copying django/contrib/gis/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ast/LC_MESSAGES copying django/contrib/gis/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ast/LC_MESSAGES creating build/lib/django/contrib/gis/locale/az creating build/lib/django/contrib/gis/locale/az/LC_MESSAGES copying django/contrib/gis/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/az/LC_MESSAGES copying django/contrib/gis/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/az/LC_MESSAGES creating build/lib/django/contrib/gis/locale/be creating build/lib/django/contrib/gis/locale/be/LC_MESSAGES copying django/contrib/gis/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/be/LC_MESSAGES copying django/contrib/gis/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/be/LC_MESSAGES creating build/lib/django/contrib/gis/locale/bg creating build/lib/django/contrib/gis/locale/bg/LC_MESSAGES copying django/contrib/gis/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/bg/LC_MESSAGES copying django/contrib/gis/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/bg/LC_MESSAGES creating build/lib/django/contrib/gis/locale/bn creating build/lib/django/contrib/gis/locale/bn/LC_MESSAGES copying django/contrib/gis/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/bn/LC_MESSAGES copying django/contrib/gis/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/bn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/br creating build/lib/django/contrib/gis/locale/br/LC_MESSAGES copying django/contrib/gis/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/br/LC_MESSAGES copying django/contrib/gis/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/br/LC_MESSAGES creating build/lib/django/contrib/gis/locale/bs creating build/lib/django/contrib/gis/locale/bs/LC_MESSAGES copying django/contrib/gis/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/bs/LC_MESSAGES copying django/contrib/gis/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/bs/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ca creating build/lib/django/contrib/gis/locale/ca/LC_MESSAGES copying django/contrib/gis/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ca/LC_MESSAGES copying django/contrib/gis/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ca/LC_MESSAGES creating build/lib/django/contrib/gis/locale/cs creating build/lib/django/contrib/gis/locale/cs/LC_MESSAGES copying django/contrib/gis/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/cs/LC_MESSAGES copying django/contrib/gis/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/cs/LC_MESSAGES creating build/lib/django/contrib/gis/locale/cy creating build/lib/django/contrib/gis/locale/cy/LC_MESSAGES copying django/contrib/gis/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/cy/LC_MESSAGES copying django/contrib/gis/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/cy/LC_MESSAGES creating build/lib/django/contrib/gis/locale/da creating build/lib/django/contrib/gis/locale/da/LC_MESSAGES copying django/contrib/gis/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/da/LC_MESSAGES copying django/contrib/gis/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/da/LC_MESSAGES creating build/lib/django/contrib/gis/locale/de creating build/lib/django/contrib/gis/locale/de/LC_MESSAGES copying django/contrib/gis/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/de/LC_MESSAGES copying django/contrib/gis/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/de/LC_MESSAGES creating build/lib/django/contrib/gis/locale/dsb creating build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES copying django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES copying django/contrib/gis/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/el creating build/lib/django/contrib/gis/locale/el/LC_MESSAGES copying django/contrib/gis/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/el/LC_MESSAGES copying django/contrib/gis/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/el/LC_MESSAGES creating build/lib/django/contrib/gis/locale/en creating build/lib/django/contrib/gis/locale/en/LC_MESSAGES copying django/contrib/gis/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/en/LC_MESSAGES copying django/contrib/gis/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/en/LC_MESSAGES creating build/lib/django/contrib/gis/locale/en_AU creating build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES copying django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES copying django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/gis/locale/en_GB creating build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES copying django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES copying django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/gis/locale/eo creating build/lib/django/contrib/gis/locale/eo/LC_MESSAGES copying django/contrib/gis/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/eo/LC_MESSAGES copying django/contrib/gis/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/eo/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es creating build/lib/django/contrib/gis/locale/es/LC_MESSAGES copying django/contrib/gis/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es/LC_MESSAGES copying django/contrib/gis/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_AR creating build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES copying django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES copying django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_CO creating build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES copying django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES copying django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_MX creating build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES copying django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES copying django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_VE creating build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES copying django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES copying django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/gis/locale/et creating build/lib/django/contrib/gis/locale/et/LC_MESSAGES copying django/contrib/gis/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/et/LC_MESSAGES copying django/contrib/gis/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/et/LC_MESSAGES creating build/lib/django/contrib/gis/locale/eu creating build/lib/django/contrib/gis/locale/eu/LC_MESSAGES copying django/contrib/gis/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/eu/LC_MESSAGES copying django/contrib/gis/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/eu/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fa creating build/lib/django/contrib/gis/locale/fa/LC_MESSAGES copying django/contrib/gis/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fa/LC_MESSAGES copying django/contrib/gis/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fa/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fi creating build/lib/django/contrib/gis/locale/fi/LC_MESSAGES copying django/contrib/gis/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fi/LC_MESSAGES copying django/contrib/gis/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fi/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fr creating build/lib/django/contrib/gis/locale/fr/LC_MESSAGES copying django/contrib/gis/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fr/LC_MESSAGES copying django/contrib/gis/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fy creating build/lib/django/contrib/gis/locale/fy/LC_MESSAGES copying django/contrib/gis/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fy/LC_MESSAGES copying django/contrib/gis/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fy/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ga creating build/lib/django/contrib/gis/locale/ga/LC_MESSAGES copying django/contrib/gis/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ga/LC_MESSAGES copying django/contrib/gis/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ga/LC_MESSAGES creating build/lib/django/contrib/gis/locale/gd creating build/lib/django/contrib/gis/locale/gd/LC_MESSAGES copying django/contrib/gis/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/gd/LC_MESSAGES copying django/contrib/gis/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/gd/LC_MESSAGES creating build/lib/django/contrib/gis/locale/gl creating build/lib/django/contrib/gis/locale/gl/LC_MESSAGES copying django/contrib/gis/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/gl/LC_MESSAGES copying django/contrib/gis/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/gl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/he creating build/lib/django/contrib/gis/locale/he/LC_MESSAGES copying django/contrib/gis/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/he/LC_MESSAGES copying django/contrib/gis/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/he/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hi creating build/lib/django/contrib/gis/locale/hi/LC_MESSAGES copying django/contrib/gis/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hi/LC_MESSAGES copying django/contrib/gis/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hi/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hr creating build/lib/django/contrib/gis/locale/hr/LC_MESSAGES copying django/contrib/gis/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hr/LC_MESSAGES copying django/contrib/gis/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hsb creating build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES copying django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES copying django/contrib/gis/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hu creating build/lib/django/contrib/gis/locale/hu/LC_MESSAGES copying django/contrib/gis/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hu/LC_MESSAGES copying django/contrib/gis/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hu/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hy creating build/lib/django/contrib/gis/locale/hy/LC_MESSAGES copying django/contrib/gis/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hy/LC_MESSAGES copying django/contrib/gis/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hy/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ia creating build/lib/django/contrib/gis/locale/ia/LC_MESSAGES copying django/contrib/gis/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ia/LC_MESSAGES copying django/contrib/gis/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ia/LC_MESSAGES creating build/lib/django/contrib/gis/locale/id creating build/lib/django/contrib/gis/locale/id/LC_MESSAGES copying django/contrib/gis/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/id/LC_MESSAGES copying django/contrib/gis/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/id/LC_MESSAGES creating build/lib/django/contrib/gis/locale/io creating build/lib/django/contrib/gis/locale/io/LC_MESSAGES copying django/contrib/gis/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/io/LC_MESSAGES copying django/contrib/gis/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/io/LC_MESSAGES creating build/lib/django/contrib/gis/locale/is creating build/lib/django/contrib/gis/locale/is/LC_MESSAGES copying django/contrib/gis/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/is/LC_MESSAGES copying django/contrib/gis/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/is/LC_MESSAGES creating build/lib/django/contrib/gis/locale/it creating build/lib/django/contrib/gis/locale/it/LC_MESSAGES copying django/contrib/gis/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/it/LC_MESSAGES copying django/contrib/gis/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/it/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ja creating build/lib/django/contrib/gis/locale/ja/LC_MESSAGES copying django/contrib/gis/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ja/LC_MESSAGES copying django/contrib/gis/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ja/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ka creating build/lib/django/contrib/gis/locale/ka/LC_MESSAGES copying django/contrib/gis/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ka/LC_MESSAGES copying django/contrib/gis/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ka/LC_MESSAGES creating build/lib/django/contrib/gis/locale/kk creating build/lib/django/contrib/gis/locale/kk/LC_MESSAGES copying django/contrib/gis/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/kk/LC_MESSAGES copying django/contrib/gis/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/kk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/km creating build/lib/django/contrib/gis/locale/km/LC_MESSAGES copying django/contrib/gis/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/km/LC_MESSAGES copying django/contrib/gis/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/km/LC_MESSAGES creating build/lib/django/contrib/gis/locale/kn creating build/lib/django/contrib/gis/locale/kn/LC_MESSAGES copying django/contrib/gis/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/kn/LC_MESSAGES copying django/contrib/gis/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/kn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ko creating build/lib/django/contrib/gis/locale/ko/LC_MESSAGES copying django/contrib/gis/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ko/LC_MESSAGES copying django/contrib/gis/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ko/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ky creating build/lib/django/contrib/gis/locale/ky/LC_MESSAGES copying django/contrib/gis/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ky/LC_MESSAGES copying django/contrib/gis/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ky/LC_MESSAGES creating build/lib/django/contrib/gis/locale/lb creating build/lib/django/contrib/gis/locale/lb/LC_MESSAGES copying django/contrib/gis/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/lb/LC_MESSAGES copying django/contrib/gis/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/lb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/lt creating build/lib/django/contrib/gis/locale/lt/LC_MESSAGES copying django/contrib/gis/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/lt/LC_MESSAGES copying django/contrib/gis/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/lt/LC_MESSAGES creating build/lib/django/contrib/gis/locale/lv creating build/lib/django/contrib/gis/locale/lv/LC_MESSAGES copying django/contrib/gis/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/lv/LC_MESSAGES copying django/contrib/gis/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/lv/LC_MESSAGES creating build/lib/django/contrib/gis/locale/mk creating build/lib/django/contrib/gis/locale/mk/LC_MESSAGES copying django/contrib/gis/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/mk/LC_MESSAGES copying django/contrib/gis/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/mk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ml creating build/lib/django/contrib/gis/locale/ml/LC_MESSAGES copying django/contrib/gis/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ml/LC_MESSAGES copying django/contrib/gis/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ml/LC_MESSAGES creating build/lib/django/contrib/gis/locale/mn creating build/lib/django/contrib/gis/locale/mn/LC_MESSAGES copying django/contrib/gis/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/mn/LC_MESSAGES copying django/contrib/gis/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/mn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/mr creating build/lib/django/contrib/gis/locale/mr/LC_MESSAGES copying django/contrib/gis/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/mr/LC_MESSAGES copying django/contrib/gis/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/mr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ms creating build/lib/django/contrib/gis/locale/ms/LC_MESSAGES copying django/contrib/gis/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ms/LC_MESSAGES copying django/contrib/gis/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ms/LC_MESSAGES creating build/lib/django/contrib/gis/locale/my creating build/lib/django/contrib/gis/locale/my/LC_MESSAGES copying django/contrib/gis/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/my/LC_MESSAGES copying django/contrib/gis/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/my/LC_MESSAGES creating build/lib/django/contrib/gis/locale/nb creating build/lib/django/contrib/gis/locale/nb/LC_MESSAGES copying django/contrib/gis/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/nb/LC_MESSAGES copying django/contrib/gis/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/nb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ne creating build/lib/django/contrib/gis/locale/ne/LC_MESSAGES copying django/contrib/gis/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ne/LC_MESSAGES copying django/contrib/gis/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ne/LC_MESSAGES creating build/lib/django/contrib/gis/locale/nl creating build/lib/django/contrib/gis/locale/nl/LC_MESSAGES copying django/contrib/gis/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/nl/LC_MESSAGES copying django/contrib/gis/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/nl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/nn creating build/lib/django/contrib/gis/locale/nn/LC_MESSAGES copying django/contrib/gis/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/nn/LC_MESSAGES copying django/contrib/gis/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/nn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/os creating build/lib/django/contrib/gis/locale/os/LC_MESSAGES copying django/contrib/gis/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/os/LC_MESSAGES copying django/contrib/gis/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/os/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pa creating build/lib/django/contrib/gis/locale/pa/LC_MESSAGES copying django/contrib/gis/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pa/LC_MESSAGES copying django/contrib/gis/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pa/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pl creating build/lib/django/contrib/gis/locale/pl/LC_MESSAGES copying django/contrib/gis/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pl/LC_MESSAGES copying django/contrib/gis/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pt creating build/lib/django/contrib/gis/locale/pt/LC_MESSAGES copying django/contrib/gis/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pt/LC_MESSAGES copying django/contrib/gis/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pt/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pt_BR creating build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ro creating build/lib/django/contrib/gis/locale/ro/LC_MESSAGES copying django/contrib/gis/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ro/LC_MESSAGES copying django/contrib/gis/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ro/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ru creating build/lib/django/contrib/gis/locale/ru/LC_MESSAGES copying django/contrib/gis/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ru/LC_MESSAGES copying django/contrib/gis/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ru/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sk creating build/lib/django/contrib/gis/locale/sk/LC_MESSAGES copying django/contrib/gis/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sk/LC_MESSAGES copying django/contrib/gis/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sl creating build/lib/django/contrib/gis/locale/sl/LC_MESSAGES copying django/contrib/gis/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sl/LC_MESSAGES copying django/contrib/gis/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sq creating build/lib/django/contrib/gis/locale/sq/LC_MESSAGES copying django/contrib/gis/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sq/LC_MESSAGES copying django/contrib/gis/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sq/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sr creating build/lib/django/contrib/gis/locale/sr/LC_MESSAGES copying django/contrib/gis/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sr/LC_MESSAGES copying django/contrib/gis/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sr_Latn creating build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sv creating build/lib/django/contrib/gis/locale/sv/LC_MESSAGES copying django/contrib/gis/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sv/LC_MESSAGES copying django/contrib/gis/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sv/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sw creating build/lib/django/contrib/gis/locale/sw/LC_MESSAGES copying django/contrib/gis/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sw/LC_MESSAGES copying django/contrib/gis/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sw/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ta creating build/lib/django/contrib/gis/locale/ta/LC_MESSAGES copying django/contrib/gis/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ta/LC_MESSAGES copying django/contrib/gis/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ta/LC_MESSAGES creating build/lib/django/contrib/gis/locale/te creating build/lib/django/contrib/gis/locale/te/LC_MESSAGES copying django/contrib/gis/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/te/LC_MESSAGES copying django/contrib/gis/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/te/LC_MESSAGES creating build/lib/django/contrib/gis/locale/tg creating build/lib/django/contrib/gis/locale/tg/LC_MESSAGES copying django/contrib/gis/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/tg/LC_MESSAGES copying django/contrib/gis/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/tg/LC_MESSAGES creating build/lib/django/contrib/gis/locale/th creating build/lib/django/contrib/gis/locale/th/LC_MESSAGES copying django/contrib/gis/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/th/LC_MESSAGES copying django/contrib/gis/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/th/LC_MESSAGES creating build/lib/django/contrib/gis/locale/tr creating build/lib/django/contrib/gis/locale/tr/LC_MESSAGES copying django/contrib/gis/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/tr/LC_MESSAGES copying django/contrib/gis/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/tr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/tt creating build/lib/django/contrib/gis/locale/tt/LC_MESSAGES copying django/contrib/gis/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/tt/LC_MESSAGES copying django/contrib/gis/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/tt/LC_MESSAGES creating build/lib/django/contrib/gis/locale/udm creating build/lib/django/contrib/gis/locale/udm/LC_MESSAGES copying django/contrib/gis/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/udm/LC_MESSAGES copying django/contrib/gis/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/udm/LC_MESSAGES creating build/lib/django/contrib/gis/locale/uk creating build/lib/django/contrib/gis/locale/uk/LC_MESSAGES copying django/contrib/gis/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/uk/LC_MESSAGES copying django/contrib/gis/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/uk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ur creating build/lib/django/contrib/gis/locale/ur/LC_MESSAGES copying django/contrib/gis/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ur/LC_MESSAGES copying django/contrib/gis/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ur/LC_MESSAGES creating build/lib/django/contrib/gis/locale/vi creating build/lib/django/contrib/gis/locale/vi/LC_MESSAGES copying django/contrib/gis/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/vi/LC_MESSAGES copying django/contrib/gis/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/vi/LC_MESSAGES creating build/lib/django/contrib/gis/locale/zh_Hans creating build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/gis/locale/zh_Hant creating build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/gis/static creating build/lib/django/contrib/gis/static/gis creating build/lib/django/contrib/gis/static/gis/css copying django/contrib/gis/static/gis/css/ol3.css -> build/lib/django/contrib/gis/static/gis/css creating build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_line_off.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_line_on.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_point_off.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_point_on.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_polygon_off.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_polygon_on.svg -> build/lib/django/contrib/gis/static/gis/img creating build/lib/django/contrib/gis/static/gis/js copying django/contrib/gis/static/gis/js/OLMapWidget.js -> build/lib/django/contrib/gis/static/gis/js creating build/lib/django/contrib/gis/templates creating build/lib/django/contrib/gis/templates/gis copying django/contrib/gis/templates/gis/openlayers-osm.html -> build/lib/django/contrib/gis/templates/gis copying django/contrib/gis/templates/gis/openlayers.html -> build/lib/django/contrib/gis/templates/gis creating build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/openlayers.html -> build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/openlayers.js -> build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/osm.html -> build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/osm.js -> build/lib/django/contrib/gis/templates/gis/admin creating build/lib/django/contrib/gis/templates/gis/kml copying django/contrib/gis/templates/gis/kml/base.kml -> build/lib/django/contrib/gis/templates/gis/kml copying django/contrib/gis/templates/gis/kml/placemarks.kml -> build/lib/django/contrib/gis/templates/gis/kml creating build/lib/django/contrib/contenttypes/locale creating build/lib/django/contrib/contenttypes/locale/af creating build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES copying django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES copying django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ar creating build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ar_DZ creating build/lib/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES copying django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES copying django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ast creating build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/az creating build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES copying django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES copying django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/be creating build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES copying django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES copying django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/bg creating build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/bn creating build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/br creating build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES copying django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES copying django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/bs creating build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ca creating build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/cs creating build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/cy creating build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/da creating build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES copying django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES copying django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/de creating build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES copying django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES copying django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/dsb creating build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/el creating build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES copying django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES copying django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/en creating build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES copying django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES copying django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/en_AU creating build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/en_GB creating build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/eo creating build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es creating build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES copying django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES copying django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_AR creating build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_CO creating build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_MX creating build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_VE creating build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/et creating build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES copying django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES copying django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/eu creating build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fa creating build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fi creating build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fr creating build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fy creating build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ga creating build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/gd creating build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/gl creating build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/he creating build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES copying django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES copying django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hi creating build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hr creating build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hsb creating build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hu creating build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hy creating build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ia creating build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/id creating build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES copying django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES copying django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/io creating build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES copying django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES copying django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/is creating build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES copying django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES copying django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/it creating build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES copying django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES copying django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ja creating build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ka creating build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/kk creating build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/km creating build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES copying django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES copying django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/kn creating build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ko creating build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ky creating build/lib/django/contrib/contenttypes/locale/ky/LC_MESSAGES copying django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ky/LC_MESSAGES copying django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ky/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/lb creating build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/lt creating build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/lv creating build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/mk creating build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ml creating build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/mn creating build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/mr creating build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ms creating build/lib/django/contrib/contenttypes/locale/ms/LC_MESSAGES copying django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ms/LC_MESSAGES copying django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ms/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/my creating build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES copying django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES copying django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/nb creating build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ne creating build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/nl creating build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/nn creating build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/os creating build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES copying django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES copying django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pa creating build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pl creating build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pt creating build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pt_BR creating build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ro creating build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ru creating build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sk creating build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sl creating build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sq creating build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sr creating build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sr_Latn creating build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sv creating build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sw creating build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ta creating build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/te creating build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES copying django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES copying django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/tg creating build/lib/django/contrib/contenttypes/locale/tg/LC_MESSAGES copying django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/tg/LC_MESSAGES copying django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/tg/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/th creating build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES copying django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES copying django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/tk creating build/lib/django/contrib/contenttypes/locale/tk/LC_MESSAGES copying django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/tk/LC_MESSAGES copying django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/tk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/tr creating build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/tt creating build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/udm creating build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/uk creating build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ur creating build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/vi creating build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/zh_Hans creating build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/zh_Hant creating build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/sessions/locale creating build/lib/django/contrib/sessions/locale/af creating build/lib/django/contrib/sessions/locale/af/LC_MESSAGES copying django/contrib/sessions/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/af/LC_MESSAGES copying django/contrib/sessions/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/af/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ar creating build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES copying django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES copying django/contrib/sessions/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ar_DZ creating build/lib/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES copying django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES copying django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ast creating build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES copying django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES copying django/contrib/sessions/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/az creating build/lib/django/contrib/sessions/locale/az/LC_MESSAGES copying django/contrib/sessions/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/az/LC_MESSAGES copying django/contrib/sessions/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/az/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/be creating build/lib/django/contrib/sessions/locale/be/LC_MESSAGES copying django/contrib/sessions/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/be/LC_MESSAGES copying django/contrib/sessions/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/be/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/bg creating build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES copying django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES copying django/contrib/sessions/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/bn creating build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES copying django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES copying django/contrib/sessions/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/br creating build/lib/django/contrib/sessions/locale/br/LC_MESSAGES copying django/contrib/sessions/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/br/LC_MESSAGES copying django/contrib/sessions/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/br/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/bs creating build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES copying django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES copying django/contrib/sessions/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ca creating build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES copying django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES copying django/contrib/sessions/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/cs creating build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES copying django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES copying django/contrib/sessions/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/cy creating build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES copying django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES copying django/contrib/sessions/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/da creating build/lib/django/contrib/sessions/locale/da/LC_MESSAGES copying django/contrib/sessions/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/da/LC_MESSAGES copying django/contrib/sessions/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/da/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/de creating build/lib/django/contrib/sessions/locale/de/LC_MESSAGES copying django/contrib/sessions/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/de/LC_MESSAGES copying django/contrib/sessions/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/de/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/dsb creating build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES copying django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES copying django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/el creating build/lib/django/contrib/sessions/locale/el/LC_MESSAGES copying django/contrib/sessions/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/el/LC_MESSAGES copying django/contrib/sessions/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/el/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/en creating build/lib/django/contrib/sessions/locale/en/LC_MESSAGES copying django/contrib/sessions/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/en/LC_MESSAGES copying django/contrib/sessions/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/en/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/en_AU creating build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/en_GB creating build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/eo creating build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES copying django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES copying django/contrib/sessions/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es creating build/lib/django/contrib/sessions/locale/es/LC_MESSAGES copying django/contrib/sessions/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es/LC_MESSAGES copying django/contrib/sessions/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_AR creating build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_CO creating build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_MX creating build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_VE creating build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/et creating build/lib/django/contrib/sessions/locale/et/LC_MESSAGES copying django/contrib/sessions/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/et/LC_MESSAGES copying django/contrib/sessions/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/et/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/eu creating build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES copying django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES copying django/contrib/sessions/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fa creating build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES copying django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES copying django/contrib/sessions/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fi creating build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES copying django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES copying django/contrib/sessions/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fr creating build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES copying django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES copying django/contrib/sessions/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fy creating build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES copying django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES copying django/contrib/sessions/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ga creating build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES copying django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES copying django/contrib/sessions/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/gd creating build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES copying django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES copying django/contrib/sessions/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/gl creating build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES copying django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES copying django/contrib/sessions/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/he creating build/lib/django/contrib/sessions/locale/he/LC_MESSAGES copying django/contrib/sessions/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/he/LC_MESSAGES copying django/contrib/sessions/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/he/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hi creating build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES copying django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES copying django/contrib/sessions/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hr creating build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES copying django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES copying django/contrib/sessions/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hsb creating build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES copying django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES copying django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hu creating build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES copying django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES copying django/contrib/sessions/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hy creating build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES copying django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES copying django/contrib/sessions/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ia creating build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES copying django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES copying django/contrib/sessions/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/id creating build/lib/django/contrib/sessions/locale/id/LC_MESSAGES copying django/contrib/sessions/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/id/LC_MESSAGES copying django/contrib/sessions/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/id/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/io creating build/lib/django/contrib/sessions/locale/io/LC_MESSAGES copying django/contrib/sessions/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/io/LC_MESSAGES copying django/contrib/sessions/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/io/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/is creating build/lib/django/contrib/sessions/locale/is/LC_MESSAGES copying django/contrib/sessions/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/is/LC_MESSAGES copying django/contrib/sessions/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/is/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/it creating build/lib/django/contrib/sessions/locale/it/LC_MESSAGES copying django/contrib/sessions/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/it/LC_MESSAGES copying django/contrib/sessions/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/it/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ja creating build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES copying django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES copying django/contrib/sessions/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ka creating build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES copying django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES copying django/contrib/sessions/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/kab creating build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES copying django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES copying django/contrib/sessions/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/kk creating build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES copying django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES copying django/contrib/sessions/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/km creating build/lib/django/contrib/sessions/locale/km/LC_MESSAGES copying django/contrib/sessions/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/km/LC_MESSAGES copying django/contrib/sessions/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/km/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/kn creating build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES copying django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES copying django/contrib/sessions/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ko creating build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES copying django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES copying django/contrib/sessions/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ky creating build/lib/django/contrib/sessions/locale/ky/LC_MESSAGES copying django/contrib/sessions/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ky/LC_MESSAGES copying django/contrib/sessions/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ky/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/lb creating build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES copying django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES copying django/contrib/sessions/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/lt creating build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES copying django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES copying django/contrib/sessions/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/lv creating build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES copying django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES copying django/contrib/sessions/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/mk creating build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES copying django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES copying django/contrib/sessions/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ml creating build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES copying django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES copying django/contrib/sessions/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/mn creating build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES copying django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES copying django/contrib/sessions/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/mr creating build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES copying django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES copying django/contrib/sessions/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ms creating build/lib/django/contrib/sessions/locale/ms/LC_MESSAGES copying django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ms/LC_MESSAGES copying django/contrib/sessions/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ms/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/my creating build/lib/django/contrib/sessions/locale/my/LC_MESSAGES copying django/contrib/sessions/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/my/LC_MESSAGES copying django/contrib/sessions/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/my/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/nb creating build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES copying django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES copying django/contrib/sessions/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ne creating build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES copying django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES copying django/contrib/sessions/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/nl creating build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES copying django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES copying django/contrib/sessions/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/nn creating build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES copying django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES copying django/contrib/sessions/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/os creating build/lib/django/contrib/sessions/locale/os/LC_MESSAGES copying django/contrib/sessions/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/os/LC_MESSAGES copying django/contrib/sessions/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/os/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pa creating build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES copying django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES copying django/contrib/sessions/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pl creating build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES copying django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES copying django/contrib/sessions/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pt creating build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES copying django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES copying django/contrib/sessions/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pt_BR creating build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ro creating build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES copying django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES copying django/contrib/sessions/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ru creating build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES copying django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES copying django/contrib/sessions/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sk creating build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES copying django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES copying django/contrib/sessions/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sl creating build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES copying django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES copying django/contrib/sessions/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sq creating build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES copying django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES copying django/contrib/sessions/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sr creating build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES copying django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES copying django/contrib/sessions/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sr_Latn creating build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sv creating build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES copying django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES copying django/contrib/sessions/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sw creating build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES copying django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES copying django/contrib/sessions/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ta creating build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES copying django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES copying django/contrib/sessions/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/te creating build/lib/django/contrib/sessions/locale/te/LC_MESSAGES copying django/contrib/sessions/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/te/LC_MESSAGES copying django/contrib/sessions/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/te/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/tg creating build/lib/django/contrib/sessions/locale/tg/LC_MESSAGES copying django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/tg/LC_MESSAGES copying django/contrib/sessions/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/tg/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/th creating build/lib/django/contrib/sessions/locale/th/LC_MESSAGES copying django/contrib/sessions/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/th/LC_MESSAGES copying django/contrib/sessions/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/th/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/tk creating build/lib/django/contrib/sessions/locale/tk/LC_MESSAGES copying django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/tk/LC_MESSAGES copying django/contrib/sessions/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/tk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/tr creating build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES copying django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES copying django/contrib/sessions/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/tt creating build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES copying django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES copying django/contrib/sessions/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/udm creating build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES copying django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES copying django/contrib/sessions/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/uk creating build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES copying django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES copying django/contrib/sessions/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ur creating build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES copying django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES copying django/contrib/sessions/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/uz creating build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES copying django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES copying django/contrib/sessions/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/vi creating build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES copying django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES copying django/contrib/sessions/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/zh_Hans creating build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/zh_Hant creating build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/sites/locale creating build/lib/django/contrib/sites/locale/af creating build/lib/django/contrib/sites/locale/af/LC_MESSAGES copying django/contrib/sites/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/af/LC_MESSAGES copying django/contrib/sites/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/af/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ar creating build/lib/django/contrib/sites/locale/ar/LC_MESSAGES copying django/contrib/sites/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ar/LC_MESSAGES copying django/contrib/sites/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ar/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ar_DZ creating build/lib/django/contrib/sites/locale/ar_DZ/LC_MESSAGES copying django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ar_DZ/LC_MESSAGES copying django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ast creating build/lib/django/contrib/sites/locale/ast/LC_MESSAGES copying django/contrib/sites/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ast/LC_MESSAGES copying django/contrib/sites/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ast/LC_MESSAGES creating build/lib/django/contrib/sites/locale/az creating build/lib/django/contrib/sites/locale/az/LC_MESSAGES copying django/contrib/sites/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/az/LC_MESSAGES copying django/contrib/sites/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/az/LC_MESSAGES creating build/lib/django/contrib/sites/locale/be creating build/lib/django/contrib/sites/locale/be/LC_MESSAGES copying django/contrib/sites/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/be/LC_MESSAGES copying django/contrib/sites/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/be/LC_MESSAGES creating build/lib/django/contrib/sites/locale/bg creating build/lib/django/contrib/sites/locale/bg/LC_MESSAGES copying django/contrib/sites/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/bg/LC_MESSAGES copying django/contrib/sites/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/bg/LC_MESSAGES creating build/lib/django/contrib/sites/locale/bn creating build/lib/django/contrib/sites/locale/bn/LC_MESSAGES copying django/contrib/sites/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/bn/LC_MESSAGES copying django/contrib/sites/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/bn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/br creating build/lib/django/contrib/sites/locale/br/LC_MESSAGES copying django/contrib/sites/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/br/LC_MESSAGES copying django/contrib/sites/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/br/LC_MESSAGES creating build/lib/django/contrib/sites/locale/bs creating build/lib/django/contrib/sites/locale/bs/LC_MESSAGES copying django/contrib/sites/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/bs/LC_MESSAGES copying django/contrib/sites/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/bs/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ca creating build/lib/django/contrib/sites/locale/ca/LC_MESSAGES copying django/contrib/sites/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ca/LC_MESSAGES copying django/contrib/sites/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ca/LC_MESSAGES creating build/lib/django/contrib/sites/locale/cs creating build/lib/django/contrib/sites/locale/cs/LC_MESSAGES copying django/contrib/sites/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/cs/LC_MESSAGES copying django/contrib/sites/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/cs/LC_MESSAGES creating build/lib/django/contrib/sites/locale/cy creating build/lib/django/contrib/sites/locale/cy/LC_MESSAGES copying django/contrib/sites/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/cy/LC_MESSAGES copying django/contrib/sites/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/cy/LC_MESSAGES creating build/lib/django/contrib/sites/locale/da creating build/lib/django/contrib/sites/locale/da/LC_MESSAGES copying django/contrib/sites/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/da/LC_MESSAGES copying django/contrib/sites/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/da/LC_MESSAGES creating build/lib/django/contrib/sites/locale/de creating build/lib/django/contrib/sites/locale/de/LC_MESSAGES copying django/contrib/sites/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/de/LC_MESSAGES copying django/contrib/sites/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/de/LC_MESSAGES creating build/lib/django/contrib/sites/locale/dsb creating build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES copying django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES copying django/contrib/sites/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/el creating build/lib/django/contrib/sites/locale/el/LC_MESSAGES copying django/contrib/sites/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/el/LC_MESSAGES copying django/contrib/sites/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/el/LC_MESSAGES creating build/lib/django/contrib/sites/locale/en creating build/lib/django/contrib/sites/locale/en/LC_MESSAGES copying django/contrib/sites/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/en/LC_MESSAGES copying django/contrib/sites/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/en/LC_MESSAGES creating build/lib/django/contrib/sites/locale/en_AU creating build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES copying django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES copying django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/sites/locale/en_GB creating build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES copying django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES copying django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/sites/locale/eo creating build/lib/django/contrib/sites/locale/eo/LC_MESSAGES copying django/contrib/sites/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/eo/LC_MESSAGES copying django/contrib/sites/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/eo/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es creating build/lib/django/contrib/sites/locale/es/LC_MESSAGES copying django/contrib/sites/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es/LC_MESSAGES copying django/contrib/sites/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_AR creating build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES copying django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES copying django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_CO creating build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES copying django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES copying django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_MX creating build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES copying django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES copying django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_VE creating build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES copying django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES copying django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/sites/locale/et creating build/lib/django/contrib/sites/locale/et/LC_MESSAGES copying django/contrib/sites/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/et/LC_MESSAGES copying django/contrib/sites/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/et/LC_MESSAGES creating build/lib/django/contrib/sites/locale/eu creating build/lib/django/contrib/sites/locale/eu/LC_MESSAGES copying django/contrib/sites/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/eu/LC_MESSAGES copying django/contrib/sites/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/eu/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fa creating build/lib/django/contrib/sites/locale/fa/LC_MESSAGES copying django/contrib/sites/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fa/LC_MESSAGES copying django/contrib/sites/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fa/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fi creating build/lib/django/contrib/sites/locale/fi/LC_MESSAGES copying django/contrib/sites/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fi/LC_MESSAGES copying django/contrib/sites/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fi/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fr creating build/lib/django/contrib/sites/locale/fr/LC_MESSAGES copying django/contrib/sites/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fr/LC_MESSAGES copying django/contrib/sites/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fy creating build/lib/django/contrib/sites/locale/fy/LC_MESSAGES copying django/contrib/sites/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fy/LC_MESSAGES copying django/contrib/sites/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fy/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ga creating build/lib/django/contrib/sites/locale/ga/LC_MESSAGES copying django/contrib/sites/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ga/LC_MESSAGES copying django/contrib/sites/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ga/LC_MESSAGES creating build/lib/django/contrib/sites/locale/gd creating build/lib/django/contrib/sites/locale/gd/LC_MESSAGES copying django/contrib/sites/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/gd/LC_MESSAGES copying django/contrib/sites/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/gd/LC_MESSAGES creating build/lib/django/contrib/sites/locale/gl creating build/lib/django/contrib/sites/locale/gl/LC_MESSAGES copying django/contrib/sites/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/gl/LC_MESSAGES copying django/contrib/sites/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/gl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/he creating build/lib/django/contrib/sites/locale/he/LC_MESSAGES copying django/contrib/sites/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/he/LC_MESSAGES copying django/contrib/sites/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/he/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hi creating build/lib/django/contrib/sites/locale/hi/LC_MESSAGES copying django/contrib/sites/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hi/LC_MESSAGES copying django/contrib/sites/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hi/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hr creating build/lib/django/contrib/sites/locale/hr/LC_MESSAGES copying django/contrib/sites/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hr/LC_MESSAGES copying django/contrib/sites/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hsb creating build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES copying django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES copying django/contrib/sites/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hu creating build/lib/django/contrib/sites/locale/hu/LC_MESSAGES copying django/contrib/sites/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hu/LC_MESSAGES copying django/contrib/sites/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hu/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hy creating build/lib/django/contrib/sites/locale/hy/LC_MESSAGES copying django/contrib/sites/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hy/LC_MESSAGES copying django/contrib/sites/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hy/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ia creating build/lib/django/contrib/sites/locale/ia/LC_MESSAGES copying django/contrib/sites/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ia/LC_MESSAGES copying django/contrib/sites/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ia/LC_MESSAGES creating build/lib/django/contrib/sites/locale/id creating build/lib/django/contrib/sites/locale/id/LC_MESSAGES copying django/contrib/sites/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/id/LC_MESSAGES copying django/contrib/sites/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/id/LC_MESSAGES creating build/lib/django/contrib/sites/locale/io creating build/lib/django/contrib/sites/locale/io/LC_MESSAGES copying django/contrib/sites/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/io/LC_MESSAGES copying django/contrib/sites/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/io/LC_MESSAGES creating build/lib/django/contrib/sites/locale/is creating build/lib/django/contrib/sites/locale/is/LC_MESSAGES copying django/contrib/sites/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/is/LC_MESSAGES copying django/contrib/sites/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/is/LC_MESSAGES creating build/lib/django/contrib/sites/locale/it creating build/lib/django/contrib/sites/locale/it/LC_MESSAGES copying django/contrib/sites/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/it/LC_MESSAGES copying django/contrib/sites/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/it/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ja creating build/lib/django/contrib/sites/locale/ja/LC_MESSAGES copying django/contrib/sites/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ja/LC_MESSAGES copying django/contrib/sites/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ja/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ka creating build/lib/django/contrib/sites/locale/ka/LC_MESSAGES copying django/contrib/sites/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ka/LC_MESSAGES copying django/contrib/sites/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ka/LC_MESSAGES creating build/lib/django/contrib/sites/locale/kab creating build/lib/django/contrib/sites/locale/kab/LC_MESSAGES copying django/contrib/sites/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/kab/LC_MESSAGES copying django/contrib/sites/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/kab/LC_MESSAGES creating build/lib/django/contrib/sites/locale/kk creating build/lib/django/contrib/sites/locale/kk/LC_MESSAGES copying django/contrib/sites/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/kk/LC_MESSAGES copying django/contrib/sites/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/kk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/km creating build/lib/django/contrib/sites/locale/km/LC_MESSAGES copying django/contrib/sites/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/km/LC_MESSAGES copying django/contrib/sites/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/km/LC_MESSAGES creating build/lib/django/contrib/sites/locale/kn creating build/lib/django/contrib/sites/locale/kn/LC_MESSAGES copying django/contrib/sites/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/kn/LC_MESSAGES copying django/contrib/sites/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/kn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ko creating build/lib/django/contrib/sites/locale/ko/LC_MESSAGES copying django/contrib/sites/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ko/LC_MESSAGES copying django/contrib/sites/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ko/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ky creating build/lib/django/contrib/sites/locale/ky/LC_MESSAGES copying django/contrib/sites/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ky/LC_MESSAGES copying django/contrib/sites/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ky/LC_MESSAGES creating build/lib/django/contrib/sites/locale/lb creating build/lib/django/contrib/sites/locale/lb/LC_MESSAGES copying django/contrib/sites/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/lb/LC_MESSAGES copying django/contrib/sites/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/lb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/lt creating build/lib/django/contrib/sites/locale/lt/LC_MESSAGES copying django/contrib/sites/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/lt/LC_MESSAGES copying django/contrib/sites/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/lt/LC_MESSAGES creating build/lib/django/contrib/sites/locale/lv creating build/lib/django/contrib/sites/locale/lv/LC_MESSAGES copying django/contrib/sites/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/lv/LC_MESSAGES copying django/contrib/sites/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/lv/LC_MESSAGES creating build/lib/django/contrib/sites/locale/mk creating build/lib/django/contrib/sites/locale/mk/LC_MESSAGES copying django/contrib/sites/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/mk/LC_MESSAGES copying django/contrib/sites/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/mk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ml creating build/lib/django/contrib/sites/locale/ml/LC_MESSAGES copying django/contrib/sites/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ml/LC_MESSAGES copying django/contrib/sites/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ml/LC_MESSAGES creating build/lib/django/contrib/sites/locale/mn creating build/lib/django/contrib/sites/locale/mn/LC_MESSAGES copying django/contrib/sites/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/mn/LC_MESSAGES copying django/contrib/sites/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/mn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/mr creating build/lib/django/contrib/sites/locale/mr/LC_MESSAGES copying django/contrib/sites/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/mr/LC_MESSAGES copying django/contrib/sites/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/mr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ms creating build/lib/django/contrib/sites/locale/ms/LC_MESSAGES copying django/contrib/sites/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ms/LC_MESSAGES copying django/contrib/sites/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ms/LC_MESSAGES creating build/lib/django/contrib/sites/locale/my creating build/lib/django/contrib/sites/locale/my/LC_MESSAGES copying django/contrib/sites/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/my/LC_MESSAGES copying django/contrib/sites/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/my/LC_MESSAGES creating build/lib/django/contrib/sites/locale/nb creating build/lib/django/contrib/sites/locale/nb/LC_MESSAGES copying django/contrib/sites/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/nb/LC_MESSAGES copying django/contrib/sites/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/nb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ne creating build/lib/django/contrib/sites/locale/ne/LC_MESSAGES copying django/contrib/sites/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ne/LC_MESSAGES copying django/contrib/sites/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ne/LC_MESSAGES creating build/lib/django/contrib/sites/locale/nl creating build/lib/django/contrib/sites/locale/nl/LC_MESSAGES copying django/contrib/sites/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/nl/LC_MESSAGES copying django/contrib/sites/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/nl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/nn creating build/lib/django/contrib/sites/locale/nn/LC_MESSAGES copying django/contrib/sites/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/nn/LC_MESSAGES copying django/contrib/sites/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/nn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/os creating build/lib/django/contrib/sites/locale/os/LC_MESSAGES copying django/contrib/sites/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/os/LC_MESSAGES copying django/contrib/sites/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/os/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pa creating build/lib/django/contrib/sites/locale/pa/LC_MESSAGES copying django/contrib/sites/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pa/LC_MESSAGES copying django/contrib/sites/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pa/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pl creating build/lib/django/contrib/sites/locale/pl/LC_MESSAGES copying django/contrib/sites/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pl/LC_MESSAGES copying django/contrib/sites/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pt creating build/lib/django/contrib/sites/locale/pt/LC_MESSAGES copying django/contrib/sites/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pt/LC_MESSAGES copying django/contrib/sites/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pt/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pt_BR creating build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ro creating build/lib/django/contrib/sites/locale/ro/LC_MESSAGES copying django/contrib/sites/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ro/LC_MESSAGES copying django/contrib/sites/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ro/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ru creating build/lib/django/contrib/sites/locale/ru/LC_MESSAGES copying django/contrib/sites/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ru/LC_MESSAGES copying django/contrib/sites/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ru/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sk creating build/lib/django/contrib/sites/locale/sk/LC_MESSAGES copying django/contrib/sites/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sk/LC_MESSAGES copying django/contrib/sites/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sl creating build/lib/django/contrib/sites/locale/sl/LC_MESSAGES copying django/contrib/sites/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sl/LC_MESSAGES copying django/contrib/sites/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sq creating build/lib/django/contrib/sites/locale/sq/LC_MESSAGES copying django/contrib/sites/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sq/LC_MESSAGES copying django/contrib/sites/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sq/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sr creating build/lib/django/contrib/sites/locale/sr/LC_MESSAGES copying django/contrib/sites/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sr/LC_MESSAGES copying django/contrib/sites/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sr_Latn creating build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sv creating build/lib/django/contrib/sites/locale/sv/LC_MESSAGES copying django/contrib/sites/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sv/LC_MESSAGES copying django/contrib/sites/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sv/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sw creating build/lib/django/contrib/sites/locale/sw/LC_MESSAGES copying django/contrib/sites/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sw/LC_MESSAGES copying django/contrib/sites/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sw/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ta creating build/lib/django/contrib/sites/locale/ta/LC_MESSAGES copying django/contrib/sites/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ta/LC_MESSAGES copying django/contrib/sites/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ta/LC_MESSAGES creating build/lib/django/contrib/sites/locale/te creating build/lib/django/contrib/sites/locale/te/LC_MESSAGES copying django/contrib/sites/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/te/LC_MESSAGES copying django/contrib/sites/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/te/LC_MESSAGES creating build/lib/django/contrib/sites/locale/tg creating build/lib/django/contrib/sites/locale/tg/LC_MESSAGES copying django/contrib/sites/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/tg/LC_MESSAGES copying django/contrib/sites/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/tg/LC_MESSAGES creating build/lib/django/contrib/sites/locale/th creating build/lib/django/contrib/sites/locale/th/LC_MESSAGES copying django/contrib/sites/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/th/LC_MESSAGES copying django/contrib/sites/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/th/LC_MESSAGES creating build/lib/django/contrib/sites/locale/tk creating build/lib/django/contrib/sites/locale/tk/LC_MESSAGES copying django/contrib/sites/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/tk/LC_MESSAGES copying django/contrib/sites/locale/tk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/tk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/tr creating build/lib/django/contrib/sites/locale/tr/LC_MESSAGES copying django/contrib/sites/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/tr/LC_MESSAGES copying django/contrib/sites/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/tr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/tt creating build/lib/django/contrib/sites/locale/tt/LC_MESSAGES copying django/contrib/sites/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/tt/LC_MESSAGES copying django/contrib/sites/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/tt/LC_MESSAGES creating build/lib/django/contrib/sites/locale/udm creating build/lib/django/contrib/sites/locale/udm/LC_MESSAGES copying django/contrib/sites/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/udm/LC_MESSAGES copying django/contrib/sites/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/udm/LC_MESSAGES creating build/lib/django/contrib/sites/locale/uk creating build/lib/django/contrib/sites/locale/uk/LC_MESSAGES copying django/contrib/sites/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/uk/LC_MESSAGES copying django/contrib/sites/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/uk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ur creating build/lib/django/contrib/sites/locale/ur/LC_MESSAGES copying django/contrib/sites/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ur/LC_MESSAGES copying django/contrib/sites/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ur/LC_MESSAGES creating build/lib/django/contrib/sites/locale/uz creating build/lib/django/contrib/sites/locale/uz/LC_MESSAGES copying django/contrib/sites/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/uz/LC_MESSAGES copying django/contrib/sites/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/uz/LC_MESSAGES creating build/lib/django/contrib/sites/locale/vi creating build/lib/django/contrib/sites/locale/vi/LC_MESSAGES copying django/contrib/sites/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/vi/LC_MESSAGES copying django/contrib/sites/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/vi/LC_MESSAGES creating build/lib/django/contrib/sites/locale/zh_Hans creating build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/sites/locale/zh_Hant creating build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/admin/locale creating build/lib/django/contrib/admin/locale/af creating build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES creating build/lib/django/contrib/admin/locale/am creating build/lib/django/contrib/admin/locale/am/LC_MESSAGES copying django/contrib/admin/locale/am/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/am/LC_MESSAGES copying django/contrib/admin/locale/am/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/am/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ar creating build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ar_DZ creating build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ast creating build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES creating build/lib/django/contrib/admin/locale/az creating build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES creating build/lib/django/contrib/admin/locale/be creating build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES creating build/lib/django/contrib/admin/locale/bg creating build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES creating build/lib/django/contrib/admin/locale/bn creating build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/br creating build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES creating build/lib/django/contrib/admin/locale/bs creating build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ca creating build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES creating build/lib/django/contrib/admin/locale/cs creating build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES creating build/lib/django/contrib/admin/locale/cy creating build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES creating build/lib/django/contrib/admin/locale/da creating build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES creating build/lib/django/contrib/admin/locale/de creating build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES creating build/lib/django/contrib/admin/locale/dsb creating build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/el creating build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES creating build/lib/django/contrib/admin/locale/en creating build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES creating build/lib/django/contrib/admin/locale/en_AU creating build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/admin/locale/en_GB creating build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/admin/locale/eo creating build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es creating build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_AR creating build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_CO creating build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_MX creating build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_VE creating build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/admin/locale/et creating build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES creating build/lib/django/contrib/admin/locale/eu creating build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fa creating build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fi creating build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fr creating build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fy creating build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ga creating build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES creating build/lib/django/contrib/admin/locale/gd creating build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES creating build/lib/django/contrib/admin/locale/gl creating build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/he creating build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hi creating build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hr creating build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hsb creating build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hu creating build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hy creating build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ia creating build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES creating build/lib/django/contrib/admin/locale/id creating build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES creating build/lib/django/contrib/admin/locale/io creating build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES creating build/lib/django/contrib/admin/locale/is creating build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES creating build/lib/django/contrib/admin/locale/it creating build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ja creating build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ka creating build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES creating build/lib/django/contrib/admin/locale/kab creating build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES creating build/lib/django/contrib/admin/locale/kk creating build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/km creating build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES creating build/lib/django/contrib/admin/locale/kn creating build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ko creating build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ky creating build/lib/django/contrib/admin/locale/ky/LC_MESSAGES copying django/contrib/admin/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ky/LC_MESSAGES copying django/contrib/admin/locale/ky/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ky/LC_MESSAGES copying django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ky/LC_MESSAGES copying django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ky/LC_MESSAGES creating build/lib/django/contrib/admin/locale/lb creating build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/lt creating build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES creating build/lib/django/contrib/admin/locale/lv creating build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES creating build/lib/django/contrib/admin/locale/mk creating build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ml creating build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES creating build/lib/django/contrib/admin/locale/mn creating build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/mr creating build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ms creating build/lib/django/contrib/admin/locale/ms/LC_MESSAGES copying django/contrib/admin/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ms/LC_MESSAGES copying django/contrib/admin/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ms/LC_MESSAGES copying django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ms/LC_MESSAGES copying django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ms/LC_MESSAGES creating build/lib/django/contrib/admin/locale/my creating build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES creating build/lib/django/contrib/admin/locale/nb creating build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ne creating build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES creating build/lib/django/contrib/admin/locale/nl creating build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/nn creating build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/os creating build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pa creating build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pl creating build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pt creating build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pt_BR creating build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ro creating build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ru creating build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sk creating build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sl creating build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sq creating build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sr creating build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sr_Latn creating build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sv creating build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sw creating build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ta creating build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES creating build/lib/django/contrib/admin/locale/te creating build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES creating build/lib/django/contrib/admin/locale/tg creating build/lib/django/contrib/admin/locale/tg/LC_MESSAGES copying django/contrib/admin/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/tg/LC_MESSAGES copying django/contrib/admin/locale/tg/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/tg/LC_MESSAGES copying django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/tg/LC_MESSAGES copying django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/tg/LC_MESSAGES creating build/lib/django/contrib/admin/locale/th creating build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES creating build/lib/django/contrib/admin/locale/tr creating build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/tt creating build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES creating build/lib/django/contrib/admin/locale/udm creating build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES creating build/lib/django/contrib/admin/locale/uk creating build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ur creating build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES creating build/lib/django/contrib/admin/locale/uz creating build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES creating build/lib/django/contrib/admin/locale/vi creating build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES creating build/lib/django/contrib/admin/locale/zh_Hans creating build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/admin/locale/zh_Hant creating build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/admin/static creating build/lib/django/contrib/admin/static/admin creating build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/autocomplete.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/base.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/changelists.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/dark_mode.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/dashboard.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/fonts.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/forms.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/login.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/nav_sidebar.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/responsive.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/responsive_rtl.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/rtl.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/widgets.css -> build/lib/django/contrib/admin/static/admin/css creating build/lib/django/contrib/admin/static/admin/css/vendor creating build/lib/django/contrib/admin/static/admin/css/vendor/select2 copying django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md -> build/lib/django/contrib/admin/static/admin/css/vendor/select2 copying django/contrib/admin/static/admin/css/vendor/select2/select2.css -> build/lib/django/contrib/admin/static/admin/css/vendor/select2 copying django/contrib/admin/static/admin/css/vendor/select2/select2.min.css -> build/lib/django/contrib/admin/static/admin/css/vendor/select2 creating build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/LICENSE.txt -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/README.txt -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff -> build/lib/django/contrib/admin/static/admin/fonts creating build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/LICENSE -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/README.txt -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/calendar-icons.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-addlink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-alert.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-calendar.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-changelink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-clock.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-deletelink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-no.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-unknown-alt.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-unknown.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-viewlink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-yes.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/inline-delete.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/search.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/selector-icons.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/sorting-icons.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/tooltag-add.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/tooltag-arrowright.svg -> build/lib/django/contrib/admin/static/admin/img creating build/lib/django/contrib/admin/static/admin/img/gis copying django/contrib/admin/static/admin/img/gis/move_vertex_off.svg -> build/lib/django/contrib/admin/static/admin/img/gis copying django/contrib/admin/static/admin/img/gis/move_vertex_on.svg -> build/lib/django/contrib/admin/static/admin/img/gis creating build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/SelectBox.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/SelectFilter2.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/actions.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/autocomplete.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/calendar.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/cancel.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/change_form.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/collapse.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/core.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/filters.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/inlines.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/jquery.init.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/nav_sidebar.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/popup_response.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/prepopulate.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/prepopulate_init.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/urlify.js -> build/lib/django/contrib/admin/static/admin/js creating build/lib/django/contrib/admin/static/admin/js/admin copying django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js -> build/lib/django/contrib/admin/static/admin/js/admin copying django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js -> build/lib/django/contrib/admin/static/admin/js/admin creating build/lib/django/contrib/admin/static/admin/js/vendor creating build/lib/django/contrib/admin/static/admin/js/vendor/jquery copying django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt -> build/lib/django/contrib/admin/static/admin/js/vendor/jquery copying django/contrib/admin/static/admin/js/vendor/jquery/jquery.js -> build/lib/django/contrib/admin/static/admin/js/vendor/jquery copying django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js -> build/lib/django/contrib/admin/static/admin/js/vendor/jquery creating build/lib/django/contrib/admin/static/admin/js/vendor/select2 copying django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md -> build/lib/django/contrib/admin/static/admin/js/vendor/select2 copying django/contrib/admin/static/admin/js/vendor/select2/select2.full.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2 copying django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2 creating build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n creating build/lib/django/contrib/admin/static/admin/js/vendor/xregexp copying django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt -> build/lib/django/contrib/admin/static/admin/js/vendor/xregexp copying django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js -> build/lib/django/contrib/admin/static/admin/js/vendor/xregexp copying django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js -> build/lib/django/contrib/admin/static/admin/js/vendor/xregexp creating build/lib/django/contrib/admin/templates creating build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/404.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/500.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/actions.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/app_index.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/app_list.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/base.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/base_site.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_form.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_form_object_tools.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_list.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_list_object_tools.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_list_results.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/date_hierarchy.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/delete_confirmation.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/delete_selected_confirmation.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/filter.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/index.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/invalid_setup.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/login.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/nav_sidebar.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/object_history.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/pagination.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/popup_response.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/prepopulated_fields_js.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/search_form.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/submit_line.html -> build/lib/django/contrib/admin/templates/admin creating build/lib/django/contrib/admin/templates/admin/auth creating build/lib/django/contrib/admin/templates/admin/auth/user copying django/contrib/admin/templates/admin/auth/user/add_form.html -> build/lib/django/contrib/admin/templates/admin/auth/user copying django/contrib/admin/templates/admin/auth/user/change_password.html -> build/lib/django/contrib/admin/templates/admin/auth/user creating build/lib/django/contrib/admin/templates/admin/edit_inline copying django/contrib/admin/templates/admin/edit_inline/stacked.html -> build/lib/django/contrib/admin/templates/admin/edit_inline copying django/contrib/admin/templates/admin/edit_inline/tabular.html -> build/lib/django/contrib/admin/templates/admin/edit_inline creating build/lib/django/contrib/admin/templates/admin/includes copying django/contrib/admin/templates/admin/includes/fieldset.html -> build/lib/django/contrib/admin/templates/admin/includes copying django/contrib/admin/templates/admin/includes/object_delete_summary.html -> build/lib/django/contrib/admin/templates/admin/includes creating build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/clearable_file_input.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/radio.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/split_datetime.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/url.html -> build/lib/django/contrib/admin/templates/admin/widgets creating build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/logged_out.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_change_done.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_change_form.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_complete.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_confirm.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_done.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_email.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_form.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/gis/geos/LICENSE -> build/lib/django/contrib/gis/geos copying django/contrib/gis/gdal/LICENSE -> build/lib/django/contrib/gis/gdal creating build/lib/django/conf/locale/af creating build/lib/django/conf/locale/af/LC_MESSAGES copying django/conf/locale/af/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/af/LC_MESSAGES copying django/conf/locale/af/LC_MESSAGES/django.po -> build/lib/django/conf/locale/af/LC_MESSAGES creating build/lib/django/conf/locale/ast creating build/lib/django/conf/locale/ast/LC_MESSAGES copying django/conf/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ast/LC_MESSAGES copying django/conf/locale/ast/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ast/LC_MESSAGES creating build/lib/django/conf/locale/be creating build/lib/django/conf/locale/be/LC_MESSAGES copying django/conf/locale/be/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/be/LC_MESSAGES copying django/conf/locale/be/LC_MESSAGES/django.po -> build/lib/django/conf/locale/be/LC_MESSAGES creating build/lib/django/conf/locale/br creating build/lib/django/conf/locale/br/LC_MESSAGES copying django/conf/locale/br/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/br/LC_MESSAGES copying django/conf/locale/br/LC_MESSAGES/django.po -> build/lib/django/conf/locale/br/LC_MESSAGES creating build/lib/django/conf/locale/dsb creating build/lib/django/conf/locale/dsb/LC_MESSAGES copying django/conf/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/dsb/LC_MESSAGES copying django/conf/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/dsb/LC_MESSAGES creating build/lib/django/conf/locale/es_VE creating build/lib/django/conf/locale/es_VE/LC_MESSAGES copying django/conf/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_VE/LC_MESSAGES copying django/conf/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_VE/LC_MESSAGES creating build/lib/django/conf/locale/hsb creating build/lib/django/conf/locale/hsb/LC_MESSAGES copying django/conf/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hsb/LC_MESSAGES copying django/conf/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hsb/LC_MESSAGES creating build/lib/django/conf/locale/hy creating build/lib/django/conf/locale/hy/LC_MESSAGES copying django/conf/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hy/LC_MESSAGES copying django/conf/locale/hy/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hy/LC_MESSAGES creating build/lib/django/conf/locale/ia creating build/lib/django/conf/locale/ia/LC_MESSAGES copying django/conf/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ia/LC_MESSAGES copying django/conf/locale/ia/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ia/LC_MESSAGES creating build/lib/django/conf/locale/io creating build/lib/django/conf/locale/io/LC_MESSAGES copying django/conf/locale/io/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/io/LC_MESSAGES copying django/conf/locale/io/LC_MESSAGES/django.po -> build/lib/django/conf/locale/io/LC_MESSAGES creating build/lib/django/conf/locale/kab creating build/lib/django/conf/locale/kab/LC_MESSAGES copying django/conf/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/kab/LC_MESSAGES copying django/conf/locale/kab/LC_MESSAGES/django.po -> build/lib/django/conf/locale/kab/LC_MESSAGES creating build/lib/django/conf/locale/kk creating build/lib/django/conf/locale/kk/LC_MESSAGES copying django/conf/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/kk/LC_MESSAGES copying django/conf/locale/kk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/kk/LC_MESSAGES creating build/lib/django/conf/locale/lb creating build/lib/django/conf/locale/lb/LC_MESSAGES copying django/conf/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/lb/LC_MESSAGES copying django/conf/locale/lb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/lb/LC_MESSAGES creating build/lib/django/conf/locale/mr creating build/lib/django/conf/locale/mr/LC_MESSAGES copying django/conf/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/mr/LC_MESSAGES copying django/conf/locale/mr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/mr/LC_MESSAGES creating build/lib/django/conf/locale/my creating build/lib/django/conf/locale/my/LC_MESSAGES copying django/conf/locale/my/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/my/LC_MESSAGES copying django/conf/locale/my/LC_MESSAGES/django.po -> build/lib/django/conf/locale/my/LC_MESSAGES creating build/lib/django/conf/locale/ne creating build/lib/django/conf/locale/ne/LC_MESSAGES copying django/conf/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ne/LC_MESSAGES copying django/conf/locale/ne/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ne/LC_MESSAGES creating build/lib/django/conf/locale/os creating build/lib/django/conf/locale/os/LC_MESSAGES copying django/conf/locale/os/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/os/LC_MESSAGES copying django/conf/locale/os/LC_MESSAGES/django.po -> build/lib/django/conf/locale/os/LC_MESSAGES creating build/lib/django/conf/locale/pa creating build/lib/django/conf/locale/pa/LC_MESSAGES copying django/conf/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pa/LC_MESSAGES copying django/conf/locale/pa/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pa/LC_MESSAGES creating build/lib/django/conf/locale/sw creating build/lib/django/conf/locale/sw/LC_MESSAGES copying django/conf/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sw/LC_MESSAGES copying django/conf/locale/sw/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sw/LC_MESSAGES creating build/lib/django/conf/locale/tt creating build/lib/django/conf/locale/tt/LC_MESSAGES copying django/conf/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/tt/LC_MESSAGES copying django/conf/locale/tt/LC_MESSAGES/django.po -> build/lib/django/conf/locale/tt/LC_MESSAGES creating build/lib/django/conf/locale/udm creating build/lib/django/conf/locale/udm/LC_MESSAGES copying django/conf/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/udm/LC_MESSAGES copying django/conf/locale/udm/LC_MESSAGES/django.po -> build/lib/django/conf/locale/udm/LC_MESSAGES creating build/lib/django/conf/locale/ur creating build/lib/django/conf/locale/ur/LC_MESSAGES copying django/conf/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ur/LC_MESSAGES copying django/conf/locale/ur/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ur/LC_MESSAGES creating build/lib/django/conf/locale/ro/LC_MESSAGES copying django/conf/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ro/LC_MESSAGES copying django/conf/locale/ro/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ro/LC_MESSAGES creating build/lib/django/conf/locale/eo/LC_MESSAGES copying django/conf/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/eo/LC_MESSAGES copying django/conf/locale/eo/LC_MESSAGES/django.po -> build/lib/django/conf/locale/eo/LC_MESSAGES creating build/lib/django/conf/locale/pt_BR/LC_MESSAGES copying django/conf/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pt_BR/LC_MESSAGES copying django/conf/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pt_BR/LC_MESSAGES creating build/lib/django/conf/locale/sq/LC_MESSAGES copying django/conf/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sq/LC_MESSAGES copying django/conf/locale/sq/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sq/LC_MESSAGES creating build/lib/django/conf/locale/fy/LC_MESSAGES copying django/conf/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fy/LC_MESSAGES copying django/conf/locale/fy/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fy/LC_MESSAGES creating build/lib/django/conf/locale/tk/LC_MESSAGES copying django/conf/locale/tk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/tk/LC_MESSAGES copying django/conf/locale/tk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/tk/LC_MESSAGES creating build/lib/django/conf/locale/fi/LC_MESSAGES copying django/conf/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fi/LC_MESSAGES copying django/conf/locale/fi/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fi/LC_MESSAGES creating build/lib/django/conf/locale/da/LC_MESSAGES copying django/conf/locale/da/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/da/LC_MESSAGES copying django/conf/locale/da/LC_MESSAGES/django.po -> build/lib/django/conf/locale/da/LC_MESSAGES creating build/lib/django/conf/locale/gl/LC_MESSAGES copying django/conf/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/gl/LC_MESSAGES copying django/conf/locale/gl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/gl/LC_MESSAGES creating build/lib/django/conf/locale/sr/LC_MESSAGES copying django/conf/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sr/LC_MESSAGES copying django/conf/locale/sr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sr/LC_MESSAGES creating build/lib/django/conf/locale/ig/LC_MESSAGES copying django/conf/locale/ig/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ig/LC_MESSAGES copying django/conf/locale/ig/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ig/LC_MESSAGES creating build/lib/django/conf/locale/ru/LC_MESSAGES copying django/conf/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ru/LC_MESSAGES copying django/conf/locale/ru/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ru/LC_MESSAGES creating build/lib/django/conf/locale/tr/LC_MESSAGES copying django/conf/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/tr/LC_MESSAGES copying django/conf/locale/tr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/tr/LC_MESSAGES creating build/lib/django/conf/locale/id/LC_MESSAGES copying django/conf/locale/id/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/id/LC_MESSAGES copying django/conf/locale/id/LC_MESSAGES/django.po -> build/lib/django/conf/locale/id/LC_MESSAGES creating build/lib/django/conf/locale/is/LC_MESSAGES copying django/conf/locale/is/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/is/LC_MESSAGES copying django/conf/locale/is/LC_MESSAGES/django.po -> build/lib/django/conf/locale/is/LC_MESSAGES creating build/lib/django/conf/locale/hi/LC_MESSAGES copying django/conf/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hi/LC_MESSAGES copying django/conf/locale/hi/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hi/LC_MESSAGES creating build/lib/django/conf/locale/en_GB/LC_MESSAGES copying django/conf/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/en_GB/LC_MESSAGES copying django/conf/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/conf/locale/en_GB/LC_MESSAGES creating build/lib/django/conf/locale/fr/LC_MESSAGES copying django/conf/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fr/LC_MESSAGES copying django/conf/locale/fr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fr/LC_MESSAGES creating build/lib/django/conf/locale/uz/LC_MESSAGES copying django/conf/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/uz/LC_MESSAGES copying django/conf/locale/uz/LC_MESSAGES/django.po -> build/lib/django/conf/locale/uz/LC_MESSAGES creating build/lib/django/conf/locale/th/LC_MESSAGES copying django/conf/locale/th/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/th/LC_MESSAGES copying django/conf/locale/th/LC_MESSAGES/django.po -> build/lib/django/conf/locale/th/LC_MESSAGES creating build/lib/django/conf/locale/nl/LC_MESSAGES copying django/conf/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/nl/LC_MESSAGES copying django/conf/locale/nl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/nl/LC_MESSAGES creating build/lib/django/conf/locale/cs/LC_MESSAGES copying django/conf/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/cs/LC_MESSAGES copying django/conf/locale/cs/LC_MESSAGES/django.po -> build/lib/django/conf/locale/cs/LC_MESSAGES creating build/lib/django/conf/locale/es_AR/LC_MESSAGES copying django/conf/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_AR/LC_MESSAGES copying django/conf/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_AR/LC_MESSAGES creating build/lib/django/conf/locale/ko/LC_MESSAGES copying django/conf/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ko/LC_MESSAGES copying django/conf/locale/ko/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ko/LC_MESSAGES creating build/lib/django/conf/locale/he/LC_MESSAGES copying django/conf/locale/he/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/he/LC_MESSAGES copying django/conf/locale/he/LC_MESSAGES/django.po -> build/lib/django/conf/locale/he/LC_MESSAGES creating build/lib/django/conf/locale/ga/LC_MESSAGES copying django/conf/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ga/LC_MESSAGES copying django/conf/locale/ga/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ga/LC_MESSAGES creating build/lib/django/conf/locale/cy/LC_MESSAGES copying django/conf/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/cy/LC_MESSAGES copying django/conf/locale/cy/LC_MESSAGES/django.po -> build/lib/django/conf/locale/cy/LC_MESSAGES creating build/lib/django/conf/locale/bs/LC_MESSAGES copying django/conf/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/bs/LC_MESSAGES copying django/conf/locale/bs/LC_MESSAGES/django.po -> build/lib/django/conf/locale/bs/LC_MESSAGES creating build/lib/django/conf/locale/zh_Hant/LC_MESSAGES copying django/conf/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/zh_Hant/LC_MESSAGES copying django/conf/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/conf/locale/zh_Hant/LC_MESSAGES creating build/lib/django/conf/locale/et/LC_MESSAGES copying django/conf/locale/et/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/et/LC_MESSAGES copying django/conf/locale/et/LC_MESSAGES/django.po -> build/lib/django/conf/locale/et/LC_MESSAGES creating build/lib/django/conf/locale/sv/LC_MESSAGES copying django/conf/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sv/LC_MESSAGES copying django/conf/locale/sv/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sv/LC_MESSAGES creating build/lib/django/conf/locale/tg/LC_MESSAGES copying django/conf/locale/tg/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/tg/LC_MESSAGES copying django/conf/locale/tg/LC_MESSAGES/django.po -> build/lib/django/conf/locale/tg/LC_MESSAGES creating build/lib/django/conf/locale/ml/LC_MESSAGES copying django/conf/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ml/LC_MESSAGES copying django/conf/locale/ml/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ml/LC_MESSAGES creating build/lib/django/conf/locale/es/LC_MESSAGES copying django/conf/locale/es/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es/LC_MESSAGES copying django/conf/locale/es/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es/LC_MESSAGES creating build/lib/django/conf/locale/en/LC_MESSAGES copying django/conf/locale/en/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/en/LC_MESSAGES copying django/conf/locale/en/LC_MESSAGES/django.po -> build/lib/django/conf/locale/en/LC_MESSAGES creating build/lib/django/conf/locale/ta/LC_MESSAGES copying django/conf/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ta/LC_MESSAGES copying django/conf/locale/ta/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ta/LC_MESSAGES creating build/lib/django/conf/locale/hu/LC_MESSAGES copying django/conf/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hu/LC_MESSAGES copying django/conf/locale/hu/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hu/LC_MESSAGES creating build/lib/django/conf/locale/pt/LC_MESSAGES copying django/conf/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pt/LC_MESSAGES copying django/conf/locale/pt/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pt/LC_MESSAGES creating build/lib/django/conf/locale/uk/LC_MESSAGES copying django/conf/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/uk/LC_MESSAGES copying django/conf/locale/uk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/uk/LC_MESSAGES creating build/lib/django/conf/locale/zh_Hans/LC_MESSAGES copying django/conf/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/zh_Hans/LC_MESSAGES copying django/conf/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/conf/locale/zh_Hans/LC_MESSAGES creating build/lib/django/conf/locale/bg/LC_MESSAGES copying django/conf/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/bg/LC_MESSAGES copying django/conf/locale/bg/LC_MESSAGES/django.po -> build/lib/django/conf/locale/bg/LC_MESSAGES creating build/lib/django/conf/locale/nn/LC_MESSAGES copying django/conf/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/nn/LC_MESSAGES copying django/conf/locale/nn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/nn/LC_MESSAGES creating build/lib/django/conf/locale/lt/LC_MESSAGES copying django/conf/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/lt/LC_MESSAGES copying django/conf/locale/lt/LC_MESSAGES/django.po -> build/lib/django/conf/locale/lt/LC_MESSAGES creating build/lib/django/conf/locale/mk/LC_MESSAGES copying django/conf/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/mk/LC_MESSAGES copying django/conf/locale/mk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/mk/LC_MESSAGES creating build/lib/django/conf/locale/fa/LC_MESSAGES copying django/conf/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fa/LC_MESSAGES copying django/conf/locale/fa/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fa/LC_MESSAGES creating build/lib/django/conf/locale/ca/LC_MESSAGES copying django/conf/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ca/LC_MESSAGES copying django/conf/locale/ca/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ca/LC_MESSAGES creating build/lib/django/conf/locale/gd/LC_MESSAGES copying django/conf/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/gd/LC_MESSAGES copying django/conf/locale/gd/LC_MESSAGES/django.po -> build/lib/django/conf/locale/gd/LC_MESSAGES creating build/lib/django/conf/locale/sk/LC_MESSAGES copying django/conf/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sk/LC_MESSAGES copying django/conf/locale/sk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sk/LC_MESSAGES creating build/lib/django/conf/locale/sl/LC_MESSAGES copying django/conf/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sl/LC_MESSAGES copying django/conf/locale/sl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sl/LC_MESSAGES creating build/lib/django/conf/locale/nb/LC_MESSAGES copying django/conf/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/nb/LC_MESSAGES copying django/conf/locale/nb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/nb/LC_MESSAGES creating build/lib/django/conf/locale/ky/LC_MESSAGES copying django/conf/locale/ky/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ky/LC_MESSAGES copying django/conf/locale/ky/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ky/LC_MESSAGES creating build/lib/django/conf/locale/mn/LC_MESSAGES copying django/conf/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/mn/LC_MESSAGES copying django/conf/locale/mn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/mn/LC_MESSAGES creating build/lib/django/conf/locale/es_MX/LC_MESSAGES copying django/conf/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_MX/LC_MESSAGES copying django/conf/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_MX/LC_MESSAGES creating build/lib/django/conf/locale/ms/LC_MESSAGES copying django/conf/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ms/LC_MESSAGES copying django/conf/locale/ms/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ms/LC_MESSAGES creating build/lib/django/conf/locale/ka/LC_MESSAGES copying django/conf/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ka/LC_MESSAGES copying django/conf/locale/ka/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ka/LC_MESSAGES creating build/lib/django/conf/locale/sr_Latn/LC_MESSAGES copying django/conf/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sr_Latn/LC_MESSAGES copying django/conf/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sr_Latn/LC_MESSAGES creating build/lib/django/conf/locale/hr/LC_MESSAGES copying django/conf/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hr/LC_MESSAGES copying django/conf/locale/hr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hr/LC_MESSAGES creating build/lib/django/conf/locale/ar/LC_MESSAGES copying django/conf/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ar/LC_MESSAGES copying django/conf/locale/ar/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ar/LC_MESSAGES creating build/lib/django/conf/locale/de/LC_MESSAGES copying django/conf/locale/de/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/de/LC_MESSAGES copying django/conf/locale/de/LC_MESSAGES/django.po -> build/lib/django/conf/locale/de/LC_MESSAGES creating build/lib/django/conf/locale/en_AU/LC_MESSAGES copying django/conf/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/en_AU/LC_MESSAGES copying django/conf/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/conf/locale/en_AU/LC_MESSAGES creating build/lib/django/conf/locale/it/LC_MESSAGES copying django/conf/locale/it/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/it/LC_MESSAGES copying django/conf/locale/it/LC_MESSAGES/django.po -> build/lib/django/conf/locale/it/LC_MESSAGES creating build/lib/django/conf/locale/vi/LC_MESSAGES copying django/conf/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/vi/LC_MESSAGES copying django/conf/locale/vi/LC_MESSAGES/django.po -> build/lib/django/conf/locale/vi/LC_MESSAGES creating build/lib/django/conf/locale/lv/LC_MESSAGES copying django/conf/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/lv/LC_MESSAGES copying django/conf/locale/lv/LC_MESSAGES/django.po -> build/lib/django/conf/locale/lv/LC_MESSAGES creating build/lib/django/conf/locale/eu/LC_MESSAGES copying django/conf/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/eu/LC_MESSAGES copying django/conf/locale/eu/LC_MESSAGES/django.po -> build/lib/django/conf/locale/eu/LC_MESSAGES creating build/lib/django/conf/locale/az/LC_MESSAGES copying django/conf/locale/az/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/az/LC_MESSAGES copying django/conf/locale/az/LC_MESSAGES/django.po -> build/lib/django/conf/locale/az/LC_MESSAGES creating build/lib/django/conf/locale/kn/LC_MESSAGES copying django/conf/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/kn/LC_MESSAGES copying django/conf/locale/kn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/kn/LC_MESSAGES creating build/lib/django/conf/locale/te/LC_MESSAGES copying django/conf/locale/te/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/te/LC_MESSAGES copying django/conf/locale/te/LC_MESSAGES/django.po -> build/lib/django/conf/locale/te/LC_MESSAGES creating build/lib/django/conf/locale/bn/LC_MESSAGES copying django/conf/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/bn/LC_MESSAGES copying django/conf/locale/bn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/bn/LC_MESSAGES creating build/lib/django/conf/locale/ar_DZ/LC_MESSAGES copying django/conf/locale/ar_DZ/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ar_DZ/LC_MESSAGES copying django/conf/locale/ar_DZ/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ar_DZ/LC_MESSAGES creating build/lib/django/conf/locale/es_CO/LC_MESSAGES copying django/conf/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_CO/LC_MESSAGES copying django/conf/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_CO/LC_MESSAGES creating build/lib/django/conf/locale/km/LC_MESSAGES copying django/conf/locale/km/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/km/LC_MESSAGES copying django/conf/locale/km/LC_MESSAGES/django.po -> build/lib/django/conf/locale/km/LC_MESSAGES creating build/lib/django/conf/locale/el/LC_MESSAGES copying django/conf/locale/el/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/el/LC_MESSAGES copying django/conf/locale/el/LC_MESSAGES/django.po -> build/lib/django/conf/locale/el/LC_MESSAGES creating build/lib/django/conf/locale/ja/LC_MESSAGES copying django/conf/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ja/LC_MESSAGES copying django/conf/locale/ja/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ja/LC_MESSAGES creating build/lib/django/conf/locale/pl/LC_MESSAGES copying django/conf/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pl/LC_MESSAGES copying django/conf/locale/pl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pl/LC_MESSAGES >>> python-django 4.1.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3/setup.py:4: 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.sysconfig import get_python_lib /home/buildroot/autobuild/instance-3/output-1/build/python-django-4.1.3/setup.py:4: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_python_lib running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing Django.egg-info/PKG-INFO writing dependency_links to Django.egg-info/dependency_links.txt writing entry points to Django.egg-info/entry_points.txt writing requirements to Django.egg-info/requires.txt writing top-level names to Django.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'Django.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.python' adding license file 'AUTHORS' writing manifest file 'Django.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.app_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.app_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.app_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.app_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.app_template.migrations' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.app_template.migrations' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.app_template.migrations' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.app_template.migrations' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ig.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ig.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ig.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ig.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.project_template' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.project_template' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.project_template' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.project_template' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.conf.project_template.project_name' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.conf.project_template.project_name' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.conf.project_template.project_name' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.conf.project_template.project_name' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.am.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.am.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.am.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.am.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.css' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.css' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.css' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.css' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.css.vendor.select2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.css.vendor.select2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.css.vendor.select2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.css.vendor.select2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.img' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.img' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.img' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.img' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.img.gis' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.img.gis' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.img.gis' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.img.gis' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.jquery' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.jquery' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.jquery' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.jquery' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.select2' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.select2' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.select2' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.select2' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.select2.i18n' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.select2.i18n' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.select2.i18n' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.select2.i18n' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.static.admin.js.vendor.xregexp' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.static.admin.js.vendor.xregexp' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.static.admin.js.vendor.xregexp' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.static.admin.js.vendor.xregexp' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.auth.user' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.auth.user' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.auth.user' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.auth.user' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.edit_inline' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.edit_inline' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.edit_inline' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.edit_inline' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.includes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.includes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.includes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.includes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.admin.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.admin.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.admin.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.admin.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admin.templates.registration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admin.templates.registration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admin.templates.registration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admin.templates.registration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.admindocs.templates.admin_doc' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.admindocs.templates.admin_doc' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.admindocs.templates.admin_doc' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.admindocs.templates.admin_doc' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.templates.auth.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.templates.auth.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.templates.auth.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.templates.auth.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.auth.templates.registration' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.auth.templates.registration' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.auth.templates.registration' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.auth.templates.registration' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.contenttypes.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.flatpages.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.static.gis.css' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.static.gis.css' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.static.gis.css' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.static.gis.css' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.static.gis.img' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.static.gis.img' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.static.gis.img' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.static.gis.img' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.static.gis.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.static.gis.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.static.gis.js' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.static.gis.js' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.templates.gis' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.templates.gis' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.templates.gis' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.templates.gis' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.templates.gis.admin' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.templates.gis.admin' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.templates.gis.admin' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.templates.gis.admin' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.gis.templates.gis.kml' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.gis.templates.gis.kml' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.gis.templates.gis.kml' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.gis.templates.gis.kml' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.humanize.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.jinja2.postgres.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.jinja2.postgres.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.jinja2.postgres.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.jinja2.postgres.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.postgres.templates.postgres.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.postgres.templates.postgres.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.postgres.templates.postgres.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.postgres.templates.postgres.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.redirects.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sessions.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sitemaps.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sitemaps.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sitemaps.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sitemaps.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.af.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.af.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.af.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.af.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ar.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ar.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ar.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ar.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ar_DZ.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ast.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ast.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ast.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ast.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.az.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.az.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.az.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.az.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.be.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.be.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.be.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.be.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.bg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.bg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.bg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.bg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.bn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.bn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.bn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.bn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.br.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.br.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.br.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.br.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.bs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.bs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.bs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.bs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ca.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ca.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ca.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ca.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.cy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.cy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.cy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.cy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.da.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.da.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.da.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.da.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.de.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.de.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.de.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.de.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.dsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.dsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.dsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.dsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.el.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.el.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.el.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.el.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.en.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.en.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.en.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.en.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.en_AU.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.en_AU.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.en_AU.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.en_AU.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.en_GB.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.en_GB.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.en_GB.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.en_GB.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.eo.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.eo.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.eo.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.eo.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_AR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_AR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_AR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_AR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_CO.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_CO.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_CO.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_CO.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_MX.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_MX.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_MX.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_MX.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.es_VE.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.es_VE.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.es_VE.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.es_VE.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.et.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.et.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.et.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.et.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.eu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.eu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.eu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.eu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.fy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.fy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.fy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.fy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ga.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ga.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ga.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ga.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.gd.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.gd.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.gd.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.gd.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.gl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.gl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.gl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.gl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.he.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.he.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.he.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.he.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hsb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hsb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hsb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hsb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hu.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hu.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hu.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hu.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.hy.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.hy.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.hy.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.hy.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ia.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ia.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ia.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ia.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.id.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.id.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.id.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.id.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.io.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.io.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.io.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.io.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.is.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.is.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.is.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.is.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.it.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.it.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.it.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.it.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ja.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ja.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ja.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ja.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ka.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ka.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ka.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ka.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.kab.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.kab.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.kab.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.kab.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.kk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.kk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.kk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.kk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.km.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.km.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.km.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.km.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.kn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.kn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.kn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.kn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ko.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ko.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ko.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ko.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ky.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ky.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ky.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ky.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.lb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.lb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.lb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.lb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.lt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.lt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.lt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.lt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.lv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.lv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.lv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.lv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.mk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.mk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.mk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.mk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ml.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ml.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ml.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ml.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.mn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.mn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.mn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.mn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.mr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.mr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.mr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.mr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ms.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ms.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ms.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ms.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.my.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.my.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.my.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.my.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.nb.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.nb.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.nb.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.nb.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ne.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ne.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ne.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ne.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.nl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.nl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.nl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.nl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.nn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.nn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.nn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.nn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.os.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.os.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.os.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.os.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pa.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pa.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pa.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pa.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.pt_BR.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ro.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ro.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ro.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ro.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ru.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ru.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ru.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ru.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sl.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sl.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sl.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sl.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sq.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sq.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sq.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sq.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sr_Latn.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sv.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sv.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sv.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sv.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.sw.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.sw.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.sw.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.sw.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ta.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ta.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ta.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ta.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.te.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.te.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.te.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.te.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tg.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tg.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tg.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tg.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.th.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.th.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.th.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.th.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.tt.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.tt.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.tt.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.tt.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.udm.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.udm.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.udm.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.udm.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.uk.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.uk.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.uk.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.uk.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.ur.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.ur.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.ur.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.ur.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.uz.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.uz.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.uz.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.uz.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.vi.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.vi.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.vi.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.vi.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.zh_Hans.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.contrib.sites.locale.zh_Hant.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.errors.dict' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.errors.dict' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.errors.dict' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.errors.dict' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.errors.list' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.errors.list' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.errors.list' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.errors.list' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.formsets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.formsets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.formsets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.formsets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.jinja2.django.forms.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.jinja2.django.forms.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.jinja2.django.forms.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.jinja2.django.forms.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.errors.dict' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.errors.dict' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.errors.dict' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.errors.dict' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.errors.list' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.errors.list' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.errors.list' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.errors.list' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.formsets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.formsets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.formsets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.formsets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.forms.templates.django.forms.widgets' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.forms.templates.django.forms.widgets' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.forms.templates.django.forms.widgets' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.forms.templates.django.forms.widgets' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'django.views.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'django.views.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'django.views.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'django.views.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/deconstruct.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/topological_sort.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/asyncio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/dateparse.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/timesince.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/autoreload.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/deprecation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/functional.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/encoding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/datastructures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/crypto.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/dates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/jslex.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/tree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/archive.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/_os.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/decorators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/duration.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/numberformat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/xmlutils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/regex_helper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/feedgenerator.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/ipv6.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/itercompat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/lorem_ipsum.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/hashable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/termcolors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils/translation copying build/lib/django/utils/translation/reloader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils/translation copying build/lib/django/utils/translation/template.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils/translation copying build/lib/django/utils/translation/trans_real.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils/translation copying build/lib/django/utils/translation/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils/translation copying build/lib/django/utils/translation/trans_null.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils/translation copying build/lib/django/utils/log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/safestring.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/module_loading.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/inspect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/connection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/timezone.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/dateformat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/baseconv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils copying build/lib/django/utils/datetime_safe.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/utils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/apps copying build/lib/django/apps/registry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/apps copying build/lib/django/apps/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/apps copying build/lib/django/apps/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/apps copying build/lib/django/shortcuts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/dispatch copying build/lib/django/dispatch/license.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/dispatch copying build/lib/django/dispatch/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/dispatch copying build/lib/django/dispatch/dispatcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/dispatch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/library.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/autoreload.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/context_processors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/defaulttags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/context.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/defaultfilters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/engine.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders copying build/lib/django/template/loaders/app_directories.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders copying build/lib/django/template/loaders/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders copying build/lib/django/template/loaders/cached.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders copying build/lib/django/template/loaders/locmem.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders copying build/lib/django/template/loaders/filesystem.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders copying build/lib/django/template/loaders/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/loaders creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/backends/django.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/backends/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/backends/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/backends/dummy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/backends/jinja2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template/backends copying build/lib/django/template/loader_tags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/loader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template copying build/lib/django/template/smartif.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/template creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES copying build/lib/django/contrib/humanize/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize copying build/lib/django/contrib/humanize/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/templatetags copying build/lib/django/contrib/humanize/templatetags/humanize.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/templatetags copying build/lib/django/contrib/humanize/templatetags/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/humanize/templatetags creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/syndication copying build/lib/django/contrib/syndication/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/syndication copying build/lib/django/contrib/syndication/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/syndication copying build/lib/django/contrib/syndication/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/syndication creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES copying build/lib/django/contrib/redirects/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/migrations copying build/lib/django/contrib/redirects/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/migrations copying build/lib/django/contrib/redirects/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/migrations copying build/lib/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects/migrations copying build/lib/django/contrib/redirects/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/admin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/redirects creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/management/commands copying build/lib/django/contrib/sitemaps/management/commands/ping_google.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/management/commands copying build/lib/django/contrib/sitemaps/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/management/commands copying build/lib/django/contrib/sitemaps/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/management copying build/lib/django/contrib/sitemaps/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/templates copying build/lib/django/contrib/sitemaps/templates/sitemap_index.xml -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/templates copying build/lib/django/contrib/sitemaps/templates/sitemap.xml -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps/templates copying build/lib/django/contrib/sitemaps/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps copying build/lib/django/contrib/sitemaps/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sitemaps copying build/lib/django/contrib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/forms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/commands/changepassword.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/commands/createsuperuser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/management copying build/lib/django/contrib/auth/context_processors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/da/LC_MESSAGES copying build/lib/django/contrib/auth/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/da/LC_MESSAGES copying build/lib/django/contrib/auth/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/af/LC_MESSAGES copying build/lib/django/contrib/auth/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/af/LC_MESSAGES copying build/lib/django/contrib/auth/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/my/LC_MESSAGES copying build/lib/django/contrib/auth/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/my/LC_MESSAGES copying build/lib/django/contrib/auth/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/id/LC_MESSAGES copying build/lib/django/contrib/auth/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/id/LC_MESSAGES copying build/lib/django/contrib/auth/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/is/LC_MESSAGES copying build/lib/django/contrib/auth/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/is/LC_MESSAGES copying build/lib/django/contrib/auth/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/be/LC_MESSAGES copying build/lib/django/contrib/auth/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/be/LC_MESSAGES copying build/lib/django/contrib/auth/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/os/LC_MESSAGES copying build/lib/django/contrib/auth/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/os/LC_MESSAGES copying build/lib/django/contrib/auth/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/th/LC_MESSAGES copying build/lib/django/contrib/auth/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/th/LC_MESSAGES copying build/lib/django/contrib/auth/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/he/LC_MESSAGES copying build/lib/django/contrib/auth/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/he/LC_MESSAGES copying build/lib/django/contrib/auth/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/et/LC_MESSAGES copying build/lib/django/contrib/auth/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/et/LC_MESSAGES copying build/lib/django/contrib/auth/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/br/LC_MESSAGES copying build/lib/django/contrib/auth/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/br/LC_MESSAGES copying build/lib/django/contrib/auth/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/de/LC_MESSAGES copying build/lib/django/contrib/auth/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/de/LC_MESSAGES copying build/lib/django/contrib/auth/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/it/LC_MESSAGES copying build/lib/django/contrib/auth/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/it/LC_MESSAGES copying build/lib/django/contrib/auth/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/io/LC_MESSAGES copying build/lib/django/contrib/auth/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/io/LC_MESSAGES copying build/lib/django/contrib/auth/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/az/LC_MESSAGES copying build/lib/django/contrib/auth/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/az/LC_MESSAGES copying build/lib/django/contrib/auth/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES copying build/lib/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES copying build/lib/django/contrib/auth/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/te/LC_MESSAGES copying build/lib/django/contrib/auth/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/te/LC_MESSAGES copying build/lib/django/contrib/auth/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/km/LC_MESSAGES copying build/lib/django/contrib/auth/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/km/LC_MESSAGES copying build/lib/django/contrib/auth/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/el/LC_MESSAGES copying build/lib/django/contrib/auth/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/el/LC_MESSAGES copying build/lib/django/contrib/auth/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES copying build/lib/django/contrib/auth/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0011_update_proxy_permissions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0006_require_contenttypes_0002.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0008_alter_user_username_max_length.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0005_alter_user_last_login_null.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0003_alter_user_email_max_length.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0004_alter_user_username_opts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0010_alter_group_name_max_length.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/decorators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/backends.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/tokens.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/password_validation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/base_user.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/templates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/templates/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/templates/auth/widgets copying build/lib/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/templates/auth/widgets creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/templates/registration copying build/lib/django/contrib/auth/templates/registration/password_reset_subject.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/templates/registration copying build/lib/django/contrib/auth/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/handlers copying build/lib/django/contrib/auth/handlers/modwsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/handlers copying build/lib/django/contrib/auth/handlers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth/handlers copying build/lib/django/contrib/auth/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/hashers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/common-passwords.txt.gz -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/mixins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/admin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/validators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admindocs/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/model_detail.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/template_detail.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/template_filter_index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/model_index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/view_index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/view_detail.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/template_tag_index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/bookmarklets.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/missing_docutils.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admindocs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/forms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES copying build/lib/django/contrib/flatpages/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/migrations copying build/lib/django/contrib/flatpages/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/migrations copying build/lib/django/contrib/flatpages/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/migrations copying build/lib/django/contrib/flatpages/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/sitemaps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/templatetags copying build/lib/django/contrib/flatpages/templatetags/flatpages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/templatetags copying build/lib/django/contrib/flatpages/templatetags/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages/templatetags copying build/lib/django/contrib/flatpages/admin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/flatpages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/serializers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/indexes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES copying build/lib/django/contrib/postgres/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/functions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/constraints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/statistics.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/general.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/mixins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/aggregates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/templates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/templates/postgres creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/templates/postgres/widgets copying build/lib/django/contrib/postgres/templates/postgres/widgets/split_array.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/templates/postgres/widgets copying build/lib/django/contrib/postgres/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/expressions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/lookups.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/citext.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/jsonb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/ranges.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/array.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/hstore.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/search.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/validators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/jinja2 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/jinja2/postgres creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/jinja2/postgres/widgets copying build/lib/django/contrib/postgres/jinja2/postgres/widgets/split_array.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/jinja2/postgres/widgets creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/ranges.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/array.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/hstore.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/postgres/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/findstatic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/runserver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/collectstatic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles/management copying build/lib/django/contrib/staticfiles/urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/storage.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/handlers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/finders.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/staticfiles creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis copying build/lib/django/contrib/gis/measure.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/management/commands/inspectdb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/management/commands/ogrinspect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/srs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/ogrinfo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/layermapping.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/ogrinspect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/shortcuts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/da/LC_MESSAGES copying build/lib/django/contrib/gis/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/da/LC_MESSAGES copying build/lib/django/contrib/gis/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/af/LC_MESSAGES copying build/lib/django/contrib/gis/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/af/LC_MESSAGES copying build/lib/django/contrib/gis/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/my/LC_MESSAGES copying build/lib/django/contrib/gis/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/my/LC_MESSAGES copying build/lib/django/contrib/gis/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/id/LC_MESSAGES copying build/lib/django/contrib/gis/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/id/LC_MESSAGES copying build/lib/django/contrib/gis/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/is/LC_MESSAGES copying build/lib/django/contrib/gis/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/is/LC_MESSAGES copying build/lib/django/contrib/gis/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/be/LC_MESSAGES copying build/lib/django/contrib/gis/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/be/LC_MESSAGES copying build/lib/django/contrib/gis/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/os/LC_MESSAGES copying build/lib/django/contrib/gis/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/os/LC_MESSAGES copying build/lib/django/contrib/gis/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/th/LC_MESSAGES copying build/lib/django/contrib/gis/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/th/LC_MESSAGES copying build/lib/django/contrib/gis/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/he/LC_MESSAGES copying build/lib/django/contrib/gis/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/he/LC_MESSAGES copying build/lib/django/contrib/gis/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/et/LC_MESSAGES copying build/lib/django/contrib/gis/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/et/LC_MESSAGES copying build/lib/django/contrib/gis/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/br/LC_MESSAGES copying build/lib/django/contrib/gis/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/br/LC_MESSAGES copying build/lib/django/contrib/gis/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/de/LC_MESSAGES copying build/lib/django/contrib/gis/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/de/LC_MESSAGES copying build/lib/django/contrib/gis/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/it/LC_MESSAGES copying build/lib/django/contrib/gis/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/it/LC_MESSAGES copying build/lib/django/contrib/gis/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/io/LC_MESSAGES copying build/lib/django/contrib/gis/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/io/LC_MESSAGES copying build/lib/django/contrib/gis/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/az/LC_MESSAGES copying build/lib/django/contrib/gis/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/az/LC_MESSAGES copying build/lib/django/contrib/gis/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES copying build/lib/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES copying build/lib/django/contrib/gis/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/te/LC_MESSAGES copying build/lib/django/contrib/gis/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/te/LC_MESSAGES copying build/lib/django/contrib/gis/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/km/LC_MESSAGES copying build/lib/django/contrib/gis/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/km/LC_MESSAGES copying build/lib/django/contrib/gis/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/el/LC_MESSAGES copying build/lib/django/contrib/gis/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/el/LC_MESSAGES copying build/lib/django/contrib/gis/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/geoip2/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/geoip2/resources.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/geoip2/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/css copying build/lib/django/contrib/gis/static/gis/css/ol3.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/css creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/js copying build/lib/django/contrib/gis/static/gis/js/OLMapWidget.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/js creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_point_on.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_polygon_off.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_line_off.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_polygon_on.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_line_on.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_point_off.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/static/gis/img creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/prepared.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/mutable_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/libgeos.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/LICENSE -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/linestring.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/geometry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/coordseq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/polygon.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/point.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/collections.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/prepared.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/topology.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/misc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/threadsafe.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/errcheck.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/coordseq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/predicates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/geom.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/factory.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/geos creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/serializers copying build/lib/django/contrib/gis/serializers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/serializers copying build/lib/django/contrib/gis/serializers/geojson.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/serializers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/aggregates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/functions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models/sql copying build/lib/django/contrib/gis/db/models/sql/conversion.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models/sql copying build/lib/django/contrib/gis/db/models/sql/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models/sql copying build/lib/django/contrib/gis/db/models/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/lookups.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/proxy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/fields.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/adapter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/spatialite creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/adapter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/oracle creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/adapter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/const.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/pgraster.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/adapter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/db/backends/base creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/sitemaps/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/sitemaps/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/sitemaps/kml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/sitemaps creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis copying build/lib/django/contrib/gis/templates/gis/openlayers.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/kml copying build/lib/django/contrib/gis/templates/gis/kml/base.kml -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/kml copying build/lib/django/contrib/gis/templates/gis/kml/placemarks.kml -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/kml copying build/lib/django/contrib/gis/templates/gis/openlayers-osm.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/openlayers.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/osm.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/osm.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/openlayers.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/ptr.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis copying build/lib/django/contrib/gis/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis copying build/lib/django/contrib/gis/geometry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis copying build/lib/django/contrib/gis/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/srs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/geometries.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/source.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/const.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/band.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/LICENSE -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/envelope.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/field.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/feature.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/datasource.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/layer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/geomtype.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/libgdal.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/driver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/srs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/ds.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/errcheck.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/raster.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/generation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/geom.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/gdal/prototypes creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/admin/widgets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/admin/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/admin/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/feeds.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/forms copying build/lib/django/contrib/gis/forms/widgets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/forms copying build/lib/django/contrib/gis/forms/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/forms copying build/lib/django/contrib/gis/forms/fields.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/gis/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/forms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/management/commands copying build/lib/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/management/commands copying build/lib/django/contrib/contenttypes/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/management/commands copying build/lib/django/contrib/contenttypes/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/fields.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/admin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/contenttypes creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/serializers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/base_session.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/management/commands copying build/lib/django/contrib/sessions/management/commands/clearsessions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/management/commands copying build/lib/django/contrib/sessions/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/management/commands copying build/lib/django/contrib/sessions/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sessions/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/migrations copying build/lib/django/contrib/sessions/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/migrations copying build/lib/django/contrib/sessions/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/migrations copying build/lib/django/contrib/sessions/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/cached_db.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/signed_cookies.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/file.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/db.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sessions creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/cookie.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/fallback.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/session.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/context_processors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/api.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/messages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/managers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/shortcuts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/management.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/da/LC_MESSAGES copying build/lib/django/contrib/sites/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/da/LC_MESSAGES copying build/lib/django/contrib/sites/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/af/LC_MESSAGES copying build/lib/django/contrib/sites/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/af/LC_MESSAGES copying build/lib/django/contrib/sites/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/my/LC_MESSAGES copying build/lib/django/contrib/sites/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/my/LC_MESSAGES copying build/lib/django/contrib/sites/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/id/LC_MESSAGES copying build/lib/django/contrib/sites/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/id/LC_MESSAGES copying build/lib/django/contrib/sites/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/is/LC_MESSAGES copying build/lib/django/contrib/sites/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/is/LC_MESSAGES copying build/lib/django/contrib/sites/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/be/LC_MESSAGES copying build/lib/django/contrib/sites/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/be/LC_MESSAGES copying build/lib/django/contrib/sites/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/os/LC_MESSAGES copying build/lib/django/contrib/sites/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/os/LC_MESSAGES copying build/lib/django/contrib/sites/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/th/LC_MESSAGES copying build/lib/django/contrib/sites/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/th/LC_MESSAGES copying build/lib/django/contrib/sites/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/he/LC_MESSAGES copying build/lib/django/contrib/sites/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/he/LC_MESSAGES copying build/lib/django/contrib/sites/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/et/LC_MESSAGES copying build/lib/django/contrib/sites/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/et/LC_MESSAGES copying build/lib/django/contrib/sites/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/br/LC_MESSAGES copying build/lib/django/contrib/sites/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/br/LC_MESSAGES copying build/lib/django/contrib/sites/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/de/LC_MESSAGES copying build/lib/django/contrib/sites/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/de/LC_MESSAGES copying build/lib/django/contrib/sites/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/it/LC_MESSAGES copying build/lib/django/contrib/sites/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/it/LC_MESSAGES copying build/lib/django/contrib/sites/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/io/LC_MESSAGES copying build/lib/django/contrib/sites/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/io/LC_MESSAGES copying build/lib/django/contrib/sites/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/az/LC_MESSAGES copying build/lib/django/contrib/sites/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/az/LC_MESSAGES copying build/lib/django/contrib/sites/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sites/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/te/LC_MESSAGES copying build/lib/django/contrib/sites/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/te/LC_MESSAGES copying build/lib/django/contrib/sites/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/km/LC_MESSAGES copying build/lib/django/contrib/sites/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/km/LC_MESSAGES copying build/lib/django/contrib/sites/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/el/LC_MESSAGES copying build/lib/django/contrib/sites/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/el/LC_MESSAGES copying build/lib/django/contrib/sites/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sites/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/migrations/0002_alter_domain_unique.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/requests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/admin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/middleware.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/sites creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/forms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/widgets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/da/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/id/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/is/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/th/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/he/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/et/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/de/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/it/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/az/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/te/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/am creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/am/LC_MESSAGES copying build/lib/django/contrib/admin/locale/am/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/am/LC_MESSAGES copying build/lib/django/contrib/admin/locale/am/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/am/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/km/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/el/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/apps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/0001_initial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/decorators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/changelists.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/autocomplete.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/widgets.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/forms.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css/vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/vendor/select2/select2.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/dark_mode.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/responsive.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/base.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/fonts.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/nav_sidebar.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/rtl.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/login.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/dashboard.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/responsive_rtl.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/css creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/inlines.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/calendar.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/autocomplete.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2 copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2 copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/select2 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp copying build/lib/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp copying build/lib/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp copying build/lib/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/jquery.init.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/SelectFilter2.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/change_form.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/actions.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/cancel.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/core.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/prepopulate.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/prepopulate_init.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/SelectBox.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/nav_sidebar.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/collapse.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/urlify.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/admin copying build/lib/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/admin copying build/lib/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js/admin copying build/lib/django/contrib/admin/static/admin/js/popup_response.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/filters.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/js creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/README.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/LICENSE.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/fonts creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-deletelink.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-alert.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/search.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-no.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/tooltag-arrowright.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-calendar.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/sorting-icons.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/LICENSE -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/selector-icons.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/tooltag-add.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-addlink.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-unknown.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/README.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-yes.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-viewlink.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-changelink.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/calendar-icons.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-clock.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img/gis copying build/lib/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img/gis copying build/lib/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img/gis copying build/lib/django/contrib/admin/static/admin/img/inline-delete.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-unknown-alt.svg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_change_form.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_complete.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_confirm.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_done.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/logged_out.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_change_done.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_email.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_form.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/registration creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_form.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/500.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_form_object_tools.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/app_index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/radio.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/split_datetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/clearable_file_input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/url.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/change_list_object_tools.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/edit_inline copying build/lib/django/contrib/admin/templates/admin/edit_inline/stacked.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/edit_inline copying build/lib/django/contrib/admin/templates/admin/edit_inline/tabular.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/edit_inline copying build/lib/django/contrib/admin/templates/admin/base_site.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/nav_sidebar.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_list.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/popup_response.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/prepopulated_fields_js.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/delete_confirmation.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/date_hierarchy.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/404.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/invalid_setup.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/base.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/search_form.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/auth creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/auth/user copying build/lib/django/contrib/admin/templates/admin/auth/user/change_password.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/auth/user copying build/lib/django/contrib/admin/templates/admin/auth/user/add_form.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/auth/user copying build/lib/django/contrib/admin/templates/admin/submit_line.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_list_results.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/pagination.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/object_history.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/filter.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/app_list.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/actions.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/delete_selected_confirmation.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/includes copying build/lib/django/contrib/admin/templates/admin/includes/fieldset.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/includes copying build/lib/django/contrib/admin/templates/admin/includes/object_delete_summary.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin/includes copying build/lib/django/contrib/admin/templates/admin/login.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templates/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/decorators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/main.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/autocomplete.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/admin_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/admin_urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/admin_modify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/tests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/filters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/actions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/sites.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/contrib/admin creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/converters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/conf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/resolvers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls copying build/lib/django/urls/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/urls creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/indexes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/aggregates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/enums.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/query.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/constraints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/deletion.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/compiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/datastructures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/query.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/subqueries.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/where.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/sql copying build/lib/django/db/models/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/expressions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/lookups.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/manager.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/query_utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models copying build/lib/django/db/models/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/related.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/related_lookups.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/reverse_related.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/related_descriptors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/json.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/proxy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/mixins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/files.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/fields creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/math.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/window.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/datetime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/mixins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/comparison.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/models/functions copying build/lib/django/db/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/recorder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/state.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/serializer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/special.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/fields.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/questioner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/optimizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/writer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/loader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/autodetector.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/graph.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/executor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/migrations/migration.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/migrations copying build/lib/django/db/transaction.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db copying build/lib/django/db/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/creation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/_functions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/sqlite3 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/creation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/functions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/validation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/compiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/creation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/validation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/ddl_references.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends copying build/lib/django/db/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends copying build/lib/django/db/backends/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/dummy/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/dummy/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/dummy/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/dummy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/creation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/postgresql creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/creation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/introspection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/schema.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/operations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/validation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/db/backends/base creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views copying build/lib/django/views/i18n.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/generic/detail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/generic/dates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/generic/edit.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/generic/list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/generic/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/generic/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/generic copying build/lib/django/views/defaults.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views copying build/lib/django/views/csrf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/csrf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/debug.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/vary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/gzip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators copying build/lib/django/views/decorators/clickjacking.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/decorators creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/templates copying build/lib/django/views/templates/technical_500.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/templates copying build/lib/django/views/templates/technical_500.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/templates copying build/lib/django/views/templates/technical_404.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/templates copying build/lib/django/views/templates/default_urlconf.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views/templates copying build/lib/django/views/debug.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views copying build/lib/django/views/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views copying build/lib/django/views/static.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/views copying build/lib/django/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django copying build/lib/django/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf copying build/lib/django/conf/global_settings.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ro copying build/lib/django/conf/locale/ro/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ro/LC_MESSAGES copying build/lib/django/conf/locale/ro/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ro/LC_MESSAGES copying build/lib/django/conf/locale/ro/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ro/LC_MESSAGES copying build/lib/django/conf/locale/ro/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ro creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eo copying build/lib/django/conf/locale/eo/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eo/LC_MESSAGES copying build/lib/django/conf/locale/eo/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eo/LC_MESSAGES copying build/lib/django/conf/locale/eo/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eo/LC_MESSAGES copying build/lib/django/conf/locale/eo/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lb/LC_MESSAGES copying build/lib/django/conf/locale/lb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lb/LC_MESSAGES copying build/lib/django/conf/locale/lb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt_BR copying build/lib/django/conf/locale/pt_BR/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt_BR/LC_MESSAGES copying build/lib/django/conf/locale/pt_BR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt_BR/LC_MESSAGES copying build/lib/django/conf/locale/pt_BR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt_BR/LC_MESSAGES copying build/lib/django/conf/locale/pt_BR/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt_BR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sq copying build/lib/django/conf/locale/sq/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sq/LC_MESSAGES copying build/lib/django/conf/locale/sq/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sq/LC_MESSAGES copying build/lib/django/conf/locale/sq/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sq/LC_MESSAGES copying build/lib/django/conf/locale/sq/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sq creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fy copying build/lib/django/conf/locale/fy/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fy/LC_MESSAGES copying build/lib/django/conf/locale/fy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fy/LC_MESSAGES copying build/lib/django/conf/locale/fy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fy/LC_MESSAGES copying build/lib/django/conf/locale/fy/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ia/LC_MESSAGES copying build/lib/django/conf/locale/ia/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ia/LC_MESSAGES copying build/lib/django/conf/locale/ia/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ia/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_PR copying build/lib/django/conf/locale/es_PR/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_PR copying build/lib/django/conf/locale/es_PR/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_PR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tk copying build/lib/django/conf/locale/tk/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tk/LC_MESSAGES copying build/lib/django/conf/locale/tk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tk/LC_MESSAGES copying build/lib/django/conf/locale/tk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tk/LC_MESSAGES copying build/lib/django/conf/locale/tk/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fi copying build/lib/django/conf/locale/fi/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fi/LC_MESSAGES copying build/lib/django/conf/locale/fi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fi/LC_MESSAGES copying build/lib/django/conf/locale/fi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fi/LC_MESSAGES copying build/lib/django/conf/locale/fi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/da copying build/lib/django/conf/locale/da/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/da/LC_MESSAGES copying build/lib/django/conf/locale/da/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/da/LC_MESSAGES copying build/lib/django/conf/locale/da/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/da/LC_MESSAGES copying build/lib/django/conf/locale/da/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/da creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gl copying build/lib/django/conf/locale/gl/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gl/LC_MESSAGES copying build/lib/django/conf/locale/gl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gl/LC_MESSAGES copying build/lib/django/conf/locale/gl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gl/LC_MESSAGES copying build/lib/django/conf/locale/gl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr copying build/lib/django/conf/locale/sr/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr/LC_MESSAGES copying build/lib/django/conf/locale/sr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr/LC_MESSAGES copying build/lib/django/conf/locale/sr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr/LC_MESSAGES copying build/lib/django/conf/locale/sr/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ig copying build/lib/django/conf/locale/ig/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ig creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ig/LC_MESSAGES copying build/lib/django/conf/locale/ig/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ig/LC_MESSAGES copying build/lib/django/conf/locale/ig/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ig/LC_MESSAGES copying build/lib/django/conf/locale/ig/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ig creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ru copying build/lib/django/conf/locale/ru/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ru/LC_MESSAGES copying build/lib/django/conf/locale/ru/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ru/LC_MESSAGES copying build/lib/django/conf/locale/ru/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ru/LC_MESSAGES copying build/lib/django/conf/locale/ru/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ru creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tr copying build/lib/django/conf/locale/tr/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tr/LC_MESSAGES copying build/lib/django/conf/locale/tr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tr/LC_MESSAGES copying build/lib/django/conf/locale/tr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tr/LC_MESSAGES copying build/lib/django/conf/locale/tr/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/af creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/af/LC_MESSAGES copying build/lib/django/conf/locale/af/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/af/LC_MESSAGES copying build/lib/django/conf/locale/af/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/af/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/my creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/my/LC_MESSAGES copying build/lib/django/conf/locale/my/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/my/LC_MESSAGES copying build/lib/django/conf/locale/my/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/my/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/id copying build/lib/django/conf/locale/id/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/id/LC_MESSAGES copying build/lib/django/conf/locale/id/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/id/LC_MESSAGES copying build/lib/django/conf/locale/id/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/id/LC_MESSAGES copying build/lib/django/conf/locale/id/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/id creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/is copying build/lib/django/conf/locale/is/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/is/LC_MESSAGES copying build/lib/django/conf/locale/is/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/is/LC_MESSAGES copying build/lib/django/conf/locale/is/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/is/LC_MESSAGES copying build/lib/django/conf/locale/is/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/is creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hi copying build/lib/django/conf/locale/hi/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hi/LC_MESSAGES copying build/lib/django/conf/locale/hi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hi/LC_MESSAGES copying build/lib/django/conf/locale/hi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hi/LC_MESSAGES copying build/lib/django/conf/locale/hi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_VE creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_VE/LC_MESSAGES copying build/lib/django/conf/locale/es_VE/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_VE/LC_MESSAGES copying build/lib/django/conf/locale/es_VE/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_VE/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/be creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/be/LC_MESSAGES copying build/lib/django/conf/locale/be/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/be/LC_MESSAGES copying build/lib/django/conf/locale/be/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/be/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/os creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/os/LC_MESSAGES copying build/lib/django/conf/locale/os/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/os/LC_MESSAGES copying build/lib/django/conf/locale/os/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/os/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_GB copying build/lib/django/conf/locale/en_GB/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_GB/LC_MESSAGES copying build/lib/django/conf/locale/en_GB/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_GB/LC_MESSAGES copying build/lib/django/conf/locale/en_GB/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_GB/LC_MESSAGES copying build/lib/django/conf/locale/en_GB/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_GB creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fr copying build/lib/django/conf/locale/fr/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fr/LC_MESSAGES copying build/lib/django/conf/locale/fr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fr/LC_MESSAGES copying build/lib/django/conf/locale/fr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fr/LC_MESSAGES copying build/lib/django/conf/locale/fr/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uz copying build/lib/django/conf/locale/uz/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uz/LC_MESSAGES copying build/lib/django/conf/locale/uz/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uz/LC_MESSAGES copying build/lib/django/conf/locale/uz/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uz/LC_MESSAGES copying build/lib/django/conf/locale/uz/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/th copying build/lib/django/conf/locale/th/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/th/LC_MESSAGES copying build/lib/django/conf/locale/th/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/th/LC_MESSAGES copying build/lib/django/conf/locale/th/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/th/LC_MESSAGES copying build/lib/django/conf/locale/th/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/th creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nl copying build/lib/django/conf/locale/nl/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nl/LC_MESSAGES copying build/lib/django/conf/locale/nl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nl/LC_MESSAGES copying build/lib/django/conf/locale/nl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nl/LC_MESSAGES copying build/lib/django/conf/locale/nl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cs copying build/lib/django/conf/locale/cs/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cs/LC_MESSAGES copying build/lib/django/conf/locale/cs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cs/LC_MESSAGES copying build/lib/django/conf/locale/cs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cs/LC_MESSAGES copying build/lib/django/conf/locale/cs/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_NI copying build/lib/django/conf/locale/es_NI/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_NI copying build/lib/django/conf/locale/es_NI/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_NI creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_AR copying build/lib/django/conf/locale/es_AR/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_AR/LC_MESSAGES copying build/lib/django/conf/locale/es_AR/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_AR/LC_MESSAGES copying build/lib/django/conf/locale/es_AR/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_AR/LC_MESSAGES copying build/lib/django/conf/locale/es_AR/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_AR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hy/LC_MESSAGES copying build/lib/django/conf/locale/hy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hy/LC_MESSAGES copying build/lib/django/conf/locale/hy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hy/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ko copying build/lib/django/conf/locale/ko/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ko/LC_MESSAGES copying build/lib/django/conf/locale/ko/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ko/LC_MESSAGES copying build/lib/django/conf/locale/ko/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ko/LC_MESSAGES copying build/lib/django/conf/locale/ko/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ko creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ast creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ast/LC_MESSAGES copying build/lib/django/conf/locale/ast/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ast/LC_MESSAGES copying build/lib/django/conf/locale/ast/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ast/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/he copying build/lib/django/conf/locale/he/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/he/LC_MESSAGES copying build/lib/django/conf/locale/he/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/he/LC_MESSAGES copying build/lib/django/conf/locale/he/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/he/LC_MESSAGES copying build/lib/django/conf/locale/he/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/he creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ga copying build/lib/django/conf/locale/ga/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ga/LC_MESSAGES copying build/lib/django/conf/locale/ga/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ga/LC_MESSAGES copying build/lib/django/conf/locale/ga/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ga/LC_MESSAGES copying build/lib/django/conf/locale/ga/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ga creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cy copying build/lib/django/conf/locale/cy/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cy/LC_MESSAGES copying build/lib/django/conf/locale/cy/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cy/LC_MESSAGES copying build/lib/django/conf/locale/cy/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cy/LC_MESSAGES copying build/lib/django/conf/locale/cy/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/cy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bs copying build/lib/django/conf/locale/bs/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bs/LC_MESSAGES copying build/lib/django/conf/locale/bs/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bs/LC_MESSAGES copying build/lib/django/conf/locale/bs/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bs/LC_MESSAGES copying build/lib/django/conf/locale/bs/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bs creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hant copying build/lib/django/conf/locale/zh_Hant/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hant/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hant/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hant creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/et copying build/lib/django/conf/locale/et/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/et/LC_MESSAGES copying build/lib/django/conf/locale/et/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/et/LC_MESSAGES copying build/lib/django/conf/locale/et/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/et/LC_MESSAGES copying build/lib/django/conf/locale/et/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/et creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sv copying build/lib/django/conf/locale/sv/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sv/LC_MESSAGES copying build/lib/django/conf/locale/sv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sv/LC_MESSAGES copying build/lib/django/conf/locale/sv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sv/LC_MESSAGES copying build/lib/django/conf/locale/sv/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tg copying build/lib/django/conf/locale/tg/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tg/LC_MESSAGES copying build/lib/django/conf/locale/tg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tg/LC_MESSAGES copying build/lib/django/conf/locale/tg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tg/LC_MESSAGES copying build/lib/django/conf/locale/tg/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ml copying build/lib/django/conf/locale/ml/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ml/LC_MESSAGES copying build/lib/django/conf/locale/ml/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ml/LC_MESSAGES copying build/lib/django/conf/locale/ml/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ml/LC_MESSAGES copying build/lib/django/conf/locale/ml/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ml creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es copying build/lib/django/conf/locale/es/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es/LC_MESSAGES copying build/lib/django/conf/locale/es/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es/LC_MESSAGES copying build/lib/django/conf/locale/es/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es/LC_MESSAGES copying build/lib/django/conf/locale/es/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en copying build/lib/django/conf/locale/en/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en/LC_MESSAGES copying build/lib/django/conf/locale/en/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en/LC_MESSAGES copying build/lib/django/conf/locale/en/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en/LC_MESSAGES copying build/lib/django/conf/locale/en/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ta copying build/lib/django/conf/locale/ta/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ta/LC_MESSAGES copying build/lib/django/conf/locale/ta/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ta/LC_MESSAGES copying build/lib/django/conf/locale/ta/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ta/LC_MESSAGES copying build/lib/django/conf/locale/ta/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ta creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hu copying build/lib/django/conf/locale/hu/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hu/LC_MESSAGES copying build/lib/django/conf/locale/hu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hu/LC_MESSAGES copying build/lib/django/conf/locale/hu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hu/LC_MESSAGES copying build/lib/django/conf/locale/hu/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/dsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/dsb/LC_MESSAGES copying build/lib/django/conf/locale/dsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/dsb/LC_MESSAGES copying build/lib/django/conf/locale/dsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/dsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt copying build/lib/django/conf/locale/pt/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt/LC_MESSAGES copying build/lib/django/conf/locale/pt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt/LC_MESSAGES copying build/lib/django/conf/locale/pt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt/LC_MESSAGES copying build/lib/django/conf/locale/pt/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uk copying build/lib/django/conf/locale/uk/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uk/LC_MESSAGES copying build/lib/django/conf/locale/uk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uk/LC_MESSAGES copying build/lib/django/conf/locale/uk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uk/LC_MESSAGES copying build/lib/django/conf/locale/uk/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/uk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hans copying build/lib/django/conf/locale/zh_Hans/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hans/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hans/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/zh_Hans creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bg copying build/lib/django/conf/locale/bg/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bg/LC_MESSAGES copying build/lib/django/conf/locale/bg/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bg/LC_MESSAGES copying build/lib/django/conf/locale/bg/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bg/LC_MESSAGES copying build/lib/django/conf/locale/bg/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bg creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nn copying build/lib/django/conf/locale/nn/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nn/LC_MESSAGES copying build/lib/django/conf/locale/nn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nn/LC_MESSAGES copying build/lib/django/conf/locale/nn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nn/LC_MESSAGES copying build/lib/django/conf/locale/nn/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lt copying build/lib/django/conf/locale/lt/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lt/LC_MESSAGES copying build/lib/django/conf/locale/lt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lt/LC_MESSAGES copying build/lib/django/conf/locale/lt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lt/LC_MESSAGES copying build/lib/django/conf/locale/lt/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kk/LC_MESSAGES copying build/lib/django/conf/locale/kk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kk/LC_MESSAGES copying build/lib/django/conf/locale/kk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kk/LC_MESSAGES copying build/lib/django/conf/locale/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mk copying build/lib/django/conf/locale/mk/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mk/LC_MESSAGES copying build/lib/django/conf/locale/mk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mk/LC_MESSAGES copying build/lib/django/conf/locale/mk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mk/LC_MESSAGES copying build/lib/django/conf/locale/mk/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fa copying build/lib/django/conf/locale/fa/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fa/LC_MESSAGES copying build/lib/django/conf/locale/fa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fa/LC_MESSAGES copying build/lib/django/conf/locale/fa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fa/LC_MESSAGES copying build/lib/django/conf/locale/fa/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/fa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ca copying build/lib/django/conf/locale/ca/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ca/LC_MESSAGES copying build/lib/django/conf/locale/ca/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ca/LC_MESSAGES copying build/lib/django/conf/locale/ca/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ca/LC_MESSAGES copying build/lib/django/conf/locale/ca/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ca creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/br creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/br/LC_MESSAGES copying build/lib/django/conf/locale/br/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/br/LC_MESSAGES copying build/lib/django/conf/locale/br/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/br/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gd copying build/lib/django/conf/locale/gd/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gd/LC_MESSAGES copying build/lib/django/conf/locale/gd/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gd/LC_MESSAGES copying build/lib/django/conf/locale/gd/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gd/LC_MESSAGES copying build/lib/django/conf/locale/gd/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/gd creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sk copying build/lib/django/conf/locale/sk/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sk/LC_MESSAGES copying build/lib/django/conf/locale/sk/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sk/LC_MESSAGES copying build/lib/django/conf/locale/sk/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sk/LC_MESSAGES copying build/lib/django/conf/locale/sk/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sk creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sl copying build/lib/django/conf/locale/sl/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sl/LC_MESSAGES copying build/lib/django/conf/locale/sl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sl/LC_MESSAGES copying build/lib/django/conf/locale/sl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sl/LC_MESSAGES copying build/lib/django/conf/locale/sl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nb copying build/lib/django/conf/locale/nb/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nb/LC_MESSAGES copying build/lib/django/conf/locale/nb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nb/LC_MESSAGES copying build/lib/django/conf/locale/nb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nb/LC_MESSAGES copying build/lib/django/conf/locale/nb/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/nb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ky copying build/lib/django/conf/locale/ky/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ky/LC_MESSAGES copying build/lib/django/conf/locale/ky/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ky/LC_MESSAGES copying build/lib/django/conf/locale/ky/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ky/LC_MESSAGES copying build/lib/django/conf/locale/ky/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ky creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mn copying build/lib/django/conf/locale/mn/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mn/LC_MESSAGES copying build/lib/django/conf/locale/mn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mn/LC_MESSAGES copying build/lib/django/conf/locale/mn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mn/LC_MESSAGES copying build/lib/django/conf/locale/mn/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_MX copying build/lib/django/conf/locale/es_MX/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_MX/LC_MESSAGES copying build/lib/django/conf/locale/es_MX/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_MX/LC_MESSAGES copying build/lib/django/conf/locale/es_MX/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_MX/LC_MESSAGES copying build/lib/django/conf/locale/es_MX/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_MX creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ne creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ne/LC_MESSAGES copying build/lib/django/conf/locale/ne/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ne/LC_MESSAGES copying build/lib/django/conf/locale/ne/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ne/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ms copying build/lib/django/conf/locale/ms/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ms/LC_MESSAGES copying build/lib/django/conf/locale/ms/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ms/LC_MESSAGES copying build/lib/django/conf/locale/ms/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ms/LC_MESSAGES copying build/lib/django/conf/locale/ms/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ka copying build/lib/django/conf/locale/ka/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ka/LC_MESSAGES copying build/lib/django/conf/locale/ka/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ka/LC_MESSAGES copying build/lib/django/conf/locale/ka/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ka/LC_MESSAGES copying build/lib/django/conf/locale/ka/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ka creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr_Latn copying build/lib/django/conf/locale/sr_Latn/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES copying build/lib/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES copying build/lib/django/conf/locale/sr_Latn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES copying build/lib/django/conf/locale/sr_Latn/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sr_Latn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hr copying build/lib/django/conf/locale/hr/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hr/LC_MESSAGES copying build/lib/django/conf/locale/hr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hr/LC_MESSAGES copying build/lib/django/conf/locale/hr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hr/LC_MESSAGES copying build/lib/django/conf/locale/hr/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar copying build/lib/django/conf/locale/ar/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar/LC_MESSAGES copying build/lib/django/conf/locale/ar/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar/LC_MESSAGES copying build/lib/django/conf/locale/ar/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar/LC_MESSAGES copying build/lib/django/conf/locale/ar/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de copying build/lib/django/conf/locale/de/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de/LC_MESSAGES copying build/lib/django/conf/locale/de/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de/LC_MESSAGES copying build/lib/django/conf/locale/de/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de/LC_MESSAGES copying build/lib/django/conf/locale/de/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_AU copying build/lib/django/conf/locale/en_AU/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_AU/LC_MESSAGES copying build/lib/django/conf/locale/en_AU/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_AU/LC_MESSAGES copying build/lib/django/conf/locale/en_AU/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_AU/LC_MESSAGES copying build/lib/django/conf/locale/en_AU/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/en_AU creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/it copying build/lib/django/conf/locale/it/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/it/LC_MESSAGES copying build/lib/django/conf/locale/it/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/it/LC_MESSAGES copying build/lib/django/conf/locale/it/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/it/LC_MESSAGES copying build/lib/django/conf/locale/it/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/it creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/vi copying build/lib/django/conf/locale/vi/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/vi/LC_MESSAGES copying build/lib/django/conf/locale/vi/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/vi/LC_MESSAGES copying build/lib/django/conf/locale/vi/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/vi/LC_MESSAGES copying build/lib/django/conf/locale/vi/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/vi creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pa creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pa/LC_MESSAGES copying build/lib/django/conf/locale/pa/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pa/LC_MESSAGES copying build/lib/django/conf/locale/pa/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pa/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mr creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mr/LC_MESSAGES copying build/lib/django/conf/locale/mr/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mr/LC_MESSAGES copying build/lib/django/conf/locale/mr/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/mr/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/io creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/io/LC_MESSAGES copying build/lib/django/conf/locale/io/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/io/LC_MESSAGES copying build/lib/django/conf/locale/io/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/io/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lv copying build/lib/django/conf/locale/lv/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lv/LC_MESSAGES copying build/lib/django/conf/locale/lv/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lv/LC_MESSAGES copying build/lib/django/conf/locale/lv/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lv/LC_MESSAGES copying build/lib/django/conf/locale/lv/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/lv creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eu copying build/lib/django/conf/locale/eu/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eu/LC_MESSAGES copying build/lib/django/conf/locale/eu/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eu/LC_MESSAGES copying build/lib/django/conf/locale/eu/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eu/LC_MESSAGES copying build/lib/django/conf/locale/eu/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/eu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/az copying build/lib/django/conf/locale/az/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/az/LC_MESSAGES copying build/lib/django/conf/locale/az/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/az/LC_MESSAGES copying build/lib/django/conf/locale/az/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/az/LC_MESSAGES copying build/lib/django/conf/locale/az/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/az creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/udm creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/udm/LC_MESSAGES copying build/lib/django/conf/locale/udm/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/udm/LC_MESSAGES copying build/lib/django/conf/locale/udm/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/udm/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kn copying build/lib/django/conf/locale/kn/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kn/LC_MESSAGES copying build/lib/django/conf/locale/kn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kn/LC_MESSAGES copying build/lib/django/conf/locale/kn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kn/LC_MESSAGES copying build/lib/django/conf/locale/kn/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/te copying build/lib/django/conf/locale/te/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/te/LC_MESSAGES copying build/lib/django/conf/locale/te/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/te/LC_MESSAGES copying build/lib/django/conf/locale/te/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/te/LC_MESSAGES copying build/lib/django/conf/locale/te/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/te creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kab creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kab/LC_MESSAGES copying build/lib/django/conf/locale/kab/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kab/LC_MESSAGES copying build/lib/django/conf/locale/kab/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/kab/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bn copying build/lib/django/conf/locale/bn/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bn/LC_MESSAGES copying build/lib/django/conf/locale/bn/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bn/LC_MESSAGES copying build/lib/django/conf/locale/bn/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bn/LC_MESSAGES copying build/lib/django/conf/locale/bn/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/bn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de_CH copying build/lib/django/conf/locale/de_CH/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de_CH copying build/lib/django/conf/locale/de_CH/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/de_CH creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ur creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ur/LC_MESSAGES copying build/lib/django/conf/locale/ur/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ur/LC_MESSAGES copying build/lib/django/conf/locale/ur/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ur/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hsb creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hsb/LC_MESSAGES copying build/lib/django/conf/locale/hsb/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hsb/LC_MESSAGES copying build/lib/django/conf/locale/hsb/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/hsb/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar_DZ copying build/lib/django/conf/locale/ar_DZ/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES copying build/lib/django/conf/locale/ar_DZ/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES copying build/lib/django/conf/locale/ar_DZ/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES copying build/lib/django/conf/locale/ar_DZ/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ar_DZ creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tt/LC_MESSAGES copying build/lib/django/conf/locale/tt/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tt/LC_MESSAGES copying build/lib/django/conf/locale/tt/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/tt/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sw creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sw/LC_MESSAGES copying build/lib/django/conf/locale/sw/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sw/LC_MESSAGES copying build/lib/django/conf/locale/sw/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/sw/LC_MESSAGES creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_CO copying build/lib/django/conf/locale/es_CO/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_CO/LC_MESSAGES copying build/lib/django/conf/locale/es_CO/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_CO/LC_MESSAGES copying build/lib/django/conf/locale/es_CO/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_CO/LC_MESSAGES copying build/lib/django/conf/locale/es_CO/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/es_CO creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/km copying build/lib/django/conf/locale/km/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/km/LC_MESSAGES copying build/lib/django/conf/locale/km/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/km/LC_MESSAGES copying build/lib/django/conf/locale/km/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/km/LC_MESSAGES copying build/lib/django/conf/locale/km/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/km creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/el copying build/lib/django/conf/locale/el/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/el/LC_MESSAGES copying build/lib/django/conf/locale/el/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/el/LC_MESSAGES copying build/lib/django/conf/locale/el/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/el/LC_MESSAGES copying build/lib/django/conf/locale/el/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/el creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ja copying build/lib/django/conf/locale/ja/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ja/LC_MESSAGES copying build/lib/django/conf/locale/ja/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ja/LC_MESSAGES copying build/lib/django/conf/locale/ja/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ja/LC_MESSAGES copying build/lib/django/conf/locale/ja/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/ja creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pl copying build/lib/django/conf/locale/pl/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pl/LC_MESSAGES copying build/lib/django/conf/locale/pl/LC_MESSAGES/django.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pl/LC_MESSAGES copying build/lib/django/conf/locale/pl/LC_MESSAGES/django.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pl/LC_MESSAGES copying build/lib/django/conf/locale/pl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/locale/pl creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/wsgi.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/asgi.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/settings.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/__init__.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/urls.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/manage.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/project_template creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template/migrations copying build/lib/django/conf/app_template/migrations/__init__.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template/migrations copying build/lib/django/conf/app_template/tests.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/views.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/apps.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/models.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/__init__.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/admin.py-tpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/app_template creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/urls copying build/lib/django/conf/urls/i18n.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/urls copying build/lib/django/conf/urls/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/urls copying build/lib/django/conf/urls/static.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf/urls copying build/lib/django/conf/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/conf creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/http copying build/lib/django/http/request.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/http copying build/lib/django/http/response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/http copying build/lib/django/http/cookie.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/http copying build/lib/django/http/multipartparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/http copying build/lib/django/http/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/http creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sendtestemail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sqlflush.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/startapp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/migrate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/testserver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/optimizemigration.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/dumpdata.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/makemessages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/showmigrations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/createcachetable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/loaddata.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/inspectdb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/startproject.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/compilemessages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/check.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/runserver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/dbshell.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/diffsettings.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sqlmigrate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sqlsequencereset.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/flush.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/squashmigrations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/makemigrations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/shell.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management/commands copying build/lib/django/core/management/color.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management copying build/lib/django/core/management/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management copying build/lib/django/core/management/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management copying build/lib/django/core/management/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management copying build/lib/django/core/management/sql.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management copying build/lib/django/core/management/templates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/management copying build/lib/django/core/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core copying build/lib/django/core/asgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core copying build/lib/django/core/paginator.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail copying build/lib/django/core/mail/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail copying build/lib/django/core/mail/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/smtp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/locmem.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/dummy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/filebased.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/console.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail/backends copying build/lib/django/core/mail/message.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/mail creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/servers copying build/lib/django/core/servers/basehttp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/servers copying build/lib/django/core/servers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/servers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/xml_serializer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/python.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/jsonl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/pyyaml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/serializers/json.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/serializers copying build/lib/django/core/signing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core copying build/lib/django/core/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core copying build/lib/django/core/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/handlers copying build/lib/django/core/handlers/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/handlers copying build/lib/django/core/handlers/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/handlers copying build/lib/django/core/handlers/asgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/handlers copying build/lib/django/core/handlers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/handlers copying build/lib/django/core/handlers/exception.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/handlers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/caches.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/registry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/messages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/translation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/database.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/templates.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/model_checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks copying build/lib/django/core/checks/async_checks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/sessions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/csrf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/security creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/compatibility copying build/lib/django/core/checks/compatibility/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/compatibility copying build/lib/django/core/checks/compatibility/django_4_0.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks/compatibility copying build/lib/django/core/checks/files.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/checks creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/images.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/temp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/locks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/uploadhandler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/storage.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/move.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/files/uploadedfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/files copying build/lib/django/core/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core copying build/lib/django/core/validators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache copying build/lib/django/core/cache/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache copying build/lib/django/core/cache/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/redis.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/memcached.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/locmem.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/dummy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/filebased.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/db.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/core/cache/backends creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags copying build/lib/django/templatetags/l10n.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags copying build/lib/django/templatetags/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags copying build/lib/django/templatetags/i18n.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags copying build/lib/django/templatetags/tz.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags copying build/lib/django/templatetags/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags copying build/lib/django/templatetags/static.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/templatetags creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/locale.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/csrf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/security.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/gzip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware copying build/lib/django/middleware/clickjacking.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/middleware creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/selenium.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test copying build/lib/django/test/testcases.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/forms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/widgets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/renderers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/formsets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/formsets copying build/lib/django/forms/templates/django/forms/formsets/p.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/formsets copying build/lib/django/forms/templates/django/forms/formsets/div.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/formsets copying build/lib/django/forms/templates/django/forms/formsets/table.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/formsets copying build/lib/django/forms/templates/django/forms/formsets/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/formsets copying build/lib/django/forms/templates/django/forms/formsets/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/formsets copying build/lib/django/forms/templates/django/forms/p.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms copying build/lib/django/forms/templates/django/forms/div.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms copying build/lib/django/forms/templates/django/forms/label.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/select_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/datetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/attrs.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/radio.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/checkbox.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/time.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/hidden.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/splitdatetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/checkbox_select.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/multiple_input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/password.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/file.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/input_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/splithiddendatetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/checkbox_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/date.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/select_date.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/text.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/select.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/multiwidget.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/email.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/number.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/multiple_hidden.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/clearable_file_input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/url.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/textarea.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/radio_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/table.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms copying build/lib/django/forms/templates/django/forms/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms copying build/lib/django/forms/templates/django/forms/attrs.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/dict copying build/lib/django/forms/templates/django/forms/errors/dict/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/dict copying build/lib/django/forms/templates/django/forms/errors/dict/text.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/dict copying build/lib/django/forms/templates/django/forms/errors/dict/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/dict creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/list copying build/lib/django/forms/templates/django/forms/errors/list/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/list copying build/lib/django/forms/templates/django/forms/errors/list/text.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/list copying build/lib/django/forms/templates/django/forms/errors/list/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms/errors/list copying build/lib/django/forms/templates/django/forms/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/templates/django/forms copying build/lib/django/forms/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/boundfield.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms copying build/lib/django/forms/fields.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/formsets copying build/lib/django/forms/jinja2/django/forms/formsets/p.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/formsets copying build/lib/django/forms/jinja2/django/forms/formsets/div.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/formsets copying build/lib/django/forms/jinja2/django/forms/formsets/table.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/formsets copying build/lib/django/forms/jinja2/django/forms/formsets/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/formsets copying build/lib/django/forms/jinja2/django/forms/formsets/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/formsets copying build/lib/django/forms/jinja2/django/forms/p.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms copying build/lib/django/forms/jinja2/django/forms/div.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms copying build/lib/django/forms/jinja2/django/forms/label.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/select_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/datetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/attrs.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/radio.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/checkbox.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/time.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/hidden.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/splitdatetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/checkbox_select.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/multiple_input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/password.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/file.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/input_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/checkbox_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/date.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/select_date.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/text.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/select.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/multiwidget.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/email.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/number.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/multiple_hidden.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/clearable_file_input.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/url.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/textarea.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/radio_option.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/table.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms copying build/lib/django/forms/jinja2/django/forms/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms copying build/lib/django/forms/jinja2/django/forms/attrs.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/dict copying build/lib/django/forms/jinja2/django/forms/errors/dict/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/dict copying build/lib/django/forms/jinja2/django/forms/errors/dict/text.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/dict copying build/lib/django/forms/jinja2/django/forms/errors/dict/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/dict creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/list copying build/lib/django/forms/jinja2/django/forms/errors/list/ul.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/list copying build/lib/django/forms/jinja2/django/forms/errors/list/text.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/list copying build/lib/django/forms/jinja2/django/forms/errors/list/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms/errors/list copying build/lib/django/forms/jinja2/django/forms/default.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/django/forms/jinja2/django/forms running install_egg_info Copying Django.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Django-4.1.3-py3.11.egg-info running install_scripts Installing django-admin script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin docutils-0.19.tar.gz: OK (md5: 0afa992a6e93db892107c3f087d0d9df) docutils-0.19.tar.gz: OK (sha256: 33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6) >>> python-docutils 0.19 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-docutils/docutils-0.19.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-docutils-0.19 -xf - >>> python-docutils 0.19 Patching >>> python-docutils 0.19 Configuring >>> python-docutils 0.19 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-docutils-0.19//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/docutils copying docutils/frontend.py -> build/lib/docutils copying docutils/statemachine.py -> build/lib/docutils copying docutils/nodes.py -> build/lib/docutils copying docutils/__init__.py -> build/lib/docutils copying docutils/__main__.py -> build/lib/docutils copying docutils/core.py -> build/lib/docutils copying docutils/examples.py -> build/lib/docutils copying docutils/io.py -> build/lib/docutils creating build/lib/docutils/languages copying docutils/languages/ar.py -> build/lib/docutils/languages copying docutils/languages/fi.py -> build/lib/docutils/languages copying docutils/languages/ca.py -> build/lib/docutils/languages copying docutils/languages/fr.py -> build/lib/docutils/languages copying docutils/languages/it.py -> build/lib/docutils/languages copying docutils/languages/gl.py -> build/lib/docutils/languages copying docutils/languages/he.py -> build/lib/docutils/languages copying docutils/languages/nl.py -> build/lib/docutils/languages copying docutils/languages/ru.py -> build/lib/docutils/languages copying docutils/languages/zh_tw.py -> build/lib/docutils/languages copying docutils/languages/en.py -> build/lib/docutils/languages copying docutils/languages/cs.py -> build/lib/docutils/languages copying docutils/languages/fa.py -> build/lib/docutils/languages copying docutils/languages/de.py -> build/lib/docutils/languages copying docutils/languages/af.py -> build/lib/docutils/languages copying docutils/languages/sv.py -> build/lib/docutils/languages copying docutils/languages/eo.py -> build/lib/docutils/languages copying docutils/languages/da.py -> build/lib/docutils/languages copying docutils/languages/__init__.py -> build/lib/docutils/languages copying docutils/languages/zh_cn.py -> build/lib/docutils/languages copying docutils/languages/sk.py -> build/lib/docutils/languages copying docutils/languages/pl.py -> build/lib/docutils/languages copying docutils/languages/ko.py -> build/lib/docutils/languages copying docutils/languages/pt_br.py -> build/lib/docutils/languages copying docutils/languages/ja.py -> build/lib/docutils/languages copying docutils/languages/lv.py -> build/lib/docutils/languages copying docutils/languages/es.py -> build/lib/docutils/languages copying docutils/languages/lt.py -> build/lib/docutils/languages creating build/lib/docutils/parsers copying docutils/parsers/recommonmark_wrapper.py -> build/lib/docutils/parsers copying docutils/parsers/commonmark_wrapper.py -> build/lib/docutils/parsers copying docutils/parsers/__init__.py -> build/lib/docutils/parsers copying docutils/parsers/null.py -> build/lib/docutils/parsers creating build/lib/docutils/parsers/rst copying docutils/parsers/rst/states.py -> build/lib/docutils/parsers/rst copying docutils/parsers/rst/__init__.py -> build/lib/docutils/parsers/rst copying docutils/parsers/rst/roles.py -> build/lib/docutils/parsers/rst copying docutils/parsers/rst/tableparser.py -> build/lib/docutils/parsers/rst creating build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/tables.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/body.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/images.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/misc.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/html.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/references.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/__init__.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/parts.py -> build/lib/docutils/parsers/rst/directives copying docutils/parsers/rst/directives/admonitions.py -> build/lib/docutils/parsers/rst/directives creating build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ar.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/fi.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ca.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/fr.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/it.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/gl.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/he.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/nl.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ru.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/zh_tw.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/en.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/cs.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/fa.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/de.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/af.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/sv.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/eo.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/da.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/__init__.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/zh_cn.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/sk.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/pl.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ko.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/pt_br.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/ja.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/lv.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/es.py -> build/lib/docutils/parsers/rst/languages copying docutils/parsers/rst/languages/lt.py -> build/lib/docutils/parsers/rst/languages creating build/lib/docutils/readers copying docutils/readers/pep.py -> build/lib/docutils/readers copying docutils/readers/__init__.py -> build/lib/docutils/readers copying docutils/readers/standalone.py -> build/lib/docutils/readers copying docutils/readers/doctree.py -> build/lib/docutils/readers creating build/lib/docutils/transforms copying docutils/transforms/universal.py -> build/lib/docutils/transforms copying docutils/transforms/misc.py -> build/lib/docutils/transforms copying docutils/transforms/references.py -> build/lib/docutils/transforms copying docutils/transforms/__init__.py -> build/lib/docutils/transforms copying docutils/transforms/components.py -> build/lib/docutils/transforms copying docutils/transforms/frontmatter.py -> build/lib/docutils/transforms copying docutils/transforms/parts.py -> build/lib/docutils/transforms copying docutils/transforms/peps.py -> build/lib/docutils/transforms copying docutils/transforms/writer_aux.py -> build/lib/docutils/transforms creating build/lib/docutils/utils copying docutils/utils/punctuation_chars.py -> build/lib/docutils/utils copying docutils/utils/error_reporting.py -> build/lib/docutils/utils copying docutils/utils/smartquotes.py -> build/lib/docutils/utils copying docutils/utils/urischemes.py -> build/lib/docutils/utils copying docutils/utils/__init__.py -> build/lib/docutils/utils copying docutils/utils/roman.py -> build/lib/docutils/utils copying docutils/utils/code_analyzer.py -> build/lib/docutils/utils creating build/lib/docutils/utils/math copying docutils/utils/math/latex2mathml.py -> build/lib/docutils/utils/math copying docutils/utils/math/tex2mathml_extern.py -> build/lib/docutils/utils/math copying docutils/utils/math/unichar2tex.py -> build/lib/docutils/utils/math copying docutils/utils/math/__init__.py -> build/lib/docutils/utils/math copying docutils/utils/math/math2html.py -> build/lib/docutils/utils/math copying docutils/utils/math/tex2unichar.py -> build/lib/docutils/utils/math creating build/lib/docutils/writers copying docutils/writers/_html_base.py -> build/lib/docutils/writers copying docutils/writers/pseudoxml.py -> build/lib/docutils/writers copying docutils/writers/docutils_xml.py -> build/lib/docutils/writers copying docutils/writers/__init__.py -> build/lib/docutils/writers copying docutils/writers/null.py -> build/lib/docutils/writers copying docutils/writers/manpage.py -> build/lib/docutils/writers creating build/lib/docutils/writers/html4css1 copying docutils/writers/html4css1/__init__.py -> build/lib/docutils/writers/html4css1 creating build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/__init__.py -> build/lib/docutils/writers/html5_polyglot creating build/lib/docutils/writers/pep_html copying docutils/writers/pep_html/__init__.py -> build/lib/docutils/writers/pep_html creating build/lib/docutils/writers/s5_html copying docutils/writers/s5_html/__init__.py -> build/lib/docutils/writers/s5_html creating build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/__init__.py -> build/lib/docutils/writers/latex2e creating build/lib/docutils/writers/xetex copying docutils/writers/xetex/__init__.py -> build/lib/docutils/writers/xetex creating build/lib/docutils/writers/odf_odt copying docutils/writers/odf_odt/pygmentsformatter.py -> build/lib/docutils/writers/odf_odt copying docutils/writers/odf_odt/__init__.py -> build/lib/docutils/writers/odf_odt running egg_info writing docutils.egg-info/PKG-INFO writing dependency_links to docutils.egg-info/dependency_links.txt writing entry points to docutils.egg-info/entry_points.txt writing top-level names to docutils.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'docutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'test/alltests.out' warning: no previously-included files found matching 'test/record.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'COPYING.txt' writing manifest file 'docutils.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.parsers.rst.include' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.parsers.rst.include' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.parsers.rst.include' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.parsers.rst.include' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes.default' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes.default' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes.default' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes.default' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsa.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsb.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsn.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamso.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isoamsr.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isobox.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isocyr1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isocyr2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isodia.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk4-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isogrk4.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isolat1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isolat2.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomfrk-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomfrk.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomopf-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomopf.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomscr-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isomscr.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isonum.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isopub.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/isotech.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlalias.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlextra-wide.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/mmlextra.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-lat1.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-special.txt -> build/lib/docutils/parsers/rst/include copying docutils/parsers/rst/include/xhtml1-symbol.txt -> build/lib/docutils/parsers/rst/include copying docutils/writers/html4css1/html4css1.css -> build/lib/docutils/writers/html4css1 copying docutils/writers/html4css1/template.txt -> build/lib/docutils/writers/html4css1 copying docutils/writers/html5_polyglot/math.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/minimal.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/plain.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/responsive.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/template.txt -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/html5_polyglot/tuftig.css -> build/lib/docutils/writers/html5_polyglot copying docutils/writers/pep_html/pep.css -> build/lib/docutils/writers/pep_html copying docutils/writers/pep_html/template.txt -> build/lib/docutils/writers/pep_html creating build/lib/docutils/writers/s5_html/themes copying docutils/writers/s5_html/themes/README.txt -> build/lib/docutils/writers/s5_html/themes creating build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/__base__ -> build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/framing.css -> build/lib/docutils/writers/s5_html/themes/big-black copying docutils/writers/s5_html/themes/big-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-black creating build/lib/docutils/writers/s5_html/themes/big-white copying docutils/writers/s5_html/themes/big-white/framing.css -> build/lib/docutils/writers/s5_html/themes/big-white copying docutils/writers/s5_html/themes/big-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-white creating build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/framing.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/opera.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/outline.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/pretty.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/print.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/s5-core.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/slides.css -> build/lib/docutils/writers/s5_html/themes/default copying docutils/writers/s5_html/themes/default/slides.js -> build/lib/docutils/writers/s5_html/themes/default creating build/lib/docutils/writers/s5_html/themes/medium-black copying docutils/writers/s5_html/themes/medium-black/__base__ -> build/lib/docutils/writers/s5_html/themes/medium-black copying docutils/writers/s5_html/themes/medium-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-black creating build/lib/docutils/writers/s5_html/themes/medium-white copying docutils/writers/s5_html/themes/medium-white/framing.css -> build/lib/docutils/writers/s5_html/themes/medium-white copying docutils/writers/s5_html/themes/medium-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-white creating build/lib/docutils/writers/s5_html/themes/small-black copying docutils/writers/s5_html/themes/small-black/__base__ -> build/lib/docutils/writers/s5_html/themes/small-black copying docutils/writers/s5_html/themes/small-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-black creating build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/s5_html/themes/small-white/framing.css -> build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/s5_html/themes/small-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-white copying docutils/writers/latex2e/default.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/docutils.sty -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/titlepage.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/titlingpage.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/latex2e/xelatex.tex -> build/lib/docutils/writers/latex2e copying docutils/writers/odf_odt/styles.odt -> build/lib/docutils/writers/odf_odt running build_scripts creating build/scripts-3.11 copying tools/rst2html.py -> build/scripts-3.11 copying tools/rst2html4.py -> build/scripts-3.11 copying tools/rst2html5.py -> build/scripts-3.11 copying tools/rst2s5.py -> build/scripts-3.11 copying tools/rst2latex.py -> build/scripts-3.11 copying tools/rst2xetex.py -> build/scripts-3.11 copying tools/rst2man.py -> build/scripts-3.11 copying tools/rst2xml.py -> build/scripts-3.11 copying tools/rst2pseudoxml.py -> build/scripts-3.11 copying tools/rstpep2html.py -> build/scripts-3.11 copying tools/rst2odt.py -> build/scripts-3.11 copying tools/rst2odt_prepstyles.py -> build/scripts-3.11 >>> python-docutils 0.19 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-docutils-0.19//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing docutils.egg-info/PKG-INFO writing dependency_links to docutils.egg-info/dependency_links.txt writing entry points to docutils.egg-info/entry_points.txt writing top-level names to docutils.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'docutils.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'test/alltests.out' warning: no previously-included files found matching 'test/record.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'COPYING.txt' writing manifest file 'docutils.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.parsers.rst.include' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.parsers.rst.include' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.parsers.rst.include' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.parsers.rst.include' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'docutils.writers.s5_html.themes.default' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'docutils.writers.s5_html.themes.default' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'docutils.writers.s5_html.themes.default' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'docutils.writers.s5_html.themes.default' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running build_scripts running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/latex2mathml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/tex2mathml_extern.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/unichar2tex.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/math2html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/math/tex2unichar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils/math copying build/lib/docutils/utils/punctuation_chars.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/error_reporting.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/smartquotes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/urischemes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/roman.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/utils/code_analyzer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/utils copying build/lib/docutils/frontend.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/parsers/recommonmark_wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/parsers/commonmark_wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsa.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/xhtml1-lat1.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/mmlalias.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isolat2.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isonum.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk2.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomfrk-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/mmlextra.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomopf.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isolat1.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/s5defs.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/README.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsb.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsn.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamso.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isodia.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk3.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isobox.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isopub.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/xhtml1-special.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsc.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk4-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk1.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/xhtml1-symbol.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/mmlextra-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isocyr2.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomscr.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isocyr1.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomfrk.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isotech.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomscr-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isomopf-wide.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isoamsr.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include copying build/lib/docutils/parsers/rst/include/isogrk4.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/include creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/fi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ca.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/fr.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/it.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/gl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/he.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/nl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ru.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/zh_tw.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/en.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/cs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/fa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/de.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/af.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/sv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/eo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/da.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/zh_cn.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/sk.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/pl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ko.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/pt_br.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/ja.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/lv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/es.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/languages/lt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/languages copying build/lib/docutils/parsers/rst/states.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst copying build/lib/docutils/parsers/rst/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/tables.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/body.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/images.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/misc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/references.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/parts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/directives/admonitions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst/directives copying build/lib/docutils/parsers/rst/roles.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst copying build/lib/docutils/parsers/rst/tableparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers/rst copying build/lib/docutils/parsers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/parsers/null.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/parsers copying build/lib/docutils/statemachine.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/fi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ca.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/fr.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/it.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/gl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/he.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/nl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ru.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/zh_tw.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/en.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/cs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/fa.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/de.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/af.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/sv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/eo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/da.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/zh_cn.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/sk.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/pl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ko.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/pt_br.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/ja.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/lv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/es.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages copying build/lib/docutils/languages/lt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/languages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/universal.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/misc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/references.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/components.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/frontmatter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/parts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/peps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms copying build/lib/docutils/transforms/writer_aux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/transforms creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/pep.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/standalone.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/readers/doctree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/readers copying build/lib/docutils/nodes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/writers/_html_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/writers/pseudoxml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/writers/docutils_xml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/pep_html copying build/lib/docutils/writers/pep_html/template.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/pep_html copying build/lib/docutils/writers/pep_html/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/pep_html copying build/lib/docutils/writers/pep_html/pep.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/pep_html creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/odf_odt copying build/lib/docutils/writers/odf_odt/pygmentsformatter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/odf_odt copying build/lib/docutils/writers/odf_odt/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/odf_odt copying build/lib/docutils/writers/odf_odt/styles.odt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/odf_odt creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/template.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/responsive.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/minimal.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/tuftig.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/math.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/html5_polyglot/plain.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html5_polyglot copying build/lib/docutils/writers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-black copying build/lib/docutils/writers/s5_html/themes/small-black/__base__ -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-black copying build/lib/docutils/writers/s5_html/themes/small-black/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-black creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/opera.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/print.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/s5-core.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/outline.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/slides.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/framing.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default copying build/lib/docutils/writers/s5_html/themes/default/slides.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/default creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-black copying build/lib/docutils/writers/s5_html/themes/medium-black/__base__ -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-black copying build/lib/docutils/writers/s5_html/themes/medium-black/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-black copying build/lib/docutils/writers/s5_html/themes/README.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-white copying build/lib/docutils/writers/s5_html/themes/small-white/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-white copying build/lib/docutils/writers/s5_html/themes/small-white/framing.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/small-white creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-white copying build/lib/docutils/writers/s5_html/themes/medium-white/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-white copying build/lib/docutils/writers/s5_html/themes/medium-white/framing.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/medium-white creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-white copying build/lib/docutils/writers/s5_html/themes/big-white/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-white copying build/lib/docutils/writers/s5_html/themes/big-white/framing.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-white creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/themes/big-black/__base__ -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/themes/big-black/pretty.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/themes/big-black/framing.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html/themes/big-black copying build/lib/docutils/writers/s5_html/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/s5_html copying build/lib/docutils/writers/null.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/titlepage.tex -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/docutils.sty -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/xelatex.tex -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/titlingpage.tex -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e copying build/lib/docutils/writers/latex2e/default.tex -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/latex2e creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/xetex copying build/lib/docutils/writers/xetex/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/xetex creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/html4css1/template.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/html4css1/html4css1.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/html4css1/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers/html4css1 copying build/lib/docutils/writers/manpage.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils/writers copying build/lib/docutils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils copying build/lib/docutils/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils copying build/lib/docutils/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils copying build/lib/docutils/examples.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils copying build/lib/docutils/io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils running install_egg_info Copying docutils.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/docutils-0.19-py3.11.egg-info running install_scripts copying build/scripts-3.11/rst2xetex.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2pseudoxml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2xml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2html5.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2odt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2latex.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2s5.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2odt_prepstyles.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2man.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rstpep2html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin copying build/scripts-3.11/rst2html4.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/bin changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2xetex.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2pseudoxml.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2xml.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2html5.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2odt.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2latex.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2s5.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2odt_prepstyles.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2man.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2html.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rstpep2html.py to 755 changing mode of /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rst2html4.py to 755 Installing docutils script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin >>> python-flask-expects-json 1.7.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.flask-expects-json-1.7.0.tar.gz.mMwLkt/output' 'https://files.pythonhosted.org/packages/12/a5/b27cf21d62c2b5a0a32e2f92bde9658e74c34fcc2e004bb0d591f1bf7627/flask-expects-json-1.7.0.tar.gz' --2022-11-17 03:37:36-- https://files.pythonhosted.org/packages/12/a5/b27cf21d62c2b5a0a32e2f92bde9658e74c34fcc2e004bb0d591f1bf7627/flask-expects-json-1.7.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6095 (6.0K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.flask-expects-json-1.7.0.tar.gz.mMwLkt/output' 0K ..... 100% 41.1M=0s 2022-11-17 03:37:36 (41.1 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.flask-expects-json-1.7.0.tar.gz.mMwLkt/output' saved [6095/6095] flask-expects-json-1.7.0.tar.gz: OK (md5: 3a77c4059f21e6e37e652c9dbbdc2e7c) flask-expects-json-1.7.0.tar.gz: OK (sha256: 4ef186a86f10572a21af82e549546deda024326628b4a96cd14d3a0f71754d62) >>> python-flask-expects-json 1.7.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-flask-expects-json/flask-expects-json-1.7.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-flask-expects-json-1.7.0 -xf - >>> python-flask-expects-json 1.7.0 Patching >>> python-flask-expects-json 1.7.0 Configuring >>> python-flask-expects-json 1.7.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-flask-expects-json-1.7.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/flask_expects_json copying flask_expects_json/default_validator.py -> build/lib/flask_expects_json copying flask_expects_json/__init__.py -> build/lib/flask_expects_json >>> python-flask-expects-json 1.7.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-flask-expects-json-1.7.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask_expects_json copying build/lib/flask_expects_json/default_validator.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask_expects_json copying build/lib/flask_expects_json/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask_expects_json running install_egg_info running egg_info writing flask_expects_json.egg-info/PKG-INFO writing dependency_links to flask_expects_json.egg-info/dependency_links.txt writing requirements to flask_expects_json.egg-info/requires.txt writing top-level names to flask_expects_json.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'flask_expects_json.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'flask_expects_json.egg-info/SOURCES.txt' Copying flask_expects_json.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask_expects_json-1.7.0-py3.11.egg-info running install_scripts Flask-2.2.2.tar.gz: OK (md5: c0d2276cb7d59a06d62c915da9c77ba6) Flask-2.2.2.tar.gz: OK (sha256: 642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b) >>> python-flask 2.2.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-flask/Flask-2.2.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-flask-2.2.2 -xf - >>> python-flask 2.2.2 Patching >>> python-flask 2.2.2 Configuring >>> python-flask 2.2.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-flask-2.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/flask copying src/flask/globals.py -> build/lib/flask copying src/flask/typing.py -> build/lib/flask copying src/flask/blueprints.py -> build/lib/flask copying src/flask/cli.py -> build/lib/flask copying src/flask/logging.py -> build/lib/flask copying src/flask/wrappers.py -> build/lib/flask copying src/flask/debughelpers.py -> build/lib/flask copying src/flask/sessions.py -> build/lib/flask copying src/flask/ctx.py -> build/lib/flask copying src/flask/app.py -> build/lib/flask copying src/flask/config.py -> build/lib/flask copying src/flask/__init__.py -> build/lib/flask copying src/flask/signals.py -> build/lib/flask copying src/flask/__main__.py -> build/lib/flask copying src/flask/templating.py -> build/lib/flask copying src/flask/views.py -> build/lib/flask copying src/flask/testing.py -> build/lib/flask copying src/flask/scaffold.py -> build/lib/flask copying src/flask/helpers.py -> build/lib/flask creating build/lib/flask/json copying src/flask/json/tag.py -> build/lib/flask/json copying src/flask/json/__init__.py -> build/lib/flask/json copying src/flask/json/provider.py -> build/lib/flask/json running egg_info writing src/Flask.egg-info/PKG-INFO writing dependency_links to src/Flask.egg-info/dependency_links.txt writing entry points to src/Flask.egg-info/entry_points.txt writing requirements to src/Flask.egg-info/requires.txt writing top-level names to src/Flask.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Flask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Flask.egg-info/SOURCES.txt' copying src/flask/py.typed -> build/lib/flask >>> python-flask 2.2.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-flask-2.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/Flask.egg-info/PKG-INFO writing dependency_links to src/Flask.egg-info/dependency_links.txt writing entry points to src/Flask.egg-info/entry_points.txt writing requirements to src/Flask.egg-info/requires.txt writing top-level names to src/Flask.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Flask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Flask.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/globals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/typing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/blueprints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/cli.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/logging.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/wrappers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask/json copying build/lib/flask/json/tag.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask/json copying build/lib/flask/json/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask/json copying build/lib/flask/json/provider.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask/json copying build/lib/flask/debughelpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/sessions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/ctx.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/app.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/templating.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/views.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/scaffold.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask copying build/lib/flask/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/flask running install_egg_info Copying src/Flask.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Flask-2.2.2-py3.11.egg-info running install_scripts Installing flask script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Cython-0.29.32.tar.gz: OK (md5: 91c36ea86c00adcc5c1c11cf48b733c0) Cython-0.29.32.tar.gz: OK (sha256: 8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7) >>> host-python-cython 0.29.32 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-cython/Cython-0.29.32.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32 -xf - >>> host-python-cython 0.29.32 Patching >>> host-python-cython 0.29.32 Configuring >>> host-python-cython 0.29.32 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/setup.py:111: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_python_inc Unable to find pgen, not compiling formal grammar. running build running build_py creating build creating build/lib.linux-x86_64-3.11 copying cython.py -> build/lib.linux-x86_64-3.11 creating build/lib.linux-x86_64-3.11/Cython copying Cython/Utils.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Debugging.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/__init__.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Coverage.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Shadow.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.11/Cython creating build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.11/Cython/Build creating build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.11/Cython/Compiler creating build/lib.linux-x86_64-3.11/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Runtime creating build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.11/Cython/Distutils creating build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.11/Cython/Debugger creating build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests creating build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.11/Cython/Plex creating build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.11/Cython/Tests creating build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests creating build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestStringEncoding.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests creating build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Utility creating build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Tempita creating build/lib.linux-x86_64-3.11/pyximport copying pyximport/__init__.py -> build/lib.linux-x86_64-3.11/pyximport copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.11/pyximport copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.11/pyximport creating build/lib.linux-x86_64-3.11/Cython/Includes copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes creating build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix creating build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp creating build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/codecs.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/memoryview.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/genobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/iterobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/cellobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/conversion.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython creating build/lib.linux-x86_64-3.11/Cython/Includes/numpy copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/numpy copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/numpy creating build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated creating build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.11/Cython/Runtime copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.11/Cython/Utility running build_ext Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Scanners.py because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Actions.py because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Scanning.py because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Visitor.py because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FlowControl.py because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Runtime/refnanny.pyx because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FusedNode.py because it changed. Compiling /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Tempita/_tempita.py because it changed. [1/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FlowControl.py [2/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FusedNode.py [3/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Scanning.py [4/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Visitor.py [5/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Actions.py [6/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Scanners.py [7/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Runtime/refnanny.pyx [8/8] Cythonizing /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Tempita/_tempita.py building 'Cython.Plex.Scanners' extension creating build/temp.linux-x86_64-3.11 creating build/temp.linux-x86_64-3.11/home creating build/temp.linux-x86_64-3.11/home/buildroot creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3 creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1 creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32 creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Scanners.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Scanners.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.cpython-311-x86_64-linux-gnu.so building 'Cython.Plex.Actions' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Actions.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Actions.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Plex/Actions.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Plex/Actions.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.Scanning' extension creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Scanning.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Scanning.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.Visitor' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Visitor.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/Visitor.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.FlowControl' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FlowControl.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FlowControl.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.cpython-311-x86_64-linux-gnu.so building 'Cython.Runtime.refnanny' extension creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Runtime /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Runtime/refnanny.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Runtime/refnanny.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Runtime/refnanny.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.FusedNode' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FusedNode.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FusedNode.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Compiler/FusedNode.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/FusedNode.cpython-311-x86_64-linux-gnu.so building 'Cython.Tempita._tempita' extension creating build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Tempita /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Tempita/_tempita.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/Cython/Tempita/_tempita.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Tempita/_tempita.cpython-311-x86_64-linux-gnu.so >>> host-python-cython 0.29.32 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/build/host-python-cython-0.29.32/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 /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/resource.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/ioctl.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/dlfcn.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/select.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/fcntl.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/stdio.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/stdlib.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/types.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/signal.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/wait.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/unistd.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/strings.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/time.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/__init__.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/mman.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/stat.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/map.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/limits.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/deque.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/stack.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/vector.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/set.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/unordered_map.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/queue.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/typeinfo.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/list.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/unordered_set.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/pair.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/string.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/iterator.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/memory.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/functional.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/typeindex.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/utility.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/complex.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/forward_list.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/algorithm.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/__init__.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/cast.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/module.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/datetime.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/int.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/unicode.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/tuple.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/bool.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/object.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/method.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/version.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pycapsule.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/buffer.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/codecs.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/sequence.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/set.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/function.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/long.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/list.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/ref.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/weakref.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/memoryview.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/instance.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/string.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/iterator.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/float.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/mapping.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/longintrepr.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pylifecycle.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/mem.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/bytearray.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/genobject.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/number.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/getargs.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pythread.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/iterobject.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/array.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/complex.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/bytes.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/exc.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/type.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pystate.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/cellobject.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/oldbuffer.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/dict.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/__init__.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/cobject.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/conversion.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/ceval.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/slice.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.11/Cython/Includes/numpy/math.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.11/Cython/Includes/numpy/__init__.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/numpy creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_module.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_sequence.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_weakref.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_method.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_tuple.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_version.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_mem.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_pycapsule.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_cobject.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_unicode.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_getargs.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/stdio.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/stdlib.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_number.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_mapping.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/stl.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_string.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_dict.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_function.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_complex.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_list.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_bool.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_buffer.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_long.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_instance.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_bytes.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_iterator.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_float.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_type.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_ref.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_int.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_set.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_exc.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_oldbuffer.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_object.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/locale.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/setjmp.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/limits.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stddef.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stdint.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stdio.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stdlib.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/string.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/float.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/signal.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/errno.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/math.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/time.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/__init__.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/openmp.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Includes copying build/lib.linux-x86_64-3.11/Cython/Utils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/Debugging.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CMath.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/FunctionArguments.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/MemoryView.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TestCythonScope.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/StringTools.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Optimize.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CythonFunction.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Overflow.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ImportExport.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CConvert.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Profile.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ExtensionTypes.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Exceptions.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Builtins.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ObjectHandling.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CpdefEnums.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CppSupport.cpp -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Capsule.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/AsyncGen.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/MemoryView_C.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TestUtilityLoader.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ModuleSetupCode.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TypeConversion.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Printing.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CppConvert.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TestCyUtilityLoader.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Coroutine.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Buffer.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/arrayarray.h -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CommonStructures.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Complex.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Embed.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/xmlrunner.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestJediTyper.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestStringIOTree.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestCythonUtils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestCodeWriter.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.11/Cython/Runtime/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.11/Cython/Runtime/refnanny.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.11/Cython/Runtime/refnanny.pyx -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Runtime creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/TestLibCython.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/test_libpython_in_gdb.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/codefile -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/cfuncs.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/test_libcython_in_gdb.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/libcython.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/DebugWriter.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/libpython.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/Cygdb.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/old_build_ext.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/build_ext.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/extension.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Coverage.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Traditional.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Regexps.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Machines.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Transitions.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Timing.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Actions.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Errors.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Lexicons.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Actions.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/DFA.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Actions.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/compat3.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/_looper.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/_tempita.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/_tempita.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/TestUtils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/StringIOTree.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/Shadow.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Optimize.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Builtin.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Symtab.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ExprNodes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Options.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FusedNode.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/StringEncoding.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/MemoryView.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FusedNode.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Nodes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Code.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Naming.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/CythonScope.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/AutoDocTransforms.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Pipeline.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ParseTreeTransforms.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestTreeFragment.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestGrammar.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestTypes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestVisitor.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestBuffer.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestUtilityLoad.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestStringEncoding.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestSignatureMatching.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestMemView.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestTreePath.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestFlowControl.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestCmdLine.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/DebugFlags.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/CodeGeneration.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ModuleNode.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/PyrexTypes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TreePath.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/UtilNodes.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TypeSlots.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Errors.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Parsing.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Future.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/CmdLine.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Lexicon.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TypeInference.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ParseTreeTransforms.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.pxd -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Code.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Annotate.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/AnalysedTreeTransforms.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/UtilityCode.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Main.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Parsing.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TreeFragment.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Pythran.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Interpreter.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Buffer.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/CodeWriter.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Dependencies.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestStripLiterals.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestInline.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestCyCache.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestIpythonMagic.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Cythonize.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Inline.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Distutils.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/IpythonMagic.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/BuildExecutable.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/pyximport/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/pyximport/pyximport.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/pyximport/pyxbuild.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/cython.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utils.py to Utils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugging.py to Debugging.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Utility/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests/xmlrunner.py to xmlrunner.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestJediTyper.py to TestJediTyper.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestStringIOTree.py to TestStringIOTree.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestCythonUtils.py to TestCythonUtils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Runtime/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/TestLibCython.py to TestLibCython.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py to test_libpython_in_gdb.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py to test_libcython_in_gdb.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/libcython.py to libcython.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/DebugWriter.py to DebugWriter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/libpython.py to libpython.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Cygdb.py to Cygdb.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils/old_build_ext.py to old_build_ext.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils/build_ext.py to build_ext.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Distutils/extension.py to extension.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Coverage.py to Coverage.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Traditional.py to Traditional.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Scanners.py to Scanners.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Regexps.py to Regexps.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Machines.py to Machines.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Transitions.py to Transitions.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Timing.py to Timing.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Errors.py to Errors.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Lexicons.py to Lexicons.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/Actions.py to Actions.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Plex/DFA.py to DFA.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita/compat3.py to compat3.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita/_looper.py to _looper.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita/_tempita.py to _tempita.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Tempita/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/TestUtils.py to TestUtils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/StringIOTree.py to StringIOTree.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Shadow.py to Shadow.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Optimize.py to Optimize.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Builtin.py to Builtin.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Symtab.py to Symtab.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Options.py to Options.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/FusedNode.py to FusedNode.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/MemoryView.py to MemoryView.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Nodes.py to Nodes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/FlowControl.py to FlowControl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Naming.py to Naming.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/CythonScope.py to CythonScope.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Pipeline.py to Pipeline.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestGrammar.py to TestGrammar.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestTypes.py to TestTypes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestVisitor.py to TestVisitor.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py to TestUtilityLoad.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestStringEncoding.py to TestStringEncoding.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py to TestSignatureMatching.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestMemView.py to TestMemView.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestTreePath.py to TestTreePath.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestFlowControl.py to TestFlowControl.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestCmdLine.py to TestCmdLine.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TreePath.py to TreePath.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Errors.py to Errors.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Future.py to Future.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Version.py to Version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/CmdLine.py to CmdLine.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Scanning.py to Scanning.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Lexicon.py to Lexicon.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TypeInference.py to TypeInference.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Visitor.py to Visitor.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Code.py to Code.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Annotate.py to Annotate.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/AnalysedTreeTransforms.py to AnalysedTreeTransforms.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/UtilityCode.py to UtilityCode.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Main.py to Main.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Parsing.py to Parsing.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Pythran.py to Pythran.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Interpreter.py to Interpreter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Buffer.py to Buffer.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/CodeWriter.py to CodeWriter.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Dependencies.py to Dependencies.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestStripLiterals.py to TestStripLiterals.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestInline.py to TestInline.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestCyCache.py to TestCyCache.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestIpythonMagic.py to TestIpythonMagic.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Cythonize.py to Cythonize.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Inline.py to Inline.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/Distutils.py to Distutils.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/IpythonMagic.py to IpythonMagic.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython/Build/BuildExecutable.py to BuildExecutable.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport/pyximport.py to pyximport.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pyximport/pyxbuild.py to pyxbuild.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/cython.py to cython.cpython-311.pyc running install_egg_info running egg_info creating Cython.egg-info writing Cython.egg-info/PKG-INFO writing dependency_links to Cython.egg-info/dependency_links.txt writing entry points to Cython.egg-info/entry_points.txt writing top-level names to Cython.egg-info/top_level.txt writing manifest file 'Cython.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any 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 /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/Cython-0.29.32-py3.11.egg-info running install_scripts Installing cygdb script to /home/buildroot/autobuild/instance-3/output-1/host/bin Installing cython script to /home/buildroot/autobuild/instance-3/output-1/host/bin Installing cythonize script to /home/buildroot/autobuild/instance-3/output-1/host/bin fonttools-4.38.0.zip: OK (md5: f4775967d29b0da2f29ba499eed34f88) fonttools-4.38.0.zip: OK (sha256: 2bb244009f9bf3fa100fc3ead6aeb99febe5985fa20afbfbaa2f8946c2fbdaf1) >>> python-fonttools 4.38.0 Extracting /usr/bin/unzip -q -d /home/buildroot/autobuild/instance-3/output-1/build/python-fonttools-4.38.0 /home/buildroot/autobuild/instance-3/dl/python-fonttools/fonttools-4.38.0.zip mv /home/buildroot/autobuild/instance-3/output-1/build/python-fonttools-4.38.0/fonttools-4.38.0/* /home/buildroot/autobuild/instance-3/output-1/build/python-fonttools-4.38.0 rm -f -r /home/buildroot/autobuild/instance-3/output-1/build/python-fonttools-4.38.0/fonttools-4.38.0 >>> python-fonttools 4.38.0 Patching >>> python-fonttools 4.38.0 Configuring >>> python-fonttools 4.38.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-fonttools-4.38.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib FONTTOOLS_WITH_CYTHON=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/afmLib.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/fontBuilder.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/agl.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/unicode.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/__init__.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/__main__.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/tfmLib.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/ttx.py -> build/lib.linux-s390x-3.11/fontTools copying Lib/fontTools/help.py -> build/lib.linux-s390x-3.11/fontTools creating build/lib.linux-s390x-3.11/fontTools/encodings copying Lib/fontTools/encodings/codecs.py -> build/lib.linux-s390x-3.11/fontTools/encodings copying Lib/fontTools/encodings/StandardEncoding.py -> build/lib.linux-s390x-3.11/fontTools/encodings copying Lib/fontTools/encodings/__init__.py -> build/lib.linux-s390x-3.11/fontTools/encodings copying Lib/fontTools/encodings/MacRoman.py -> build/lib.linux-s390x-3.11/fontTools/encodings creating build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/hashPointPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/ttGlyphPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/pointInsidePen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/boundsPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/momentsPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/svgPathPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/wxPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/freetypePen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/filterPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/recordingPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/basePen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/areaPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/quartzPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/__init__.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/reverseContourPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/teePen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/qtPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/cairoPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/pointPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/reportLabPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/transformPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/t2CharStringPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/roundingPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/cu2quPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/statisticsPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/cocoaPen.py -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/pens/perimeterPen.py -> build/lib.linux-s390x-3.11/fontTools/pens creating build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/macUtils.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/removeOverlaps.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/ttVisitor.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/woff2.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/ttCollection.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/ttGlyphSet.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/sfnt.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/scaleUpem.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/standardGlyphOrder.py -> build/lib.linux-s390x-3.11/fontTools/ttLib copying Lib/fontTools/ttLib/ttFont.py -> build/lib.linux-s390x-3.11/fontTools/ttLib creating build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/cli.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/benchmark.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/cu2qu.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/__init__.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/__main__.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/ufo.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/cu2qu/errors.py -> build/lib.linux-s390x-3.11/fontTools/cu2qu creating build/lib.linux-s390x-3.11/fontTools/designspaceLib copying Lib/fontTools/designspaceLib/types.py -> build/lib.linux-s390x-3.11/fontTools/designspaceLib copying Lib/fontTools/designspaceLib/split.py -> build/lib.linux-s390x-3.11/fontTools/designspaceLib copying Lib/fontTools/designspaceLib/statNames.py -> build/lib.linux-s390x-3.11/fontTools/designspaceLib copying Lib/fontTools/designspaceLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/designspaceLib creating build/lib.linux-s390x-3.11/fontTools/t1Lib copying Lib/fontTools/t1Lib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/t1Lib creating build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/location.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/error.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/ast.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/lexer.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/lookupDebugInfo.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/variableScalar.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/builder.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/__main__.py -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/feaLib/parser.py -> build/lib.linux-s390x-3.11/fontTools/feaLib creating build/lib.linux-s390x-3.11/fontTools/unicodedata copying Lib/fontTools/unicodedata/ScriptExtensions.py -> build/lib.linux-s390x-3.11/fontTools/unicodedata copying Lib/fontTools/unicodedata/Blocks.py -> build/lib.linux-s390x-3.11/fontTools/unicodedata copying Lib/fontTools/unicodedata/__init__.py -> build/lib.linux-s390x-3.11/fontTools/unicodedata copying Lib/fontTools/unicodedata/OTTags.py -> build/lib.linux-s390x-3.11/fontTools/unicodedata copying Lib/fontTools/unicodedata/Scripts.py -> build/lib.linux-s390x-3.11/fontTools/unicodedata creating build/lib.linux-s390x-3.11/fontTools/subset copying Lib/fontTools/subset/util.py -> build/lib.linux-s390x-3.11/fontTools/subset copying Lib/fontTools/subset/__init__.py -> build/lib.linux-s390x-3.11/fontTools/subset copying Lib/fontTools/subset/__main__.py -> build/lib.linux-s390x-3.11/fontTools/subset copying Lib/fontTools/subset/cff.py -> build/lib.linux-s390x-3.11/fontTools/subset copying Lib/fontTools/subset/svg.py -> build/lib.linux-s390x-3.11/fontTools/subset creating build/lib.linux-s390x-3.11/fontTools/cffLib copying Lib/fontTools/cffLib/width.py -> build/lib.linux-s390x-3.11/fontTools/cffLib copying Lib/fontTools/cffLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/cffLib copying Lib/fontTools/cffLib/specializer.py -> build/lib.linux-s390x-3.11/fontTools/cffLib creating build/lib.linux-s390x-3.11/fontTools/colorLib copying Lib/fontTools/colorLib/table_builder.py -> build/lib.linux-s390x-3.11/fontTools/colorLib copying Lib/fontTools/colorLib/builder.py -> build/lib.linux-s390x-3.11/fontTools/colorLib copying Lib/fontTools/colorLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/colorLib copying Lib/fontTools/colorLib/geometry.py -> build/lib.linux-s390x-3.11/fontTools/colorLib copying Lib/fontTools/colorLib/errors.py -> build/lib.linux-s390x-3.11/fontTools/colorLib copying Lib/fontTools/colorLib/unbuilder.py -> build/lib.linux-s390x-3.11/fontTools/colorLib creating build/lib.linux-s390x-3.11/fontTools/otlLib copying Lib/fontTools/otlLib/error.py -> build/lib.linux-s390x-3.11/fontTools/otlLib copying Lib/fontTools/otlLib/maxContextCalc.py -> build/lib.linux-s390x-3.11/fontTools/otlLib copying Lib/fontTools/otlLib/builder.py -> build/lib.linux-s390x-3.11/fontTools/otlLib copying Lib/fontTools/otlLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/otlLib creating build/lib.linux-s390x-3.11/fontTools/svgLib copying Lib/fontTools/svgLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/svgLib creating build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/tables.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/base.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/util.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/layout.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/unicode.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/__init__.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/__main__.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/cmap.py -> build/lib.linux-s390x-3.11/fontTools/merge copying Lib/fontTools/merge/options.py -> build/lib.linux-s390x-3.11/fontTools/merge creating build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/interpolatable.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/merger.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/mutator.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/models.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/stat.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/featureVars.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/builder.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/__main__.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/iup.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/errors.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/varStore.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/plot.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/cff.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/interpolate_layout.py -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/varLib/mvar.py -> build/lib.linux-s390x-3.11/fontTools/varLib creating build/lib.linux-s390x-3.11/fontTools/mtiLib copying Lib/fontTools/mtiLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/mtiLib copying Lib/fontTools/mtiLib/__main__.py -> build/lib.linux-s390x-3.11/fontTools/mtiLib creating build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/converters.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/kerning.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/utils.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/glifLib.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/filenames.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/pointPen.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/etree.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/errors.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/plistlib.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib copying Lib/fontTools/ufoLib/validators.py -> build/lib.linux-s390x-3.11/fontTools/ufoLib creating build/lib.linux-s390x-3.11/fontTools/voltLib copying Lib/fontTools/voltLib/error.py -> build/lib.linux-s390x-3.11/fontTools/voltLib copying Lib/fontTools/voltLib/ast.py -> build/lib.linux-s390x-3.11/fontTools/voltLib copying Lib/fontTools/voltLib/lexer.py -> build/lib.linux-s390x-3.11/fontTools/voltLib copying Lib/fontTools/voltLib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/voltLib copying Lib/fontTools/voltLib/parser.py -> build/lib.linux-s390x-3.11/fontTools/voltLib creating build/lib.linux-s390x-3.11/fontTools/config copying Lib/fontTools/config/__init__.py -> build/lib.linux-s390x-3.11/fontTools/config creating build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/encodingTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/symfont.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/xmlWriter.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/psOperators.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/visitor.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/testTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/eexec.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/textTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/configTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/timeTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/fixedTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/psCharStrings.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/cliTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/vector.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/transform.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/bezierTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/psLib.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/macCreatorType.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/arrayTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/filenames.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/__init__.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/macRes.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/treeTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/py23.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/classifyTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/sstruct.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/etree.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/cython.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/xmlReader.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/intTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/dictTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/roundTools.py -> build/lib.linux-s390x-3.11/fontTools/misc copying Lib/fontTools/misc/loggingTools.py -> build/lib.linux-s390x-3.11/fontTools/misc creating build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_h_e_a_d.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/otTraverse.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/V_V_A_R_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_a_v_a_r.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_v_m_t_x.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_p_r_o_p.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/D_S_I_G_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/D__e_b_g.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_h_h_e_a.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_p_o_s_t.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/C_P_A_L_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G_M_A_P_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_b_s_l_n.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/V_D_M_X_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/C_O_L_R_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_h_d_m_x.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/M_V_A_R_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_D_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/M_E_T_A_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/S_T_A_T_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_l_o_c_a.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I__3.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/otData.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_m_o_r_t.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_l_t_a_g.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G_D_E_F_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/V_O_R_G_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_v_h_e_a.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/C_B_L_C_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_B_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_t_r_a_k.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G__l_o_c.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_T_F_A_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_o_p_b_d.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/F__e_a_t.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_S_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_J_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/sbixStrike.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_m_a_x_p.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_c_m_a_p.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/S__i_l_l.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/DefaultTable.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_p_r_e_p.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_V_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/E_B_L_C_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/ttProgram.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/O_S_2f_2.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I__1.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/asciiTable.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_c_i_d_g.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_f_p_g_m.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_s_b_i_x.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_g_c_i_d.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_g_l_y_f.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/sbixGlyph.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_h_m_t_x.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/C_F_F__2.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_f_v_a_r.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/J_S_T_F_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_f_e_a_t.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/TupleVariation.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/__init__.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_k_e_r_n.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/C_F_F_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_P_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/F_F_T_M_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/S_V_G_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/otTables.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I__2.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/BitmapGlyphMetrics.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_m_e_t_a.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I__0.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G__l_a_t.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/S_I_N_G_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G_S_U_B_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_g_v_a_r.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_a_n_k_r.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I_C_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G_P_K_G_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/otConverters.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/S__i_l_f.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_n_a_m_e.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/otBase.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/E_B_D_T_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/L_T_S_H_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/G_P_O_S_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/H_V_A_R_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_c_v_a_r.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_g_a_s_p.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/M_A_T_H_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/B_A_S_E_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/T_S_I__5.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_c_v_t.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/C_B_D_T_.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_l_c_a_r.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/_m_o_r_x.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/ttLib/tables/grUtils.py -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables creating build/lib.linux-s390x-3.11/fontTools/otlLib/optimize copying Lib/fontTools/otlLib/optimize/gpos.py -> build/lib.linux-s390x-3.11/fontTools/otlLib/optimize copying Lib/fontTools/otlLib/optimize/__init__.py -> build/lib.linux-s390x-3.11/fontTools/otlLib/optimize copying Lib/fontTools/otlLib/optimize/__main__.py -> build/lib.linux-s390x-3.11/fontTools/otlLib/optimize creating build/lib.linux-s390x-3.11/fontTools/svgLib/path copying Lib/fontTools/svgLib/path/shapes.py -> build/lib.linux-s390x-3.11/fontTools/svgLib/path copying Lib/fontTools/svgLib/path/__init__.py -> build/lib.linux-s390x-3.11/fontTools/svgLib/path copying Lib/fontTools/svgLib/path/arc.py -> build/lib.linux-s390x-3.11/fontTools/svgLib/path copying Lib/fontTools/svgLib/path/parser.py -> build/lib.linux-s390x-3.11/fontTools/svgLib/path creating build/lib.linux-s390x-3.11/fontTools/varLib/instancer copying Lib/fontTools/varLib/instancer/solver.py -> build/lib.linux-s390x-3.11/fontTools/varLib/instancer copying Lib/fontTools/varLib/instancer/names.py -> build/lib.linux-s390x-3.11/fontTools/varLib/instancer copying Lib/fontTools/varLib/instancer/__init__.py -> build/lib.linux-s390x-3.11/fontTools/varLib/instancer copying Lib/fontTools/varLib/instancer/__main__.py -> build/lib.linux-s390x-3.11/fontTools/varLib/instancer creating build/lib.linux-s390x-3.11/fontTools/misc/plistlib copying Lib/fontTools/misc/plistlib/__init__.py -> build/lib.linux-s390x-3.11/fontTools/misc/plistlib running egg_info writing Lib/fonttools.egg-info/PKG-INFO writing dependency_links to Lib/fonttools.egg-info/dependency_links.txt writing entry points to Lib/fonttools.egg-info/entry_points.txt writing requirements to Lib/fonttools.egg-info/requires.txt writing top-level names to Lib/fonttools.egg-info/top_level.txt Compiling Lib/fontTools/cu2qu/cu2qu.py because it changed. Compiling Lib/fontTools/pens/momentsPen.py because it changed. Compiling Lib/fontTools/varLib/iup.py because it changed. Compiling Lib/fontTools/feaLib/lexer.py because it changed. [1/4] Cythonizing Lib/fontTools/cu2qu/cu2qu.py [2/4] Cythonizing Lib/fontTools/feaLib/lexer.py [3/4] Cythonizing Lib/fontTools/pens/momentsPen.py [4/4] Cythonizing Lib/fontTools/varLib/iup.py listing git files failed - pretending there aren't any reading manifest file 'Lib/fonttools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.appveyor.yml' warning: no files found matching '.codecov.yml' warning: no files found matching '.coveragerc' warning: no files found matching '.travis.yml' warning: no files found matching '*.sh' under directory '.travis' adding license file 'LICENSE' writing manifest file 'Lib/fonttools.egg-info/SOURCES.txt' copying Lib/fontTools/pens/momentsPen.c -> build/lib.linux-s390x-3.11/fontTools/pens copying Lib/fontTools/cu2qu/cu2qu.c -> build/lib.linux-s390x-3.11/fontTools/cu2qu copying Lib/fontTools/feaLib/lexer.c -> build/lib.linux-s390x-3.11/fontTools/feaLib copying Lib/fontTools/varLib/iup.c -> build/lib.linux-s390x-3.11/fontTools/varLib copying Lib/fontTools/ttLib/tables/table_API_readme.txt -> build/lib.linux-s390x-3.11/fontTools/ttLib/tables copying Lib/fontTools/misc/plistlib/py.typed -> build/lib.linux-s390x-3.11/fontTools/misc/plistlib running build_ext building 'fontTools.cu2qu.cu2qu' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/Lib creating build/temp.linux-s390x-3.11/Lib/fontTools creating build/temp.linux-s390x-3.11/Lib/fontTools/cu2qu /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DCYTHON_TRACE_NOGIL=1 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c Lib/fontTools/cu2qu/cu2qu.c -o build/temp.linux-s390x-3.11/Lib/fontTools/cu2qu/cu2qu.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/Lib/fontTools/cu2qu/cu2qu.o -L. -o build/lib.linux-s390x-3.11/fontTools/cu2qu/cu2qu.cpython-311-s390x-linux-gnu.so building 'fontTools.pens.momentsPen' extension creating build/temp.linux-s390x-3.11/Lib/fontTools/pens /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c Lib/fontTools/pens/momentsPen.c -o build/temp.linux-s390x-3.11/Lib/fontTools/pens/momentsPen.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/Lib/fontTools/pens/momentsPen.o -L. -o build/lib.linux-s390x-3.11/fontTools/pens/momentsPen.cpython-311-s390x-linux-gnu.so building 'fontTools.varLib.iup' extension creating build/temp.linux-s390x-3.11/Lib/fontTools/varLib /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c Lib/fontTools/varLib/iup.c -o build/temp.linux-s390x-3.11/Lib/fontTools/varLib/iup.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/Lib/fontTools/varLib/iup.o -L. -o build/lib.linux-s390x-3.11/fontTools/varLib/iup.cpython-311-s390x-linux-gnu.so building 'fontTools.feaLib.lexer' extension creating build/temp.linux-s390x-3.11/Lib/fontTools/feaLib /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c Lib/fontTools/feaLib/lexer.c -o build/temp.linux-s390x-3.11/Lib/fontTools/feaLib/lexer.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/Lib/fontTools/feaLib/lexer.o -L. -o build/lib.linux-s390x-3.11/fontTools/feaLib/lexer.cpython-311-s390x-linux-gnu.so >>> python-fonttools 4.38.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-fonttools-4.38.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib FONTTOOLS_WITH_CYTHON=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing Lib/fonttools.egg-info/PKG-INFO writing dependency_links to Lib/fonttools.egg-info/dependency_links.txt writing entry points to Lib/fonttools.egg-info/entry_points.txt writing requirements to Lib/fonttools.egg-info/requires.txt writing top-level names to Lib/fonttools.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'Lib/fonttools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.appveyor.yml' warning: no files found matching '.codecov.yml' warning: no files found matching '.coveragerc' warning: no files found matching '.travis.yml' warning: no files found matching '*.sh' under directory '.travis' adding license file 'LICENSE' writing manifest file 'Lib/fonttools.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/encodings copying build/lib.linux-s390x-3.11/fontTools/encodings/codecs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/encodings copying build/lib.linux-s390x-3.11/fontTools/encodings/StandardEncoding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/encodings copying build/lib.linux-s390x-3.11/fontTools/encodings/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/encodings copying build/lib.linux-s390x-3.11/fontTools/encodings/MacRoman.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/encodings creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/hashPointPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/ttGlyphPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/pointInsidePen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/boundsPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/momentsPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/svgPathPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/wxPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/momentsPen.c -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/freetypePen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/filterPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/recordingPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/basePen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/areaPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/quartzPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/reverseContourPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/teePen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/qtPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/cairoPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/pointPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/reportLabPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/transformPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/t2CharStringPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/roundingPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/cu2quPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/statisticsPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/cocoaPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/momentsPen.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens copying build/lib.linux-s390x-3.11/fontTools/pens/perimeterPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/pens creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/macUtils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/removeOverlaps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/ttVisitor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/woff2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/ttCollection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_h_e_a_d.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/otTraverse.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/V_V_A_R_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_a_v_a_r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_v_m_t_x.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_p_r_o_p.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/D_S_I_G_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/D__e_b_g.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_h_h_e_a.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_p_o_s_t.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/C_P_A_L_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G_M_A_P_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_b_s_l_n.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/V_D_M_X_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/C_O_L_R_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_h_d_m_x.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/M_V_A_R_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_D_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/M_E_T_A_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/S_T_A_T_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_l_o_c_a.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I__3.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/otData.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_m_o_r_t.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_l_t_a_g.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G_D_E_F_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/V_O_R_G_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_v_h_e_a.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/C_B_L_C_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_B_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_t_r_a_k.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G__l_o_c.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_T_F_A_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_o_p_b_d.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/F__e_a_t.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_S_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_J_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/sbixStrike.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_m_a_x_p.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_c_m_a_p.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/S__i_l_l.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/DefaultTable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_p_r_e_p.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_V_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/E_B_L_C_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/ttProgram.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/O_S_2f_2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I__1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/asciiTable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_c_i_d_g.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_f_p_g_m.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_s_b_i_x.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_g_c_i_d.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_g_l_y_f.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/sbixGlyph.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_h_m_t_x.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/C_F_F__2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_f_v_a_r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/J_S_T_F_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_f_e_a_t.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/TupleVariation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_k_e_r_n.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/C_F_F_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_P_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/table_API_readme.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/F_F_T_M_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/S_V_G_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/otTables.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I__2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/BitmapGlyphMetrics.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_m_e_t_a.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I__0.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G__l_a_t.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/S_I_N_G_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G_S_U_B_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_g_v_a_r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_a_n_k_r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I_C_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G_P_K_G_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/otConverters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/S__i_l_f.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_n_a_m_e.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/otBase.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/E_B_D_T_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/L_T_S_H_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/G_P_O_S_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/H_V_A_R_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_c_v_a_r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_g_a_s_p.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/M_A_T_H_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/B_A_S_E_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/T_S_I__5.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_c_v_t.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/C_B_D_T_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_l_c_a_r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/_m_o_r_x.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/tables/grUtils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib/tables copying build/lib.linux-s390x-3.11/fontTools/ttLib/ttGlyphSet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/sfnt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/scaleUpem.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/standardGlyphOrder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib copying build/lib.linux-s390x-3.11/fontTools/ttLib/ttFont.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ttLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/cli.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/cu2qu.c -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/cu2qu.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/benchmark.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/cu2qu.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/ufo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu copying build/lib.linux-s390x-3.11/fontTools/cu2qu/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cu2qu creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/designspaceLib copying build/lib.linux-s390x-3.11/fontTools/designspaceLib/types.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/designspaceLib copying build/lib.linux-s390x-3.11/fontTools/designspaceLib/split.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/designspaceLib copying build/lib.linux-s390x-3.11/fontTools/designspaceLib/statNames.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/designspaceLib copying build/lib.linux-s390x-3.11/fontTools/designspaceLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/designspaceLib copying build/lib.linux-s390x-3.11/fontTools/afmLib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools copying build/lib.linux-s390x-3.11/fontTools/fontBuilder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/t1Lib copying build/lib.linux-s390x-3.11/fontTools/t1Lib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/t1Lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/location.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/ast.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/lexer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/lookupDebugInfo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/variableScalar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/builder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/lexer.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/lexer.c -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib copying build/lib.linux-s390x-3.11/fontTools/feaLib/parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/feaLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/unicodedata copying build/lib.linux-s390x-3.11/fontTools/unicodedata/ScriptExtensions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/unicodedata copying build/lib.linux-s390x-3.11/fontTools/unicodedata/Blocks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/unicodedata copying build/lib.linux-s390x-3.11/fontTools/unicodedata/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/unicodedata copying build/lib.linux-s390x-3.11/fontTools/unicodedata/OTTags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/unicodedata copying build/lib.linux-s390x-3.11/fontTools/unicodedata/Scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/unicodedata creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/subset copying build/lib.linux-s390x-3.11/fontTools/subset/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/subset copying build/lib.linux-s390x-3.11/fontTools/subset/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/subset copying build/lib.linux-s390x-3.11/fontTools/subset/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/subset copying build/lib.linux-s390x-3.11/fontTools/subset/cff.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/subset copying build/lib.linux-s390x-3.11/fontTools/subset/svg.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/subset creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cffLib copying build/lib.linux-s390x-3.11/fontTools/cffLib/width.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cffLib copying build/lib.linux-s390x-3.11/fontTools/cffLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cffLib copying build/lib.linux-s390x-3.11/fontTools/cffLib/specializer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/cffLib copying build/lib.linux-s390x-3.11/fontTools/agl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools copying build/lib.linux-s390x-3.11/fontTools/unicode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools copying build/lib.linux-s390x-3.11/fontTools/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools copying build/lib.linux-s390x-3.11/fontTools/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib copying build/lib.linux-s390x-3.11/fontTools/colorLib/table_builder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib copying build/lib.linux-s390x-3.11/fontTools/colorLib/builder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib copying build/lib.linux-s390x-3.11/fontTools/colorLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib copying build/lib.linux-s390x-3.11/fontTools/colorLib/geometry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib copying build/lib.linux-s390x-3.11/fontTools/colorLib/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib copying build/lib.linux-s390x-3.11/fontTools/colorLib/unbuilder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/colorLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib copying build/lib.linux-s390x-3.11/fontTools/otlLib/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib copying build/lib.linux-s390x-3.11/fontTools/otlLib/maxContextCalc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib/optimize copying build/lib.linux-s390x-3.11/fontTools/otlLib/optimize/gpos.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib/optimize copying build/lib.linux-s390x-3.11/fontTools/otlLib/optimize/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib/optimize copying build/lib.linux-s390x-3.11/fontTools/otlLib/optimize/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib/optimize copying build/lib.linux-s390x-3.11/fontTools/otlLib/builder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib copying build/lib.linux-s390x-3.11/fontTools/otlLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/otlLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib copying build/lib.linux-s390x-3.11/fontTools/svgLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib/path copying build/lib.linux-s390x-3.11/fontTools/svgLib/path/shapes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib/path copying build/lib.linux-s390x-3.11/fontTools/svgLib/path/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib/path copying build/lib.linux-s390x-3.11/fontTools/svgLib/path/arc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib/path copying build/lib.linux-s390x-3.11/fontTools/svgLib/path/parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/svgLib/path copying build/lib.linux-s390x-3.11/fontTools/tfmLib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/tables.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/layout.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/unicode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/cmap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge copying build/lib.linux-s390x-3.11/fontTools/merge/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/merge creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/interpolatable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/iup.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/merger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/mutator.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/stat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/featureVars.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/builder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/iup.c -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/iup.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/varStore.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/plot.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/cff.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/interpolate_layout.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib copying build/lib.linux-s390x-3.11/fontTools/varLib/mvar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib/instancer copying build/lib.linux-s390x-3.11/fontTools/varLib/instancer/solver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib/instancer copying build/lib.linux-s390x-3.11/fontTools/varLib/instancer/names.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib/instancer copying build/lib.linux-s390x-3.11/fontTools/varLib/instancer/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib/instancer copying build/lib.linux-s390x-3.11/fontTools/varLib/instancer/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/varLib/instancer copying build/lib.linux-s390x-3.11/fontTools/ttx.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/mtiLib copying build/lib.linux-s390x-3.11/fontTools/mtiLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/mtiLib copying build/lib.linux-s390x-3.11/fontTools/mtiLib/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/mtiLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/converters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/kerning.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/glifLib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/filenames.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/pointPen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/etree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/plistlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib copying build/lib.linux-s390x-3.11/fontTools/ufoLib/validators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/ufoLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/voltLib copying build/lib.linux-s390x-3.11/fontTools/voltLib/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/voltLib copying build/lib.linux-s390x-3.11/fontTools/voltLib/ast.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/voltLib copying build/lib.linux-s390x-3.11/fontTools/voltLib/lexer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/voltLib copying build/lib.linux-s390x-3.11/fontTools/voltLib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/voltLib copying build/lib.linux-s390x-3.11/fontTools/voltLib/parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/voltLib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/config copying build/lib.linux-s390x-3.11/fontTools/config/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/config creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/encodingTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/symfont.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/xmlWriter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/psOperators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/visitor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/testTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/eexec.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/textTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/configTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/timeTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/fixedTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/psCharStrings.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/cliTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/vector.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/transform.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/bezierTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/psLib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/macCreatorType.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/arrayTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/filenames.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/macRes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/treeTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/py23.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/classifyTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/sstruct.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/etree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/cython.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/xmlReader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc/plistlib copying build/lib.linux-s390x-3.11/fontTools/misc/plistlib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc/plistlib copying build/lib.linux-s390x-3.11/fontTools/misc/plistlib/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc/plistlib copying build/lib.linux-s390x-3.11/fontTools/misc/intTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/dictTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/roundTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/misc/loggingTools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools/misc copying build/lib.linux-s390x-3.11/fontTools/help.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fontTools running install_data copying Doc/man/man1/ttx.1 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 running install_egg_info Copying Lib/fonttools.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/fonttools-4.38.0-py3.11.egg-info running install_scripts Installing fonttools script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing pyftmerge script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing pyftsubset script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing ttx script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin frozenlist-1.3.3.tar.gz: OK (md5: 14e9ffd849c6a1dfa3c6b1fb1ff77b14) frozenlist-1.3.3.tar.gz: OK (sha256: 58bcc55721e8a90b88332d6cd441261ebb22342e238296bb330968952fbb3a6a) >>> python-frozenlist 1.3.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-frozenlist/frozenlist-1.3.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-frozenlist-1.3.3 -xf - >>> python-frozenlist 1.3.3 Patching >>> python-frozenlist 1.3.3 Configuring >>> python-frozenlist 1.3.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-frozenlist-1.3.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) ********************* * Accelerated build * ********************* running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/frozenlist copying frozenlist/__init__.py -> build/lib.linux-s390x-3.11/frozenlist running egg_info writing frozenlist.egg-info/PKG-INFO writing dependency_links to frozenlist.egg-info/dependency_links.txt writing top-level names to frozenlist.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'frozenlist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'frozenlist/*.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'frozenlist.egg-info/SOURCES.txt' copying frozenlist/__init__.pyi -> build/lib.linux-s390x-3.11/frozenlist copying frozenlist/_frozenlist.pyx -> build/lib.linux-s390x-3.11/frozenlist copying frozenlist/py.typed -> build/lib.linux-s390x-3.11/frozenlist running build_ext building 'frozenlist._frozenlist' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/frozenlist /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c frozenlist/_frozenlist.c -o build/temp.linux-s390x-3.11/frozenlist/_frozenlist.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/frozenlist/_frozenlist.o -L. -o build/lib.linux-s390x-3.11/frozenlist/_frozenlist.cpython-311-s390x-linux-gnu.so >>> python-frozenlist 1.3.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-frozenlist-1.3.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) ********************* * Accelerated build * ********************* running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing frozenlist.egg-info/PKG-INFO writing dependency_links to frozenlist.egg-info/dependency_links.txt writing top-level names to frozenlist.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'frozenlist.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.lib' found anywhere in distribution warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.a' found anywhere in distribution warning: no previously-included files matching '*.obj' found anywhere in distribution warning: no previously-included files found matching 'frozenlist/*.html' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'frozenlist.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist copying build/lib.linux-s390x-3.11/frozenlist/_frozenlist.pyx -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist copying build/lib.linux-s390x-3.11/frozenlist/_frozenlist.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist copying build/lib.linux-s390x-3.11/frozenlist/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist copying build/lib.linux-s390x-3.11/frozenlist/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist copying build/lib.linux-s390x-3.11/frozenlist/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist running install_egg_info Copying frozenlist.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/frozenlist-1.3.3-py3.11.egg-info running install_scripts gunicorn-20.1.0.tar.gz: OK (md5: db8a7c5c2064000af70286534803bf1d) gunicorn-20.1.0.tar.gz: OK (sha256: e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8) >>> python-gunicorn 20.1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-gunicorn/gunicorn-20.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-gunicorn-20.1.0 -xf - >>> python-gunicorn 20.1.0 Patching >>> python-gunicorn 20.1.0 Configuring >>> python-gunicorn 20.1.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-gunicorn-20.1.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/gunicorn copying gunicorn/reloader.py -> build/lib/gunicorn copying gunicorn/arbiter.py -> build/lib/gunicorn copying gunicorn/util.py -> build/lib/gunicorn copying gunicorn/pidfile.py -> build/lib/gunicorn copying gunicorn/config.py -> build/lib/gunicorn copying gunicorn/debug.py -> build/lib/gunicorn copying gunicorn/__init__.py -> build/lib/gunicorn copying gunicorn/__main__.py -> build/lib/gunicorn copying gunicorn/glogging.py -> build/lib/gunicorn copying gunicorn/sock.py -> build/lib/gunicorn copying gunicorn/errors.py -> build/lib/gunicorn copying gunicorn/systemd.py -> build/lib/gunicorn creating build/lib/gunicorn/app copying gunicorn/app/wsgiapp.py -> build/lib/gunicorn/app copying gunicorn/app/base.py -> build/lib/gunicorn/app copying gunicorn/app/__init__.py -> build/lib/gunicorn/app copying gunicorn/app/pasterapp.py -> build/lib/gunicorn/app creating build/lib/gunicorn/instrument copying gunicorn/instrument/__init__.py -> build/lib/gunicorn/instrument copying gunicorn/instrument/statsd.py -> build/lib/gunicorn/instrument creating build/lib/gunicorn/http copying gunicorn/http/body.py -> build/lib/gunicorn/http copying gunicorn/http/unreader.py -> build/lib/gunicorn/http copying gunicorn/http/wsgi.py -> build/lib/gunicorn/http copying gunicorn/http/__init__.py -> build/lib/gunicorn/http copying gunicorn/http/errors.py -> build/lib/gunicorn/http copying gunicorn/http/parser.py -> build/lib/gunicorn/http copying gunicorn/http/message.py -> build/lib/gunicorn/http creating build/lib/gunicorn/workers copying gunicorn/workers/base_async.py -> build/lib/gunicorn/workers copying gunicorn/workers/gtornado.py -> build/lib/gunicorn/workers copying gunicorn/workers/base.py -> build/lib/gunicorn/workers copying gunicorn/workers/ggevent.py -> build/lib/gunicorn/workers copying gunicorn/workers/workertmp.py -> build/lib/gunicorn/workers copying gunicorn/workers/sync.py -> build/lib/gunicorn/workers copying gunicorn/workers/__init__.py -> build/lib/gunicorn/workers copying gunicorn/workers/gthread.py -> build/lib/gunicorn/workers copying gunicorn/workers/geventlet.py -> build/lib/gunicorn/workers running egg_info writing gunicorn.egg-info/PKG-INFO writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing requirements to gunicorn.egg-info/requires.txt writing top-level names to gunicorn.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'gunicorn.egg-info/SOURCES.txt' >>> python-gunicorn 20.1.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-gunicorn-20.1.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing gunicorn.egg-info/PKG-INFO writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing requirements to gunicorn.egg-info/requires.txt writing top-level names to gunicorn.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'gunicorn.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/reloader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/app copying build/lib/gunicorn/app/wsgiapp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/app copying build/lib/gunicorn/app/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/app copying build/lib/gunicorn/app/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/app copying build/lib/gunicorn/app/pasterapp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/app copying build/lib/gunicorn/arbiter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/pidfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/debug.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/statsd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/instrument copying build/lib/gunicorn/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/body.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/unreader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/http/message.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/http copying build/lib/gunicorn/glogging.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/sock.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn copying build/lib/gunicorn/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base_async.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gtornado.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/ggevent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/workertmp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/sync.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gthread.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/geventlet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn/workers copying build/lib/gunicorn/systemd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn running install_egg_info Copying gunicorn.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/gunicorn-20.1.0-py3.11.egg-info running install_scripts Installing gunicorn script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin html5lib-1.1.tar.gz: OK (md5: 6748742e2ec4cb99287a6bc82bcfe2b0) html5lib-1.1.tar.gz: OK (sha256: b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f) >>> python-html5lib 1.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-html5lib/html5lib-1.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-html5lib-1.1 -xf - >>> python-html5lib 1.1 Patching >>> python-html5lib 1.1 Configuring >>> python-html5lib 1.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-html5lib-1.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/html5lib copying html5lib/serializer.py -> build/lib/html5lib copying html5lib/constants.py -> build/lib/html5lib copying html5lib/html5parser.py -> build/lib/html5lib copying html5lib/__init__.py -> build/lib/html5lib copying html5lib/_utils.py -> build/lib/html5lib copying html5lib/_tokenizer.py -> build/lib/html5lib copying html5lib/_ihatexml.py -> build/lib/html5lib copying html5lib/_inputstream.py -> build/lib/html5lib creating build/lib/html5lib/treebuilders copying html5lib/treebuilders/dom.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/base.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/etree_lxml.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/__init__.py -> build/lib/html5lib/treebuilders copying html5lib/treebuilders/etree.py -> build/lib/html5lib/treebuilders creating build/lib/html5lib/_trie copying html5lib/_trie/py.py -> build/lib/html5lib/_trie copying html5lib/_trie/__init__.py -> build/lib/html5lib/_trie copying html5lib/_trie/_base.py -> build/lib/html5lib/_trie creating build/lib/html5lib/treewalkers copying html5lib/treewalkers/dom.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/base.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/etree_lxml.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/__init__.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/etree.py -> build/lib/html5lib/treewalkers copying html5lib/treewalkers/genshi.py -> build/lib/html5lib/treewalkers creating build/lib/html5lib/filters copying html5lib/filters/whitespace.py -> build/lib/html5lib/filters copying html5lib/filters/inject_meta_charset.py -> build/lib/html5lib/filters copying html5lib/filters/sanitizer.py -> build/lib/html5lib/filters copying html5lib/filters/lint.py -> build/lib/html5lib/filters copying html5lib/filters/base.py -> build/lib/html5lib/filters copying html5lib/filters/__init__.py -> build/lib/html5lib/filters copying html5lib/filters/optionaltags.py -> build/lib/html5lib/filters copying html5lib/filters/alphabeticalattributes.py -> build/lib/html5lib/filters creating build/lib/html5lib/treeadapters copying html5lib/treeadapters/sax.py -> build/lib/html5lib/treeadapters copying html5lib/treeadapters/__init__.py -> build/lib/html5lib/treeadapters copying html5lib/treeadapters/genshi.py -> build/lib/html5lib/treeadapters >>> python-html5lib 1.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-html5lib-1.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/dom.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/etree_lxml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treebuilders copying build/lib/html5lib/treebuilders/etree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treebuilders creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/_trie copying build/lib/html5lib/_trie/py.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/_trie copying build/lib/html5lib/_trie/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/_trie copying build/lib/html5lib/_trie/_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/_trie creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/dom.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/etree_lxml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/etree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/treewalkers/genshi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treewalkers copying build/lib/html5lib/serializer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib copying build/lib/html5lib/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib copying build/lib/html5lib/html5parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/whitespace.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/inject_meta_charset.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/sanitizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/lint.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/optionaltags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/filters/alphabeticalattributes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/filters copying build/lib/html5lib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib copying build/lib/html5lib/_utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treeadapters copying build/lib/html5lib/treeadapters/sax.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treeadapters copying build/lib/html5lib/treeadapters/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treeadapters copying build/lib/html5lib/treeadapters/genshi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib/treeadapters copying build/lib/html5lib/_tokenizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib copying build/lib/html5lib/_ihatexml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib copying build/lib/html5lib/_inputstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib running install_egg_info running egg_info writing html5lib.egg-info/PKG-INFO writing dependency_links to html5lib.egg-info/dependency_links.txt writing requirements to html5lib.egg-info/requires.txt writing top-level names to html5lib.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'html5lib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'html5lib.egg-info/SOURCES.txt' Copying html5lib.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/html5lib-1.1-py3.11.egg-info running install_scripts hyperframe-6.0.1.tar.gz: OK (md5: 153c064e8ac654aaf136b3388c36de48) hyperframe-6.0.1.tar.gz: OK (sha256: ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914) >>> python-hyperframe 6.0.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-hyperframe/hyperframe-6.0.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-hyperframe-6.0.1 -xf - >>> python-hyperframe 6.0.1 Patching >>> python-hyperframe 6.0.1 Configuring >>> python-hyperframe 6.0.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-hyperframe-6.0.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/hyperframe copying src/hyperframe/__init__.py -> build/lib/hyperframe copying src/hyperframe/frame.py -> build/lib/hyperframe copying src/hyperframe/flags.py -> build/lib/hyperframe copying src/hyperframe/exceptions.py -> build/lib/hyperframe running egg_info writing src/hyperframe.egg-info/PKG-INFO writing dependency_links to src/hyperframe.egg-info/dependency_links.txt writing top-level names to src/hyperframe.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/hyperframe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'test/http2-frame-test-case' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.swo' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.map' found anywhere in distribution warning: no previously-included files matching '*.yml' found anywhere in distribution warning: no previously-included files matching '*.DS_Store' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/hyperframe.egg-info/SOURCES.txt' copying src/hyperframe/py.typed -> build/lib/hyperframe >>> python-hyperframe 6.0.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-hyperframe-6.0.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/hyperframe.egg-info/PKG-INFO writing dependency_links to src/hyperframe.egg-info/dependency_links.txt writing top-level names to src/hyperframe.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/hyperframe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'test/http2-frame-test-case' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.swo' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.map' found anywhere in distribution warning: no previously-included files matching '*.yml' found anywhere in distribution warning: no previously-included files matching '*.DS_Store' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/hyperframe.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe copying build/lib/hyperframe/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe copying build/lib/hyperframe/frame.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe copying build/lib/hyperframe/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe copying build/lib/hyperframe/flags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe copying build/lib/hyperframe/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe running install_egg_info Copying src/hyperframe.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperframe-6.0.1-py3.11.egg-info running install_scripts hyperlink-21.0.0.tar.gz: OK (md5: 6285ac13e7d6be4157698ad7960ed490) hyperlink-21.0.0.tar.gz: OK (sha256: 427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b) >>> python-hyperlink 21.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-hyperlink/hyperlink-21.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-hyperlink-21.0.0 -xf - >>> python-hyperlink 21.0.0 Patching >>> python-hyperlink 21.0.0 Configuring >>> python-hyperlink 21.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-hyperlink-21.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/hyperlink copying src/hyperlink/_url.py -> build/lib/hyperlink copying src/hyperlink/_socket.py -> build/lib/hyperlink copying src/hyperlink/__init__.py -> build/lib/hyperlink copying src/hyperlink/hypothesis.py -> build/lib/hyperlink creating build/lib/hyperlink/test copying src/hyperlink/test/test_common.py -> build/lib/hyperlink/test copying src/hyperlink/test/test_decoded_url.py -> build/lib/hyperlink/test copying src/hyperlink/test/test_parse.py -> build/lib/hyperlink/test copying src/hyperlink/test/test_url.py -> build/lib/hyperlink/test copying src/hyperlink/test/test_hypothesis.py -> build/lib/hyperlink/test copying src/hyperlink/test/common.py -> build/lib/hyperlink/test copying src/hyperlink/test/__init__.py -> build/lib/hyperlink/test copying src/hyperlink/test/test_scheme_registration.py -> build/lib/hyperlink/test copying src/hyperlink/test/test_socket.py -> build/lib/hyperlink/test copying src/hyperlink/py.typed -> build/lib/hyperlink copying src/hyperlink/idna-tables-properties.csv.gz -> build/lib/hyperlink >>> python-hyperlink 21.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-hyperlink-21.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink copying build/lib/hyperlink/_url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink copying build/lib/hyperlink/_socket.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink copying build/lib/hyperlink/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink copying build/lib/hyperlink/idna-tables-properties.csv.gz -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink copying build/lib/hyperlink/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_decoded_url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_parse.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_hypothesis.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_scheme_registration.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/test/test_socket.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink/test copying build/lib/hyperlink/hypothesis.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink running install_egg_info running egg_info writing src/hyperlink.egg-info/PKG-INFO writing dependency_links to src/hyperlink.egg-info/dependency_links.txt writing requirements to src/hyperlink.egg-info/requires.txt writing top-level names to src/hyperlink.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/hyperlink.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'TODO.md' warning: no previously-included files found matching '.appveyor.yml' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/hyperlink.egg-info/SOURCES.txt' Copying src/hyperlink.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hyperlink-21.0.0-py3.11.egg-info running install_scripts idna-3.4.tar.gz: OK (md5: 13ea24e076212b6baae1135a116d1e0e) idna-3.4.tar.gz: OK (sha256: 814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4) >>> python-idna 3.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-idna/idna-3.4.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-idna-3.4 -xf - >>> python-idna 3.4 Patching >>> python-idna 3.4 Configuring >>> python-idna 3.4 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-idna-3.4//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/idna copying idna/uts46data.py -> build/lib/idna copying idna/compat.py -> build/lib/idna copying idna/idnadata.py -> build/lib/idna copying idna/package_data.py -> build/lib/idna copying idna/intranges.py -> build/lib/idna copying idna/__init__.py -> build/lib/idna copying idna/codec.py -> build/lib/idna copying idna/core.py -> build/lib/idna running egg_info creating idna.egg-info writing idna.egg-info/PKG-INFO writing dependency_links to idna.egg-info/dependency_links.txt writing top-level names to idna.egg-info/top_level.txt writing manifest file 'idna.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'idna.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'tools' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE.md' writing manifest file 'idna.egg-info/SOURCES.txt' copying idna/py.typed -> build/lib/idna >>> python-idna 3.4 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-idna-3.4//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing idna.egg-info/PKG-INFO writing dependency_links to idna.egg-info/dependency_links.txt writing top-level names to idna.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'idna.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'tools' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE.md' writing manifest file 'idna.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/uts46data.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/idnadata.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/package_data.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/intranges.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/codec.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna copying build/lib/idna/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna running install_egg_info Copying idna.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/idna-0.0.0-py3.11.egg-info running install_scripts incremental-22.10.0.tar.gz: OK (md5: 9fffa2490ca649550c79a78e85ef2eef) incremental-22.10.0.tar.gz: OK (sha256: 912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0) >>> python-incremental 22.10.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-incremental/incremental-22.10.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-incremental-22.10.0 -xf - >>> python-incremental 22.10.0 Patching >>> python-incremental 22.10.0 Configuring >>> python-incremental 22.10.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-incremental-22.10.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/incremental copying src/incremental/update.py -> build/lib/incremental copying src/incremental/__init__.py -> build/lib/incremental copying src/incremental/_version.py -> build/lib/incremental creating build/lib/incremental/tests copying src/incremental/tests/test_update.py -> build/lib/incremental/tests copying src/incremental/tests/__init__.py -> build/lib/incremental/tests copying src/incremental/tests/test_version.py -> build/lib/incremental/tests copying src/incremental/py.typed -> build/lib/incremental >>> python-incremental 22.10.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-incremental-22.10.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental copying build/lib/incremental/update.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental copying build/lib/incremental/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental copying build/lib/incremental/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental copying build/lib/incremental/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental/tests copying build/lib/incremental/tests/test_update.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental/tests copying build/lib/incremental/tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental/tests copying build/lib/incremental/tests/test_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental/tests running install_egg_info running egg_info writing src/incremental.egg-info/PKG-INFO writing dependency_links to src/incremental.egg-info/dependency_links.txt writing entry points to src/incremental.egg-info/entry_points.txt writing requirements to src/incremental.egg-info/requires.txt writing top-level names to src/incremental.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/incremental.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'towncrier.ini' warning: no previously-included files found matching 'mypy.ini' no previously-included directories found matching '.travis' no previously-included directories found matching 'tests' warning: no previously-included files found matching 'examplesetup.py' no previously-included directories found matching 'src/exampleproj' no previously-included directories found matching 'src/incremental/newsfragments' adding license file 'LICENSE' writing manifest file 'src/incremental.egg-info/SOURCES.txt' Copying src/incremental.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/incremental-22.10.0-py3.11.egg-info running install_scripts python-iptables-1.0.0.tar.gz: OK (md5: 3fb27da1107bdb62196850fa70e8b0d4) python-iptables-1.0.0.tar.gz: OK (sha256: 480470adb5f29bf84269b4e53dbad9623af91c79aa666cc0274dec199a555bc5) >>> python-iptables 1.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-iptables/python-iptables-1.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-iptables-1.0.0 -xf - >>> python-iptables 1.0.0 Patching >>> python-iptables 1.0.0 Configuring >>> python-iptables 1.0.0 Building XTABLES_VERSION=`awk '/XTABLES_VERSION_CODE/ {print $NF}' /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/xtables-version.h`; sed -i "s%os.getenv(\"PYTHON_IPTABLES_XTABLES_VERSION\")%$XTABLES_VERSION%" /home/buildroot/autobuild/instance-3/output-1/build/python-iptables-1.0.0/iptc/xtables.py sed -i "s%os.getenv(\"XTABLES_LIBDIR\")%\"/usr/lib/xtables\"%" /home/buildroot/autobuild/instance-3/output-1/build/python-iptables-1.0.0/iptc/xtables.py (cd /home/buildroot/autobuild/instance-3/output-1/build/python-iptables-1.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/iptc copying iptc/easy.py -> build/lib.linux-s390x-3.11/iptc copying iptc/xtables.py -> build/lib.linux-s390x-3.11/iptc copying iptc/version.py -> build/lib.linux-s390x-3.11/iptc copying iptc/util.py -> build/lib.linux-s390x-3.11/iptc copying iptc/ip6tc.py -> build/lib.linux-s390x-3.11/iptc copying iptc/__init__.py -> build/lib.linux-s390x-3.11/iptc copying iptc/ip4tc.py -> build/lib.linux-s390x-3.11/iptc copying iptc/errors.py -> build/lib.linux-s390x-3.11/iptc running build_ext building 'libxtwrapper' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/libxtwrapper /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c libxtwrapper/wrapper.c -o build/temp.linux-s390x-3.11/libxtwrapper/wrapper.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/libxtwrapper/wrapper.o -L. -o build/lib.linux-s390x-3.11/libxtwrapper.cpython-311-s390x-linux-gnu.so >>> python-iptables 1.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-iptables-1.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/easy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/xtables.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/ip6tc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/ip4tc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/iptc/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/iptc copying build/lib.linux-s390x-3.11/libxtwrapper.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing python_iptables.egg-info/PKG-INFO writing dependency_links to python_iptables.egg-info/dependency_links.txt writing top-level names to python_iptables.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'python_iptables.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'test.py' adding license file 'NOTICE' writing manifest file 'python_iptables.egg-info/SOURCES.txt' Copying python_iptables.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/python_iptables-1.0.0-py3.11.egg-info running install_scripts itsdangerous-2.1.2.tar.gz: OK (md5: c1bc730ddf53b8374eaa823f24eb6438) itsdangerous-2.1.2.tar.gz: OK (sha256: 5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a) >>> python-itsdangerous 2.1.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-itsdangerous/itsdangerous-2.1.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-itsdangerous-2.1.2 -xf - >>> python-itsdangerous 2.1.2 Patching >>> python-itsdangerous 2.1.2 Configuring >>> python-itsdangerous 2.1.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-itsdangerous-2.1.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/itsdangerous copying src/itsdangerous/_json.py -> build/lib/itsdangerous copying src/itsdangerous/signer.py -> build/lib/itsdangerous copying src/itsdangerous/encoding.py -> build/lib/itsdangerous copying src/itsdangerous/url_safe.py -> build/lib/itsdangerous copying src/itsdangerous/serializer.py -> build/lib/itsdangerous copying src/itsdangerous/timed.py -> build/lib/itsdangerous copying src/itsdangerous/__init__.py -> build/lib/itsdangerous copying src/itsdangerous/exc.py -> build/lib/itsdangerous running egg_info writing src/itsdangerous.egg-info/PKG-INFO writing dependency_links to src/itsdangerous.egg-info/dependency_links.txt writing top-level names to src/itsdangerous.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/itsdangerous.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/itsdangerous.egg-info/SOURCES.txt' copying src/itsdangerous/py.typed -> build/lib/itsdangerous >>> python-itsdangerous 2.1.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-itsdangerous-2.1.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/itsdangerous.egg-info/PKG-INFO writing dependency_links to src/itsdangerous.egg-info/dependency_links.txt writing top-level names to src/itsdangerous.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/itsdangerous.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/itsdangerous.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/_json.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/signer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/encoding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/url_safe.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/serializer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/timed.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/exc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous copying build/lib/itsdangerous/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous running install_egg_info Copying src/itsdangerous.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/itsdangerous-2.1.2-py3.11.egg-info running install_scripts MarkupSafe-2.1.1.tar.gz: OK (md5: 9809f9fdd98bc835b0c21aa8f79cbf30) MarkupSafe-2.1.1.tar.gz: OK (sha256: 7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b) >>> host-python-markupsafe 2.1.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-markupsafe/MarkupSafe-2.1.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-markupsafe-2.1.1 -xf - >>> host-python-markupsafe 2.1.1 Patching >>> host-python-markupsafe 2.1.1 Configuring >>> host-python-markupsafe 2.1.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-markupsafe-2.1.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/host-python-markupsafe-2.1.1/setup.py:5: 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.errors import CCompilerError running build running build_py creating build creating build/lib.linux-x86_64-3.11 creating build/lib.linux-x86_64-3.11/markupsafe copying src/markupsafe/_native.py -> build/lib.linux-x86_64-3.11/markupsafe copying src/markupsafe/__init__.py -> build/lib.linux-x86_64-3.11/markupsafe running egg_info writing src/MarkupSafe.egg-info/PKG-INFO writing dependency_links to src/MarkupSafe.egg-info/dependency_links.txt writing top-level names to src/MarkupSafe.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' copying src/markupsafe/_speedups.c -> build/lib.linux-x86_64-3.11/markupsafe copying src/markupsafe/_speedups.pyi -> build/lib.linux-x86_64-3.11/markupsafe copying src/markupsafe/py.typed -> build/lib.linux-x86_64-3.11/markupsafe running build_ext building 'markupsafe._speedups' extension creating build/temp.linux-x86_64-3.11 creating build/temp.linux-x86_64-3.11/src creating build/temp.linux-x86_64-3.11/src/markupsafe /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c src/markupsafe/_speedups.c -o build/temp.linux-x86_64-3.11/src/markupsafe/_speedups.o /usr/bin/gcc -pthread -shared -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include build/temp.linux-x86_64-3.11/src/markupsafe/_speedups.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -o build/lib.linux-x86_64-3.11/markupsafe/_speedups.cpython-311-x86_64-linux-gnu.so >>> host-python-markupsafe 2.1.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-markupsafe-2.1.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/build/host-python-markupsafe-2.1.1/setup.py:5: 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.errors import CCompilerError running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/MarkupSafe.egg-info/PKG-INFO writing dependency_links to src/MarkupSafe.egg-info/dependency_links.txt writing top-level names to src/MarkupSafe.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe copying build/lib.linux-x86_64-3.11/markupsafe/_native.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe copying build/lib.linux-x86_64-3.11/markupsafe/_speedups.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe copying build/lib.linux-x86_64-3.11/markupsafe/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe copying build/lib.linux-x86_64-3.11/markupsafe/_speedups.c -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe copying build/lib.linux-x86_64-3.11/markupsafe/py.typed -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe copying build/lib.linux-x86_64-3.11/markupsafe/_speedups.pyi -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe/_native.py to _native.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/markupsafe/__init__.py to __init__.cpython-311.pyc running install_egg_info Copying src/MarkupSafe.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/MarkupSafe-2.1.1-py3.11.egg-info running install_scripts Jinja2-3.1.2.tar.gz: OK (md5: d31148abd89c1df1cdb077a55db27d02) Jinja2-3.1.2.tar.gz: OK (sha256: 31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852) >>> python-jinja2 3.1.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-jinja2/Jinja2-3.1.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-jinja2-3.1.2 -xf - >>> python-jinja2 3.1.2 Patching >>> python-jinja2 3.1.2 Configuring >>> python-jinja2 3.1.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-jinja2-3.1.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/jinja2 copying src/jinja2/compiler.py -> build/lib/jinja2 copying src/jinja2/visitor.py -> build/lib/jinja2 copying src/jinja2/defaults.py -> build/lib/jinja2 copying src/jinja2/utils.py -> build/lib/jinja2 copying src/jinja2/meta.py -> build/lib/jinja2 copying src/jinja2/constants.py -> build/lib/jinja2 copying src/jinja2/optimizer.py -> build/lib/jinja2 copying src/jinja2/lexer.py -> build/lib/jinja2 copying src/jinja2/async_utils.py -> build/lib/jinja2 copying src/jinja2/nodes.py -> build/lib/jinja2 copying src/jinja2/nativetypes.py -> build/lib/jinja2 copying src/jinja2/loaders.py -> build/lib/jinja2 copying src/jinja2/debug.py -> build/lib/jinja2 copying src/jinja2/__init__.py -> build/lib/jinja2 copying src/jinja2/bccache.py -> build/lib/jinja2 copying src/jinja2/sandbox.py -> build/lib/jinja2 copying src/jinja2/environment.py -> build/lib/jinja2 copying src/jinja2/runtime.py -> build/lib/jinja2 copying src/jinja2/tests.py -> build/lib/jinja2 copying src/jinja2/filters.py -> build/lib/jinja2 copying src/jinja2/parser.py -> build/lib/jinja2 copying src/jinja2/_identifier.py -> build/lib/jinja2 copying src/jinja2/exceptions.py -> build/lib/jinja2 copying src/jinja2/ext.py -> build/lib/jinja2 copying src/jinja2/idtracking.py -> build/lib/jinja2 running egg_info writing src/Jinja2.egg-info/PKG-INFO writing dependency_links to src/Jinja2.egg-info/dependency_links.txt writing entry points to src/Jinja2.egg-info/entry_points.txt writing requirements to src/Jinja2.egg-info/requires.txt writing top-level names to src/Jinja2.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Jinja2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Jinja2.egg-info/SOURCES.txt' copying src/jinja2/py.typed -> build/lib/jinja2 >>> python-jinja2 3.1.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-jinja2-3.1.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/Jinja2.egg-info/PKG-INFO writing dependency_links to src/Jinja2.egg-info/dependency_links.txt writing entry points to src/Jinja2.egg-info/entry_points.txt writing requirements to src/Jinja2.egg-info/requires.txt writing top-level names to src/Jinja2.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Jinja2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Jinja2.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/compiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/visitor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/defaults.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/meta.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/optimizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/lexer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/async_utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/nodes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/nativetypes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/loaders.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/debug.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/bccache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/sandbox.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/environment.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/runtime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/tests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/filters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/_identifier.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/ext.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 copying build/lib/jinja2/idtracking.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/jinja2 running install_egg_info Copying src/Jinja2.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Jinja2-3.1.2-py3.11.egg-info running install_scripts editables-0.3.tar.gz: OK (md5: e91709fbb0ef586cb7b785042068ab67) editables-0.3.tar.gz: OK (sha256: 167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a) >>> host-python-editables 0.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-editables/editables-0.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-editables-0.3 -xf - >>> host-python-editables 0.3 Patching >>> host-python-editables 0.3 Configuring >>> host-python-editables 0.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-editables-0.3//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/editables copying src/editables/redirector.py -> build/lib/editables copying src/editables/__init__.py -> build/lib/editables >>> host-python-editables 0.3 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-editables-0.3//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/editables copying build/lib/editables/redirector.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/editables copying build/lib/editables/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/editables byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/editables/redirector.py to redirector.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/editables/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing src/editables.egg-info/PKG-INFO writing dependency_links to src/editables.egg-info/dependency_links.txt writing top-level names to src/editables.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/editables.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'src/editables.egg-info/SOURCES.txt' Copying src/editables.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/editables-0.3-py3.11.egg-info running install_scripts pathspec-0.10.1.tar.gz: OK (md5: 6f4fde5e701d328a2846d206edb63aa9) pathspec-0.10.1.tar.gz: OK (sha256: 7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d) >>> host-python-pathspec 0.10.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pathspec/pathspec-0.10.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-pathspec-0.10.1 -xf - >>> host-python-pathspec 0.10.1 Patching >>> host-python-pathspec 0.10.1 Configuring >>> host-python-pathspec 0.10.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pathspec-0.10.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running build running build_py creating build creating build/lib creating build/lib/pathspec copying pathspec/_meta.py -> build/lib/pathspec copying pathspec/pattern.py -> build/lib/pathspec copying pathspec/pathspec.py -> build/lib/pathspec copying pathspec/util.py -> build/lib/pathspec copying pathspec/__init__.py -> build/lib/pathspec copying pathspec/gitignore.py -> build/lib/pathspec creating build/lib/pathspec/patterns copying pathspec/patterns/gitwildmatch.py -> build/lib/pathspec/patterns copying pathspec/patterns/__init__.py -> build/lib/pathspec/patterns running egg_info writing pathspec.egg-info/PKG-INFO writing dependency_links to pathspec.egg-info/dependency_links.txt writing top-level names to pathspec.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'pathspec.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'dev' no previously-included directories found matching 'doc/build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pathspec.egg-info/SOURCES.txt' >>> host-python-pathspec 0.10.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pathspec-0.10.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing pathspec.egg-info/PKG-INFO writing dependency_links to pathspec.egg-info/dependency_links.txt writing top-level names to pathspec.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'pathspec.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'dev' no previously-included directories found matching 'doc/build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pathspec.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/_meta.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/pattern.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/pathspec.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/util.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec copying build/lib/pathspec/gitignore.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/patterns copying build/lib/pathspec/patterns/gitwildmatch.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/patterns copying build/lib/pathspec/patterns/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/patterns byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/_meta.py to _meta.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/pattern.py to pattern.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/pathspec.py to pathspec.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/util.py to util.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/gitignore.py to gitignore.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/patterns/gitwildmatch.py to gitwildmatch.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec/patterns/__init__.py to __init__.cpython-311.pyc running install_egg_info Copying pathspec.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pathspec-0.10.1-py3.11.egg-info running install_scripts pluggy-1.0.0.tar.gz: OK (md5: daa6fddfb6cd364f3c82e52098911e4b) pluggy-1.0.0.tar.gz: OK (sha256: 4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159) >>> host-python-pluggy 1.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pluggy/pluggy-1.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-pluggy-1.0.0 -xf - >>> host-python-pluggy 1.0.0 Patching >>> host-python-pluggy 1.0.0 Configuring >>> host-python-pluggy 1.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pluggy-1.0.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/pluggy copying src/pluggy/_manager.py -> build/lib/pluggy copying src/pluggy/_result.py -> build/lib/pluggy copying src/pluggy/_tracing.py -> build/lib/pluggy copying src/pluggy/_hooks.py -> build/lib/pluggy copying src/pluggy/__init__.py -> build/lib/pluggy copying src/pluggy/_version.py -> build/lib/pluggy copying src/pluggy/_callers.py -> build/lib/pluggy >>> host-python-pluggy 1.0.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-pluggy-1.0.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/_manager.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/_result.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/_tracing.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/_hooks.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/_version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy copying build/lib/pluggy/_callers.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/_manager.py to _manager.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/_result.py to _result.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/_tracing.py to _tracing.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/_hooks.py to _hooks.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/_version.py to _version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy/_callers.py to _callers.cpython-311.pyc running install_egg_info running egg_info writing src/pluggy.egg-info/PKG-INFO writing dependency_links to src/pluggy.egg-info/dependency_links.txt writing requirements to src/pluggy.egg-info/requires.txt writing top-level names to src/pluggy.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/pluggy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*.pyo' found under directory '*' adding license file 'LICENSE' writing manifest file 'src/pluggy.egg-info/SOURCES.txt' Copying src/pluggy.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/pluggy-1.0.0-py3.11.egg-info running install_scripts hatchling-1.11.1.tar.gz: OK (md5: e06cc65ac646f9b01df5406aa1f97022) hatchling-1.11.1.tar.gz: OK (sha256: 9f84361f70cf3a7ab9543b0c3ecc64211ed2ba8a606a71eb6a473c1c9b08e1d0) >>> host-python-hatchling 1.11.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-hatchling/hatchling-1.11.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatchling-1.11.1 -xf - >>> host-python-hatchling 1.11.1 Patching >>> host-python-hatchling 1.11.1 Configuring >>> host-python-hatchling 1.11.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatchling-1.11.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built hatchling-1.11.1-py3-none-any.whl >>> host-python-hatchling 1.11.1 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatchling-1.11.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) hatch_fancy_pypi_readme-22.8.0.tar.gz: OK (md5: 588776ea8e3608714d4cbba16dffa92b) hatch_fancy_pypi_readme-22.8.0.tar.gz: OK (sha256: da91282ca09601c18aded8e378daf8b578c70214866f0971156ee9bb9ce6c26a) >>> host-python-hatch-fancy-pypi-readme 22.8.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-hatch-fancy-pypi-readme/hatch_fancy_pypi_readme-22.8.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatch-fancy-pypi-readme-22.8.0 -xf - >>> host-python-hatch-fancy-pypi-readme 22.8.0 Patching >>> host-python-hatch-fancy-pypi-readme 22.8.0 Configuring >>> host-python-hatch-fancy-pypi-readme 22.8.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatch-fancy-pypi-readme-22.8.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built hatch_fancy_pypi_readme-22.8.0-py3-none-any.whl >>> host-python-hatch-fancy-pypi-readme 22.8.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatch-fancy-pypi-readme-22.8.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) hatch_vcs-0.2.0.tar.gz: OK (md5: e56b6d0c05cfb9b59d493c67f94d6e48) hatch_vcs-0.2.0.tar.gz: OK (sha256: 9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff) >>> host-python-hatch-vcs 0.2.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-hatch-vcs/hatch_vcs-0.2.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatch-vcs-0.2.0 -xf - >>> host-python-hatch-vcs 0.2.0 Patching >>> host-python-hatch-vcs 0.2.0 Configuring >>> host-python-hatch-vcs 0.2.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatch-vcs-0.2.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built hatch_vcs-0.2.0-py2.py3-none-any.whl >>> host-python-hatch-vcs 0.2.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-hatch-vcs-0.2.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/home/buildroot/autobuild/instance-3/output-1/host/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/host/bin --data=/home/buildroot/autobuild/instance-3/output-1/host ) jsonschema-4.17.0.tar.gz: OK (md5: e569b6114d575bdb05cb8ce4676fe458) jsonschema-4.17.0.tar.gz: OK (sha256: 5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d) >>> python-jsonschema 4.17.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-jsonschema/jsonschema-4.17.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-jsonschema-4.17.0 -xf - >>> python-jsonschema 4.17.0 Patching >>> python-jsonschema 4.17.0 Configuring >>> python-jsonschema 4.17.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-jsonschema-4.17.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built jsonschema-4.17.0-py3-none-any.whl >>> python-jsonschema 4.17.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-jsonschema-4.17.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) libevdev-0.11.tar.gz: OK (md5: 34b48098c1fba26de79a0d67a17a588a) libevdev-0.11.tar.gz: OK (sha256: e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e560169508f560f) >>> python-libevdev 0.11 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-libevdev/libevdev-0.11.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-libevdev-0.11 -xf - >>> python-libevdev 0.11 Patching >>> python-libevdev 0.11 Configuring >>> python-libevdev 0.11 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-libevdev-0.11//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/libevdev copying libevdev/event.py -> build/lib/libevdev copying libevdev/_clib.py -> build/lib/libevdev copying libevdev/device.py -> build/lib/libevdev copying libevdev/__init__.py -> build/lib/libevdev copying libevdev/const.py -> build/lib/libevdev >>> python-libevdev 0.11 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-libevdev-0.11//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev copying build/lib/libevdev/event.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev copying build/lib/libevdev/_clib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev copying build/lib/libevdev/device.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev copying build/lib/libevdev/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev copying build/lib/libevdev/const.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev running install_egg_info running egg_info writing libevdev.egg-info/PKG-INFO writing dependency_links to libevdev.egg-info/dependency_links.txt writing top-level names to libevdev.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'libevdev.egg-info/SOURCES.txt' adding license file 'COPYING' writing manifest file 'libevdev.egg-info/SOURCES.txt' Copying libevdev.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libevdev-0.11-py3.11.egg-info running install_scripts >>> python-libusb1 3.0.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.libusb1-3.0.0.tar.gz.z87glK/output' 'https://files.pythonhosted.org/packages/f4/83/59bf75e74e0c4859ea63eae0c7da660c1dcb78b31667d4a5f735d52f5974/libusb1-3.0.0.tar.gz' --2022-11-17 03:41:10-- https://files.pythonhosted.org/packages/f4/83/59bf75e74e0c4859ea63eae0c7da660c1dcb78b31667d4a5f735d52f5974/libusb1-3.0.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 82499 (81K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.libusb1-3.0.0.tar.gz.z87glK/output' 0K .......... .......... .......... .......... .......... 62% 11.7M 0s 50K .......... .......... .......... 100% 34.1M=0.005s 2022-11-17 03:41:11 (15.5 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.libusb1-3.0.0.tar.gz.z87glK/output' saved [82499/82499] libusb1-3.0.0.tar.gz: OK (md5: ffbb02bf9aa49f973a6a58112aed7b06) libusb1-3.0.0.tar.gz: OK (sha256: 5792a9defee40f15d330a40d9b1800545c32e47ba7fc66b6f28f133c9fcc8538) >>> python-libusb1 3.0.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-libusb1/libusb1-3.0.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-libusb1-3.0.0 -xf - >>> python-libusb1 3.0.0 Patching >>> python-libusb1 3.0.0 Configuring >>> python-libusb1 3.0.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-libusb1-3.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib copying libusb1.py -> build/lib creating build/lib/usb1 copying usb1/libusb1.py -> build/lib/usb1 copying usb1/__init__.py -> build/lib/usb1 copying usb1/testUSB1.py -> build/lib/usb1 copying usb1/_version.py -> build/lib/usb1 copying usb1/_libusb1.py -> build/lib/usb1 creating build/lib/usb1/__pyinstaller copying usb1/__pyinstaller/__init__.py -> build/lib/usb1/__pyinstaller copying usb1/__pyinstaller/hook-usb1.py -> build/lib/usb1/__pyinstaller copying usb1/__pyinstaller/test_libusb1_packaging.py -> build/lib/usb1/__pyinstaller UPDATING build/lib/usb1/_version.py set build/lib/usb1/_version.py to '3.0.0' >>> python-libusb1 3.0.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-libusb1-3.0.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py UPDATING build/lib/usb1/_version.py set build/lib/usb1/_version.py to '3.0.0' running install_lib copying build/lib/libusb1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1 copying build/lib/usb1/libusb1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1 copying build/lib/usb1/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1 copying build/lib/usb1/testUSB1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1 copying build/lib/usb1/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1/__pyinstaller copying build/lib/usb1/__pyinstaller/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1/__pyinstaller copying build/lib/usb1/__pyinstaller/hook-usb1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1/__pyinstaller copying build/lib/usb1/__pyinstaller/test_libusb1_packaging.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1/__pyinstaller copying build/lib/usb1/_libusb1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/usb1 running install_egg_info running egg_info writing libusb1.egg-info/PKG-INFO writing dependency_links to libusb1.egg-info/dependency_links.txt writing entry points to libusb1.egg-info/entry_points.txt writing top-level names to libusb1.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'libusb1.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'usb1/*.dll' adding license file 'COPYING' adding license file 'COPYING.LESSER' writing manifest file 'libusb1.egg-info/SOURCES.txt' Copying libusb1.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/libusb1-3.0.0-py3.11.egg-info running install_scripts lmdb-1.3.0.tar.gz: OK (md5: 3c955c49be10a7a07a2fcd54d180c3af) lmdb-1.3.0.tar.gz: OK (sha256: 60a11efc21aaf009d06518996360eed346f6000bfc9de05114374230879f992e) >>> python-lmdb 1.3.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-lmdb/lmdb-1.3.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-lmdb-1.3.0 -xf - >>> python-lmdb 1.3.0 Patching >>> python-lmdb 1.3.0 Configuring >>> python-lmdb 1.3.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-lmdb-1.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) patching file lmdb.h patching file mdb.c py-lmdb: Using bundled liblmdb with py-lmdb patches; override with LMDB_FORCE_SYSTEM=1 or LMDB_PURE=1. py-lmdb: Using CPython extension; override with LMDB_FORCE_CFFI=1. running build running build_py creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/lmdb copying lmdb/_config.py -> build/lib.linux-s390x-3.11/lmdb copying lmdb/cffi.py -> build/lib.linux-s390x-3.11/lmdb copying lmdb/__init__.py -> build/lib.linux-s390x-3.11/lmdb copying lmdb/__main__.py -> build/lib.linux-s390x-3.11/lmdb copying lmdb/tool.py -> build/lib.linux-s390x-3.11/lmdb running build_ext building 'cpython' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/build creating build/temp.linux-s390x-3.11/build/lib creating build/temp.linux-s390x-3.11/lmdb /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -Ilib/py-lmdb -Ibuild/lib -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c build/lib/mdb.c -o build/temp.linux-s390x-3.11/build/lib/mdb.o -DHAVE_PATCHED_LMDB=1 -UNDEBUG -w /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -Ilib/py-lmdb -Ibuild/lib -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c build/lib/midl.c -o build/temp.linux-s390x-3.11/build/lib/midl.o -DHAVE_PATCHED_LMDB=1 -UNDEBUG -w /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -Ilib/py-lmdb -Ibuild/lib -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c lmdb/cpython.c -o build/temp.linux-s390x-3.11/lmdb/cpython.o -DHAVE_PATCHED_LMDB=1 -UNDEBUG -w /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/build/lib/mdb.o build/temp.linux-s390x-3.11/build/lib/midl.o build/temp.linux-s390x-3.11/lmdb/cpython.o -L. -o build/lib.linux-s390x-3.11/lmdb/cpython.cpython-311-s390x-linux-gnu.so >>> python-lmdb 1.3.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-lmdb-1.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) patching file lmdb.h patching file mdb.c py-lmdb: Using bundled liblmdb with py-lmdb patches; override with LMDB_FORCE_SYSTEM=1 or LMDB_PURE=1. py-lmdb: Using CPython extension; override with LMDB_FORCE_CFFI=1. running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py copying lmdb/_config.py -> build/lib.linux-s390x-3.11/lmdb running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb copying build/lib.linux-s390x-3.11/lmdb/_config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb copying build/lib.linux-s390x-3.11/lmdb/cffi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb copying build/lib.linux-s390x-3.11/lmdb/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb copying build/lib.linux-s390x-3.11/lmdb/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb copying build/lib.linux-s390x-3.11/lmdb/tool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb copying build/lib.linux-s390x-3.11/lmdb/cpython.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb running install_egg_info running egg_info writing lmdb.egg-info/PKG-INFO writing dependency_links to lmdb.egg-info/dependency_links.txt writing top-level names to lmdb.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'lmdb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'lmdb/__pycache__' adding license file 'LICENSE' writing manifest file 'lmdb.egg-info/SOURCES.txt' Copying lmdb.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/lmdb-1.3.0-py3.11.egg-info running install_scripts m2r-0.2.1.tar.gz: OK (md5: 8bdb45c19e2b59bb5ffb9a0348e81ad8) m2r-0.2.1.tar.gz: OK (sha256: bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99) >>> python-m2r 0.2.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-m2r/m2r-0.2.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-m2r-0.2.1 -xf - >>> python-m2r 0.2.1 Patching >>> python-m2r 0.2.1 Configuring >>> python-m2r 0.2.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-m2r-0.2.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib copying m2r.py -> build/lib running egg_info writing m2r.egg-info/PKG-INFO writing dependency_links to m2r.egg-info/dependency_links.txt writing entry points to m2r.egg-info/entry_points.txt writing requirements to m2r.egg-info/requires.txt writing top-level names to m2r.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'm2r.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'm2r.egg-info/SOURCES.txt' >>> python-m2r 0.2.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-m2r-0.2.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing m2r.egg-info/PKG-INFO writing dependency_links to m2r.egg-info/dependency_links.txt writing entry points to m2r.egg-info/entry_points.txt writing requirements to m2r.egg-info/requires.txt writing top-level names to m2r.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'm2r.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'm2r.egg-info/SOURCES.txt' running install_lib copying build/lib/m2r.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info Copying m2r.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/m2r-0.2.1-py3.11.egg-info running install_scripts Installing m2r script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Mako-1.2.3.tar.gz: OK (md5: 4fa0a489a247c59b36fe3e0de5514fed) Mako-1.2.3.tar.gz: OK (sha256: 7fde96466fcfeedb0eed94f187f20b23d85e4cb41444be0e542e2c8c65c396cd) >>> python-mako 1.2.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-mako/Mako-1.2.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-mako-1.2.3 -xf - >>> python-mako 1.2.3 Patching >>> python-mako 1.2.3 Configuring >>> python-mako 1.2.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-mako-1.2.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/mako copying mako/cache.py -> build/lib/mako copying mako/compat.py -> build/lib/mako copying mako/_ast_util.py -> build/lib/mako copying mako/codegen.py -> build/lib/mako copying mako/template.py -> build/lib/mako copying mako/util.py -> build/lib/mako copying mako/ast.py -> build/lib/mako copying mako/lexer.py -> build/lib/mako copying mako/pyparser.py -> build/lib/mako copying mako/__init__.py -> build/lib/mako copying mako/pygen.py -> build/lib/mako copying mako/parsetree.py -> build/lib/mako copying mako/runtime.py -> build/lib/mako copying mako/filters.py -> build/lib/mako copying mako/lookup.py -> build/lib/mako copying mako/exceptions.py -> build/lib/mako copying mako/cmd.py -> build/lib/mako creating build/lib/mako/ext copying mako/ext/preprocessors.py -> build/lib/mako/ext copying mako/ext/linguaplugin.py -> build/lib/mako/ext copying mako/ext/turbogears.py -> build/lib/mako/ext copying mako/ext/babelplugin.py -> build/lib/mako/ext copying mako/ext/__init__.py -> build/lib/mako/ext copying mako/ext/autohandler.py -> build/lib/mako/ext copying mako/ext/beaker_cache.py -> build/lib/mako/ext copying mako/ext/extract.py -> build/lib/mako/ext copying mako/ext/pygmentplugin.py -> build/lib/mako/ext creating build/lib/mako/testing copying mako/testing/_config.py -> build/lib/mako/testing copying mako/testing/assertions.py -> build/lib/mako/testing copying mako/testing/config.py -> build/lib/mako/testing copying mako/testing/__init__.py -> build/lib/mako/testing copying mako/testing/exclusions.py -> build/lib/mako/testing copying mako/testing/helpers.py -> build/lib/mako/testing copying mako/testing/fixtures.py -> build/lib/mako/testing >>> python-mako 1.2.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-mako-1.2.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/_ast_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/codegen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/template.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/ast.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/lexer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/pyparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/preprocessors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/linguaplugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/turbogears.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/babelplugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/autohandler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/beaker_cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/extract.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/ext/pygmentplugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/ext copying build/lib/mako/pygen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/parsetree.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/runtime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/filters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/lookup.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako copying build/lib/mako/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/_config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/assertions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/exclusions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/testing/fixtures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako/testing copying build/lib/mako/cmd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mako running install_egg_info running egg_info writing Mako.egg-info/PKG-INFO writing dependency_links to Mako.egg-info/dependency_links.txt writing entry points to Mako.egg-info/entry_points.txt writing requirements to Mako.egg-info/requires.txt writing top-level names to Mako.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'Mako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.mako' under directory 'doc' warning: no files found matching '*.xml' under directory 'examples' warning: no files found matching '*.mako' under directory 'examples' no previously-included directories found matching 'doc/build/output' adding license file 'LICENSE' writing manifest file 'Mako.egg-info/SOURCES.txt' Copying Mako.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Mako-1.2.3-py3.11.egg-info running install_scripts Installing mako-render script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin MarkupSafe-2.1.1.tar.gz: OK (md5: 9809f9fdd98bc835b0c21aa8f79cbf30) MarkupSafe-2.1.1.tar.gz: OK (sha256: 7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b) >>> python-markupsafe 2.1.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-markupsafe/MarkupSafe-2.1.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-markupsafe-2.1.1 -xf - >>> python-markupsafe 2.1.1 Patching >>> python-markupsafe 2.1.1 Configuring >>> python-markupsafe 2.1.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-markupsafe-2.1.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/python-markupsafe-2.1.1/setup.py:5: 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.errors import CCompilerError running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/markupsafe copying src/markupsafe/_native.py -> build/lib.linux-s390x-3.11/markupsafe copying src/markupsafe/__init__.py -> build/lib.linux-s390x-3.11/markupsafe running egg_info writing src/MarkupSafe.egg-info/PKG-INFO writing dependency_links to src/MarkupSafe.egg-info/dependency_links.txt writing top-level names to src/MarkupSafe.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' copying src/markupsafe/_speedups.c -> build/lib.linux-s390x-3.11/markupsafe copying src/markupsafe/_speedups.pyi -> build/lib.linux-s390x-3.11/markupsafe copying src/markupsafe/py.typed -> build/lib.linux-s390x-3.11/markupsafe running build_ext building 'markupsafe._speedups' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/src creating build/temp.linux-s390x-3.11/src/markupsafe /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/markupsafe/_speedups.c -o build/temp.linux-s390x-3.11/src/markupsafe/_speedups.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/markupsafe/_speedups.o -L. -o build/lib.linux-s390x-3.11/markupsafe/_speedups.cpython-311-s390x-linux-gnu.so >>> python-markupsafe 2.1.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-markupsafe-2.1.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/build/python-markupsafe-2.1.1/setup.py:5: 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.errors import CCompilerError running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/MarkupSafe.egg-info/PKG-INFO writing dependency_links to src/MarkupSafe.egg-info/dependency_links.txt writing top-level names to src/MarkupSafe.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/MarkupSafe.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe copying build/lib.linux-s390x-3.11/markupsafe/_native.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe copying build/lib.linux-s390x-3.11/markupsafe/_speedups.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe copying build/lib.linux-s390x-3.11/markupsafe/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe copying build/lib.linux-s390x-3.11/markupsafe/_speedups.c -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe copying build/lib.linux-s390x-3.11/markupsafe/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe copying build/lib.linux-s390x-3.11/markupsafe/_speedups.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/markupsafe running install_egg_info Copying src/MarkupSafe.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/MarkupSafe-2.1.1-py3.11.egg-info running install_scripts mbstrdecoder-1.1.1.tar.gz: OK (md5: 62efa113a3cd2d40942359d6699338f7) mbstrdecoder-1.1.1.tar.gz: OK (sha256: 0a99413b92bbaddda89d376f496d710dc7131417e98414a756ebcd41374e068d) >>> python-mbstrdecoder 1.1.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-mbstrdecoder/mbstrdecoder-1.1.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-mbstrdecoder-1.1.1 -xf - >>> python-mbstrdecoder 1.1.1 Patching >>> python-mbstrdecoder 1.1.1 Configuring >>> python-mbstrdecoder 1.1.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-mbstrdecoder-1.1.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/mbstrdecoder copying mbstrdecoder/_binary_ext_checker.py -> build/lib/mbstrdecoder copying mbstrdecoder/_func.py -> build/lib/mbstrdecoder copying mbstrdecoder/_mbstrdecoder.py -> build/lib/mbstrdecoder copying mbstrdecoder/__init__.py -> build/lib/mbstrdecoder copying mbstrdecoder/__version__.py -> build/lib/mbstrdecoder running egg_info writing mbstrdecoder.egg-info/PKG-INFO writing dependency_links to mbstrdecoder.egg-info/dependency_links.txt writing requirements to mbstrdecoder.egg-info/requires.txt writing top-level names to mbstrdecoder.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'mbstrdecoder.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'mbstrdecoder.egg-info/SOURCES.txt' copying mbstrdecoder/py.typed -> build/lib/mbstrdecoder >>> python-mbstrdecoder 1.1.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-mbstrdecoder-1.1.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing mbstrdecoder.egg-info/PKG-INFO writing dependency_links to mbstrdecoder.egg-info/dependency_links.txt writing requirements to mbstrdecoder.egg-info/requires.txt writing top-level names to mbstrdecoder.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'mbstrdecoder.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'mbstrdecoder.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder copying build/lib/mbstrdecoder/_binary_ext_checker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder copying build/lib/mbstrdecoder/_func.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder copying build/lib/mbstrdecoder/_mbstrdecoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder copying build/lib/mbstrdecoder/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder copying build/lib/mbstrdecoder/__version__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder copying build/lib/mbstrdecoder/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder running install_egg_info Copying mbstrdecoder.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mbstrdecoder-1.1.1-py3.11.egg-info running install_scripts mistune-2.0.4.tar.gz: OK (md5: a4437edb22cf6519a7c61730fecb1a3f) mistune-2.0.4.tar.gz: OK (sha256: 9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808) >>> python-mistune 2.0.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-mistune/mistune-2.0.4.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-mistune-2.0.4 -xf - >>> python-mistune 2.0.4 Patching >>> python-mistune 2.0.4 Configuring >>> python-mistune 2.0.4 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-mistune-2.0.4//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/mistune copying mistune/util.py -> build/lib/mistune copying mistune/renderers.py -> build/lib/mistune copying mistune/block_parser.py -> build/lib/mistune copying mistune/__init__.py -> build/lib/mistune copying mistune/inline_parser.py -> build/lib/mistune copying mistune/markdown.py -> build/lib/mistune copying mistune/scanner.py -> build/lib/mistune creating build/lib/mistune/plugins copying mistune/plugins/def_list.py -> build/lib/mistune/plugins copying mistune/plugins/footnotes.py -> build/lib/mistune/plugins copying mistune/plugins/table.py -> build/lib/mistune/plugins copying mistune/plugins/task_lists.py -> build/lib/mistune/plugins copying mistune/plugins/abbr.py -> build/lib/mistune/plugins copying mistune/plugins/extra.py -> build/lib/mistune/plugins copying mistune/plugins/__init__.py -> build/lib/mistune/plugins creating build/lib/mistune/directives copying mistune/directives/include.py -> build/lib/mistune/directives copying mistune/directives/admonition.py -> build/lib/mistune/directives copying mistune/directives/base.py -> build/lib/mistune/directives copying mistune/directives/__init__.py -> build/lib/mistune/directives copying mistune/directives/toc.py -> build/lib/mistune/directives >>> python-mistune 2.0.4 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-mistune-2.0.4//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune copying build/lib/mistune/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/def_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/footnotes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/table.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/task_lists.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/abbr.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/extra.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/plugins/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/plugins copying build/lib/mistune/renderers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune copying build/lib/mistune/block_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune copying build/lib/mistune/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune copying build/lib/mistune/inline_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/include.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/admonition.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/directives/toc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune/directives copying build/lib/mistune/markdown.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune copying build/lib/mistune/scanner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune running install_egg_info running egg_info writing mistune.egg-info/PKG-INFO writing dependency_links to mistune.egg-info/dependency_links.txt writing top-level names to mistune.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'mistune.egg-info/SOURCES.txt' Copying mistune.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/mistune-2.0.4-py3.11.egg-info running install_scripts multidict-6.0.2.tar.gz: OK (md5: f8230905ad1f50c87e8d9cc6b0bb7ca2) multidict-6.0.2.tar.gz: OK (sha256: 5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013) >>> python-multidict 6.0.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-multidict/multidict-6.0.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-multidict-6.0.2 -xf - >>> python-multidict 6.0.2 Patching >>> python-multidict 6.0.2 Configuring >>> python-multidict 6.0.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-multidict-6.0.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) ********************* * Accelerated build * ********************* running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/multidict copying multidict/_multidict_base.py -> build/lib.linux-s390x-3.11/multidict copying multidict/_compat.py -> build/lib.linux-s390x-3.11/multidict copying multidict/_multidict_py.py -> build/lib.linux-s390x-3.11/multidict copying multidict/__init__.py -> build/lib.linux-s390x-3.11/multidict copying multidict/_abc.py -> build/lib.linux-s390x-3.11/multidict running egg_info writing multidict.egg-info/PKG-INFO writing dependency_links to multidict.egg-info/dependency_links.txt writing top-level names to multidict.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'multidict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching 'multidict/_multidict.html' warning: no previously-included files found matching 'multidict/*.so' warning: no previously-included files found matching 'multidict/*.pyd' warning: no previously-included files found matching 'multidict/*.pyd' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'multidict.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'multidict._multilib' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'multidict._multilib' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'multidict._multilib' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'multidict._multilib' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying multidict/__init__.pyi -> build/lib.linux-s390x-3.11/multidict copying multidict/py.typed -> build/lib.linux-s390x-3.11/multidict running build_ext building 'multidict._multidict' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/multidict /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c multidict/_multidict.c -o build/temp.linux-s390x-3.11/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic multidict/_multidict.c: In function 'multidict_tp_dealloc': multidict/_multidict.c:712:5: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 712 | Py_TRASHCAN_SAFE_BEGIN(self); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/multidict/_multidict.o -L. -o build/lib.linux-s390x-3.11/multidict/_multidict.cpython-311-s390x-linux-gnu.so >>> python-multidict 6.0.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-multidict-6.0.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) ********************* * Accelerated build * ********************* running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing multidict.egg-info/PKG-INFO writing dependency_links to multidict.egg-info/dependency_links.txt writing top-level names to multidict.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'multidict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching 'multidict/_multidict.html' warning: no previously-included files found matching 'multidict/*.so' warning: no previously-included files found matching 'multidict/*.pyd' warning: no previously-included files found matching 'multidict/*.pyd' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'multidict.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'multidict._multilib' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'multidict._multilib' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'multidict._multilib' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'multidict._multilib' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/_multidict_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/_multidict_py.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/_abc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict copying build/lib.linux-s390x-3.11/multidict/_multidict.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict running install_egg_info Copying multidict.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/multidict-6.0.2-py3.11.egg-info running install_scripts >>> python-nested-dict 1.61 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.nested_dict-1.61.tar.gz.LGuadf/output' 'https://files.pythonhosted.org/packages/42/d0/3b27fa65b16a2e44d793af59929fcdb3bb84b4664462ff2830105dfd9b7d/nested_dict-1.61.tar.gz' --2022-11-17 03:41:41-- https://files.pythonhosted.org/packages/42/d0/3b27fa65b16a2e44d793af59929fcdb3bb84b4664462ff2830105dfd9b7d/nested_dict-1.61.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 12137 (12K) [application/octet-stream] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.nested_dict-1.61.tar.gz.LGuadf/output' 0K .......... . 100% 49.7M=0s 2022-11-17 03:41:41 (49.7 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.nested_dict-1.61.tar.gz.LGuadf/output' saved [12137/12137] nested_dict-1.61.tar.gz: OK (md5: e08e2e8de6d002f9ddda4eea5a4528c2) nested_dict-1.61.tar.gz: OK (sha256: de0fb5bac82ba7bcc23736f09373f18628ea57f92bbaa13480d23f261c41e771) >>> python-nested-dict 1.61 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-nested-dict/nested_dict-1.61.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-nested-dict-1.61 -xf - >>> python-nested-dict 1.61 Patching >>> python-nested-dict 1.61 Configuring >>> python-nested-dict 1.61 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-nested-dict-1.61//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/nested_dict copying nested_dict/implementation.py -> build/lib/nested_dict copying nested_dict/__init__.py -> build/lib/nested_dict >>> python-nested-dict 1.61 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-nested-dict-1.61//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/nested_dict copying build/lib/nested_dict/implementation.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/nested_dict copying build/lib/nested_dict/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/nested_dict running install_egg_info running egg_info writing nested_dict.egg-info/PKG-INFO writing dependency_links to nested_dict.egg-info/dependency_links.txt writing top-level names to nested_dict.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'nested_dict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests' under directory 'docs' adding license file 'LICENSE.TXT' writing manifest file 'nested_dict.egg-info/SOURCES.txt' Copying nested_dict.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/nested_dict-1.61-py3.11.egg-info running install_scripts packaging-21.3.tar.gz: OK (md5: e713c1939f294fd729af4a7be40dd141) packaging-21.3.tar.gz: OK (sha256: dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb) >>> python-packaging 21.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-packaging/packaging-21.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-packaging-21.3 -xf - >>> python-packaging 21.3 Patching >>> python-packaging 21.3 Configuring >>> python-packaging 21.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-packaging-21.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/packaging copying packaging/tags.py -> build/lib/packaging copying packaging/version.py -> build/lib/packaging copying packaging/_manylinux.py -> build/lib/packaging copying packaging/utils.py -> build/lib/packaging copying packaging/specifiers.py -> build/lib/packaging copying packaging/_structures.py -> build/lib/packaging copying packaging/__about__.py -> build/lib/packaging copying packaging/_musllinux.py -> build/lib/packaging copying packaging/__init__.py -> build/lib/packaging copying packaging/requirements.py -> build/lib/packaging copying packaging/markers.py -> build/lib/packaging copying packaging/py.typed -> build/lib/packaging >>> python-packaging 21.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-packaging-21.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/tags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/_manylinux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/specifiers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/_structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/__about__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/_musllinux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/requirements.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/markers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging copying build/lib/packaging/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging running install_egg_info running egg_info writing packaging.egg-info/PKG-INFO writing dependency_links to packaging.egg-info/dependency_links.txt writing requirements to packaging.egg-info/requires.txt writing top-level names to packaging.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'packaging.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'noxfile.py' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'dev-requirements.txt' warning: no previously-included files found matching 'tests/manylinux/build-hello-world.sh' warning: no previously-included files found matching 'tests/musllinux/build.sh' warning: no previously-included files found matching 'tests/hello-world.c' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'tasks' adding license file 'LICENSE' adding license file 'LICENSE.APACHE' adding license file 'LICENSE.BSD' writing manifest file 'packaging.egg-info/SOURCES.txt' Copying packaging.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/packaging-21.3-py3.11.egg-info running install_scripts python-paho-mqtt-1.6.1.tar.gz: OK (sha256: 6e35c1be242a901fc9c00bad7d37b5cc4a497f398dfceb4ed0d8018a959be650) >>> python-paho-mqtt 1.6.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-paho-mqtt/python-paho-mqtt-1.6.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-paho-mqtt-1.6.1 -xf - >>> python-paho-mqtt 1.6.1 Patching >>> python-paho-mqtt 1.6.1 Configuring >>> python-paho-mqtt 1.6.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-paho-mqtt-1.6.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/paho copying src/paho/__init__.py -> build/lib/paho creating build/lib/paho/mqtt copying src/paho/mqtt/packettypes.py -> build/lib/paho/mqtt copying src/paho/mqtt/reasoncodes.py -> build/lib/paho/mqtt copying src/paho/mqtt/publish.py -> build/lib/paho/mqtt copying src/paho/mqtt/properties.py -> build/lib/paho/mqtt copying src/paho/mqtt/matcher.py -> build/lib/paho/mqtt copying src/paho/mqtt/client.py -> build/lib/paho/mqtt copying src/paho/mqtt/__init__.py -> build/lib/paho/mqtt copying src/paho/mqtt/subscribeoptions.py -> build/lib/paho/mqtt copying src/paho/mqtt/subscribe.py -> build/lib/paho/mqtt running egg_info creating src/paho_mqtt.egg-info writing src/paho_mqtt.egg-info/PKG-INFO writing dependency_links to src/paho_mqtt.egg-info/dependency_links.txt writing requirements to src/paho_mqtt.egg-info/requires.txt writing top-level names to src/paho_mqtt.egg-info/top_level.txt writing manifest file 'src/paho_mqtt.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'src/paho_mqtt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'epl-v10' adding license file 'LICENSE.txt' writing manifest file 'src/paho_mqtt.egg-info/SOURCES.txt' >>> python-paho-mqtt 1.6.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-paho-mqtt-1.6.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/paho_mqtt.egg-info/PKG-INFO writing dependency_links to src/paho_mqtt.egg-info/dependency_links.txt writing requirements to src/paho_mqtt.egg-info/requires.txt writing top-level names to src/paho_mqtt.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/paho_mqtt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'epl-v10' adding license file 'LICENSE.txt' writing manifest file 'src/paho_mqtt.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/packettypes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/reasoncodes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/publish.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/properties.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/matcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/subscribeoptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/mqtt/subscribe.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho/mqtt copying build/lib/paho/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho running install_egg_info Copying src/paho_mqtt.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/paho_mqtt-1.6.1-py3.11.egg-info running install_scripts Pillow-9.3.0.tar.gz: OK (md5: a6507c1e811a51071d2d6de83070e703) Pillow-9.3.0.tar.gz: OK (sha256: c935a22a557a560108d780f9a0fc426dd7459940dc54faa49d83249c8d3e760f) >>> python-pillow 9.3.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pillow/Pillow-9.3.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pillow-9.3.0 -xf - >>> python-pillow 9.3.0 Patching >>> python-pillow 9.3.0 Configuring >>> python-pillow 9.3.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pillow-9.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build build_ext --disable-platform-guessing --disable-freetype --enable-jpeg --disable-lcms --disable-xcb --disable-jpeg2000 --disable-tiff --disable-webp --disable-webpmux) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageQt.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PngImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/TarIO.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/Image.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PixarImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/JpegImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageMorph.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/GimpPaletteFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageShow.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/CurImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PpmImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/GdImageFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/WalImageFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/TiffImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageFilter.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageDraw.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/EpsImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageCms.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/_tkinter_finder.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/_binary.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageStat.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PdfParser.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/SunImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PcfFontFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/FitsImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/SgiImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PSDraw.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageTransform.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/FliImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PsdImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/FontFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImtImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/GimpGradientFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/XbmImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/BlpImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/XpmImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/BdfFontFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageWin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageTk.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/MicImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageOps.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/_util.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/GbrImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PcdImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageDraw2.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageMode.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/__init__.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PaletteFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageFont.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageFile.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/IcoImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/IptcImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/WebPImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PyAccess.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/__main__.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImagePath.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/TiffTags.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/_deprecate.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/JpegPresets.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/WmfImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageGrab.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageSequence.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/features.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/MpegImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/TgaImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageMath.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/MpoImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PdfImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/FtexImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ContainerIO.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/GifImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ExifTags.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImagePalette.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/DcxImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/BmpImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageColor.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/MspImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PcxImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/_version.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/DdsImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageEnhance.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/FpxImagePlugin.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/ImageChops.py -> build/lib.linux-s390x-3.11/PIL copying src/PIL/PalmImagePlugin.py -> build/lib.linux-s390x-3.11/PIL running egg_info writing src/Pillow.egg-info/PKG-INFO writing dependency_links to src/Pillow.egg-info/dependency_links.txt writing requirements to src/Pillow.egg-info/requires.txt writing top-level names to src/Pillow.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Pillow.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' warning: no files found matching '*.h' warning: no files found matching '*.sh' warning: no files found matching '*.txt' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.clang-format' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'renovate.json' warning: no previously-included files matching '.git*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution no previously-included directories found matching '.ci' adding license file 'LICENSE' writing manifest file 'src/Pillow.egg-info/SOURCES.txt' running build_ext building 'PIL._imaging' extension building 'PIL._imagingtk' extension creating build/temp.linux-s390x-3.11 building 'PIL._imagingmath' extension creating build/temp.linux-s390x-3.11/src creating build/temp.linux-s390x-3.11/src creating build/temp.linux-s390x-3.11/src/libImaging building 'PIL._imagingmorph' extension creating build/temp.linux-s390x-3.11/src/Tk /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/_imagingmath.c -o build/temp.linux-s390x-3.11/src/_imagingmath.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/_imagingmorph.c -o build/temp.linux-s390x-3.11/src/_imagingmorph.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/Tk/tkImaging.c -o build/temp.linux-s390x-3.11/src/Tk/tkImaging.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/_imaging.c -o build/temp.linux-s390x-3.11/src/_imaging.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/_imagingtk.c -o build/temp.linux-s390x-3.11/src/_imagingtk.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/_imagingmorph.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/lib -L. -o build/lib.linux-s390x-3.11/PIL/_imagingmorph.cpython-311-s390x-linux-gnu.so /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/Tk/tkImaging.o build/temp.linux-s390x-3.11/src/_imagingtk.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/lib -L. -o build/lib.linux-s390x-3.11/PIL/_imagingtk.cpython-311-s390x-linux-gnu.so /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/_imagingmath.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/lib -L. -o build/lib.linux-s390x-3.11/PIL/_imagingmath.cpython-311-s390x-linux-gnu.so src/_imaging.c: In function '_resize': src/_imaging.c:1842:17: warning: 'ImagingTransform' accessing 64 bytes in a region of size 48 [-Wstringop-overflow=] 1842 | imOut = ImagingTransform( | ^~~~~~~~~~~~~~~~~ 1843 | imOut, imIn, IMAGING_TRANSFORM_AFFINE, 0, 0, xsize, ysize, a, filter, 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/_imaging.c:1842:17: note: referencing argument 8 of type 'double *' In file included from src/_imaging.c:91: src/libImaging/Imaging.h:366:1: note: in a call to function 'ImagingTransform' 366 | ImagingTransform( | ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/decode.c -o build/temp.linux-s390x-3.11/src/decode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/display.c -o build/temp.linux-s390x-3.11/src/display.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/encode.c -o build/temp.linux-s390x-3.11/src/encode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Access.c -o build/temp.linux-s390x-3.11/src/libImaging/Access.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/AlphaComposite.c -o build/temp.linux-s390x-3.11/src/libImaging/AlphaComposite.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Bands.c -o build/temp.linux-s390x-3.11/src/libImaging/Bands.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/BcnDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/BcnDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/BitDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/BitDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Blend.c -o build/temp.linux-s390x-3.11/src/libImaging/Blend.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/BoxBlur.c -o build/temp.linux-s390x-3.11/src/libImaging/BoxBlur.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Chops.c -o build/temp.linux-s390x-3.11/src/libImaging/Chops.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/ColorLUT.c -o build/temp.linux-s390x-3.11/src/libImaging/ColorLUT.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Convert.c -o build/temp.linux-s390x-3.11/src/libImaging/Convert.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/ConvertYCbCr.c -o build/temp.linux-s390x-3.11/src/libImaging/ConvertYCbCr.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Copy.c -o build/temp.linux-s390x-3.11/src/libImaging/Copy.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Crop.c -o build/temp.linux-s390x-3.11/src/libImaging/Crop.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Dib.c -o build/temp.linux-s390x-3.11/src/libImaging/Dib.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Draw.c -o build/temp.linux-s390x-3.11/src/libImaging/Draw.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Effects.c -o build/temp.linux-s390x-3.11/src/libImaging/Effects.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/EpsEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/EpsEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/File.c -o build/temp.linux-s390x-3.11/src/libImaging/File.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Fill.c -o build/temp.linux-s390x-3.11/src/libImaging/Fill.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Filter.c -o build/temp.linux-s390x-3.11/src/libImaging/Filter.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/FliDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/FliDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Geometry.c -o build/temp.linux-s390x-3.11/src/libImaging/Geometry.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/GetBBox.c -o build/temp.linux-s390x-3.11/src/libImaging/GetBBox.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/GifDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/GifDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/GifEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/GifEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/HexDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/HexDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Histo.c -o build/temp.linux-s390x-3.11/src/libImaging/Histo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Jpeg2KDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/Jpeg2KDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Jpeg2KEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/Jpeg2KEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/JpegDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/JpegDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/JpegEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/JpegEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Matrix.c -o build/temp.linux-s390x-3.11/src/libImaging/Matrix.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/ModeFilter.c -o build/temp.linux-s390x-3.11/src/libImaging/ModeFilter.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Negative.c -o build/temp.linux-s390x-3.11/src/libImaging/Negative.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Offset.c -o build/temp.linux-s390x-3.11/src/libImaging/Offset.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Pack.c -o build/temp.linux-s390x-3.11/src/libImaging/Pack.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/PackDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/PackDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Palette.c -o build/temp.linux-s390x-3.11/src/libImaging/Palette.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Paste.c -o build/temp.linux-s390x-3.11/src/libImaging/Paste.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/PcdDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/PcdDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/PcxDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/PcxDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/PcxEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/PcxEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Point.c -o build/temp.linux-s390x-3.11/src/libImaging/Point.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Quant.c -o build/temp.linux-s390x-3.11/src/libImaging/Quant.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/QuantHash.c -o build/temp.linux-s390x-3.11/src/libImaging/QuantHash.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/QuantHeap.c -o build/temp.linux-s390x-3.11/src/libImaging/QuantHeap.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/QuantOctree.c -o build/temp.linux-s390x-3.11/src/libImaging/QuantOctree.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/QuantPngQuant.c -o build/temp.linux-s390x-3.11/src/libImaging/QuantPngQuant.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/RankFilter.c -o build/temp.linux-s390x-3.11/src/libImaging/RankFilter.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/RawDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/RawDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/RawEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/RawEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Reduce.c -o build/temp.linux-s390x-3.11/src/libImaging/Reduce.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Resample.c -o build/temp.linux-s390x-3.11/src/libImaging/Resample.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/SgiRleDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/SgiRleDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Storage.c -o build/temp.linux-s390x-3.11/src/libImaging/Storage.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/SunRleDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/SunRleDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/TgaRleDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/TgaRleDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/TgaRleEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/TgaRleEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/TiffDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/TiffDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/Unpack.c -o build/temp.linux-s390x-3.11/src/libImaging/Unpack.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/UnpackYCC.c -o build/temp.linux-s390x-3.11/src/libImaging/UnpackYCC.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/UnsharpMask.c -o build/temp.linux-s390x-3.11/src/libImaging/UnsharpMask.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/XbmDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/XbmDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/XbmEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/XbmEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/ZipDecode.c -o build/temp.linux-s390x-3.11/src/libImaging/ZipDecode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/ZipEncode.c -o build/temp.linux-s390x-3.11/src/libImaging/ZipEncode.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/libImaging/codec_fd.c -o build/temp.linux-s390x-3.11/src/libImaging/codec_fd.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/map.c -o build/temp.linux-s390x-3.11/src/map.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/outline.c -o build/temp.linux-s390x-3.11/src/outline.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DPILLOW_VERSION="9.3.0" -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/path.c -o build/temp.linux-s390x-3.11/src/path.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/_imaging.o build/temp.linux-s390x-3.11/src/decode.o build/temp.linux-s390x-3.11/src/display.o build/temp.linux-s390x-3.11/src/encode.o build/temp.linux-s390x-3.11/src/libImaging/Access.o build/temp.linux-s390x-3.11/src/libImaging/AlphaComposite.o build/temp.linux-s390x-3.11/src/libImaging/Bands.o build/temp.linux-s390x-3.11/src/libImaging/BcnDecode.o build/temp.linux-s390x-3.11/src/libImaging/BitDecode.o build/temp.linux-s390x-3.11/src/libImaging/Blend.o build/temp.linux-s390x-3.11/src/libImaging/BoxBlur.o build/temp.linux-s390x-3.11/src/libImaging/Chops.o build/temp.linux-s390x-3.11/src/libImaging/ColorLUT.o build/temp.linux-s390x-3.11/src/libImaging/Convert.o build/temp.linux-s390x-3.11/src/libImaging/ConvertYCbCr.o build/temp.linux-s390x-3.11/src/libImaging/Copy.o build/temp.linux-s390x-3.11/src/libImaging/Crop.o build/temp.linux-s390x-3.11/src/libImaging/Dib.o build/temp.linux-s390x-3.11/src/libImaging/Draw.o build/temp.linux-s390x-3.11/src/libImaging/Effects.o build/temp.linux-s390x-3.11/src/libImaging/EpsEncode.o build/temp.linux-s390x-3.11/src/libImaging/File.o build/temp.linux-s390x-3.11/src/libImaging/Fill.o build/temp.linux-s390x-3.11/src/libImaging/Filter.o build/temp.linux-s390x-3.11/src/libImaging/FliDecode.o build/temp.linux-s390x-3.11/src/libImaging/Geometry.o build/temp.linux-s390x-3.11/src/libImaging/GetBBox.o build/temp.linux-s390x-3.11/src/libImaging/GifDecode.o build/temp.linux-s390x-3.11/src/libImaging/GifEncode.o build/temp.linux-s390x-3.11/src/libImaging/HexDecode.o build/temp.linux-s390x-3.11/src/libImaging/Histo.o build/temp.linux-s390x-3.11/src/libImaging/Jpeg2KDecode.o build/temp.linux-s390x-3.11/src/libImaging/Jpeg2KEncode.o build/temp.linux-s390x-3.11/src/libImaging/JpegDecode.o build/temp.linux-s390x-3.11/src/libImaging/JpegEncode.o build/temp.linux-s390x-3.11/src/libImaging/Matrix.o build/temp.linux-s390x-3.11/src/libImaging/ModeFilter.o build/temp.linux-s390x-3.11/src/libImaging/Negative.o build/temp.linux-s390x-3.11/src/libImaging/Offset.o build/temp.linux-s390x-3.11/src/libImaging/Pack.o build/temp.linux-s390x-3.11/src/libImaging/PackDecode.o build/temp.linux-s390x-3.11/src/libImaging/Palette.o build/temp.linux-s390x-3.11/src/libImaging/Paste.o build/temp.linux-s390x-3.11/src/libImaging/PcdDecode.o build/temp.linux-s390x-3.11/src/libImaging/PcxDecode.o build/temp.linux-s390x-3.11/src/libImaging/PcxEncode.o build/temp.linux-s390x-3.11/src/libImaging/Point.o build/temp.linux-s390x-3.11/src/libImaging/Quant.o build/temp.linux-s390x-3.11/src/libImaging/QuantHash.o build/temp.linux-s390x-3.11/src/libImaging/QuantHeap.o build/temp.linux-s390x-3.11/src/libImaging/QuantOctree.o build/temp.linux-s390x-3.11/src/libImaging/QuantPngQuant.o build/temp.linux-s390x-3.11/src/libImaging/RankFilter.o build/temp.linux-s390x-3.11/src/libImaging/RawDecode.o build/temp.linux-s390x-3.11/src/libImaging/RawEncode.o build/temp.linux-s390x-3.11/src/libImaging/Reduce.o build/temp.linux-s390x-3.11/src/libImaging/Resample.o build/temp.linux-s390x-3.11/src/libImaging/SgiRleDecode.o build/temp.linux-s390x-3.11/src/libImaging/Storage.o build/temp.linux-s390x-3.11/src/libImaging/SunRleDecode.o build/temp.linux-s390x-3.11/src/libImaging/TgaRleDecode.o build/temp.linux-s390x-3.11/src/libImaging/TgaRleEncode.o build/temp.linux-s390x-3.11/src/libImaging/TiffDecode.o build/temp.linux-s390x-3.11/src/libImaging/Unpack.o build/temp.linux-s390x-3.11/src/libImaging/UnpackYCC.o build/temp.linux-s390x-3.11/src/libImaging/UnsharpMask.o build/temp.linux-s390x-3.11/src/libImaging/XbmDecode.o build/temp.linux-s390x-3.11/src/libImaging/XbmEncode.o build/temp.linux-s390x-3.11/src/libImaging/ZipDecode.o build/temp.linux-s390x-3.11/src/libImaging/ZipEncode.o build/temp.linux-s390x-3.11/src/libImaging/codec_fd.o build/temp.linux-s390x-3.11/src/map.o build/temp.linux-s390x-3.11/src/outline.o build/temp.linux-s390x-3.11/src/path.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/lib -L. -ljpeg -lz -o build/lib.linux-s390x-3.11/PIL/_imaging.cpython-311-s390x-linux-gnu.so -------------------------------------------------------------------- PIL SETUP SUMMARY -------------------------------------------------------------------- version Pillow 9.3.0 platform linux 3.11.0 (main, Nov 17 2022, 01:47:38) [GCC 6.3.0 20170516] -------------------------------------------------------------------- --- JPEG support available *** OPENJPEG (JPEG2000) support not available --- ZLIB (PNG/ZIP) support available *** LIBIMAGEQUANT support not available *** LIBTIFF support not available *** FREETYPE2 support not available *** RAQM (Text shaping) support not available *** LITTLECMS2 support not available *** WEBP support not available *** WEBPMUX support not available *** XCB (X protocol) support not available -------------------------------------------------------------------- To add a missing option, make sure you have the required library and headers. See https://pillow.readthedocs.io/en/latest/installation.html#building-from-source To check the build, run the selftest.py script. >>> python-pillow 9.3.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pillow-9.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target build_ext --disable-platform-guessing --disable-freetype --enable-jpeg --disable-lcms --disable-xcb --disable-jpeg2000 --disable-tiff --disable-webp --disable-webpmux) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/Pillow.egg-info/PKG-INFO writing dependency_links to src/Pillow.egg-info/dependency_links.txt writing requirements to src/Pillow.egg-info/requires.txt writing top-level names to src/Pillow.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Pillow.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' warning: no files found matching '*.h' warning: no files found matching '*.sh' warning: no files found matching '*.txt' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.clang-format' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'renovate.json' warning: no previously-included files matching '.git*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution no previously-included directories found matching '.ci' adding license file 'LICENSE' writing manifest file 'src/Pillow.egg-info/SOURCES.txt' running build_ext -------------------------------------------------------------------- PIL SETUP SUMMARY -------------------------------------------------------------------- version Pillow 9.3.0 platform linux 3.11.0 (main, Nov 17 2022, 01:47:38) [GCC 6.3.0 20170516] -------------------------------------------------------------------- --- JPEG support available *** OPENJPEG (JPEG2000) support not available --- ZLIB (PNG/ZIP) support available *** LIBIMAGEQUANT support not available *** LIBTIFF support not available *** FREETYPE2 support not available *** RAQM (Text shaping) support not available *** LITTLECMS2 support not available *** WEBP support not available *** WEBPMUX support not available *** XCB (X protocol) support not available -------------------------------------------------------------------- To add a missing option, make sure you have the required library and headers. See https://pillow.readthedocs.io/en/latest/installation.html#building-from-source To check the build, run the selftest.py script. running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageQt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PngImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/TarIO.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/SpiderImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/Image.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PixarImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/JpegImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageMorph.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/GimpPaletteFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageShow.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/McIdasImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/CurImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/BufrStubImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_imagingtk.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PpmImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/GdImageFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/WalImageFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/TiffImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageFilter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageDraw.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/EpsImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageCms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_tkinter_finder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_binary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/IcnsImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageStat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PdfParser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/SunImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PcfFontFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/FitsImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/Hdf5StubImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/SgiImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PSDraw.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageTransform.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/FliImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PsdImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/FontFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImtImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/GimpGradientFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/XbmImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/BlpImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/XpmImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/BdfFontFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageWin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageTk.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/MicImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageOps.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/XVThumbImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/GbrImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PcdImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageDraw2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageMode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PaletteFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageFont.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageFile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/FitsStubImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/IcoImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/IptcImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/WebPImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PyAccess.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImagePath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/TiffTags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_deprecate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/JpegPresets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/WmfImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/GribStubImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageGrab.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageSequence.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/features.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/MpegImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/TgaImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_imaging.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageMath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/MpoImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_imagingmorph.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PdfImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/FtexImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ContainerIO.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/GifImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/Jpeg2KImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ExifTags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImagePalette.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/DcxImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/BmpImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageColor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/MspImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PcxImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/DdsImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageEnhance.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/FpxImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/_imagingmath.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/ImageChops.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL copying build/lib.linux-s390x-3.11/PIL/PalmImagePlugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PIL running install_egg_info Copying src/Pillow.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Pillow-9.3.0-py3.11.egg-info running install_scripts posix_ipc-1.0.5.tar.gz: OK (md5: 8c9443859492ecf3aae9182aa6b5c78c) posix_ipc-1.0.5.tar.gz: OK (sha256: 6cddb1ce2cf4aae383f2a0079c26c69bee257fe2720f372201ef047f8ceb8b97) >>> python-posix-ipc 1.0.5 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-posix-ipc/posix_ipc-1.0.5.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-posix-ipc-1.0.5 -xf - >>> python-posix-ipc 1.0.5 Patching >>> python-posix-ipc 1.0.5 Configuring >>> python-posix-ipc 1.0.5 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-posix-ipc-1.0.5//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_ext building 'posix_ipc' extension creating build creating build/temp.linux-s390x-3.11 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c posix_ipc_module.c -o build/temp.linux-s390x-3.11/posix_ipc_module.o posix_ipc_module.c: In function 'mq_cancel_notification': posix_ipc_module.c:1210:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 1210 | int rc; | ^~ creating build/lib.linux-s390x-3.11 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/posix_ipc_module.o -L. -lrt -o build/lib.linux-s390x-3.11/posix_ipc.cpython-311-s390x-linux-gnu.so >>> python-posix-ipc 1.0.5 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-posix-ipc-1.0.5//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext running install_lib copying build/lib.linux-s390x-3.11/posix_ipc.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing posix_ipc.egg-info/PKG-INFO writing dependency_links to posix_ipc.egg-info/dependency_links.txt writing top-level names to posix_ipc.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'posix_ipc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'posix_ipc.egg-info/SOURCES.txt' Copying posix_ipc.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/posix_ipc-1.0.5-py3.11.egg-info running install_scripts pyasn1-0.4.8.tar.gz: OK (md5: dffae4ff9f997a83324b3f33fe62be54) pyasn1-0.4.8.tar.gz: OK (sha256: aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba) >>> python-pyasn1 0.4.8 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pyasn1/pyasn1-0.4.8.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pyasn1-0.4.8 -xf - >>> python-pyasn1 0.4.8 Patching >>> python-pyasn1 0.4.8 Configuring >>> python-pyasn1 0.4.8 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyasn1-0.4.8//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/pyasn1 copying pyasn1/error.py -> build/lib/pyasn1 copying pyasn1/debug.py -> build/lib/pyasn1 copying pyasn1/__init__.py -> build/lib/pyasn1 creating build/lib/pyasn1/type copying pyasn1/type/tagmap.py -> build/lib/pyasn1/type copying pyasn1/type/error.py -> build/lib/pyasn1/type copying pyasn1/type/base.py -> build/lib/pyasn1/type copying pyasn1/type/tag.py -> build/lib/pyasn1/type copying pyasn1/type/useful.py -> build/lib/pyasn1/type copying pyasn1/type/__init__.py -> build/lib/pyasn1/type copying pyasn1/type/opentype.py -> build/lib/pyasn1/type copying pyasn1/type/char.py -> build/lib/pyasn1/type copying pyasn1/type/namedval.py -> build/lib/pyasn1/type copying pyasn1/type/univ.py -> build/lib/pyasn1/type copying pyasn1/type/constraint.py -> build/lib/pyasn1/type copying pyasn1/type/namedtype.py -> build/lib/pyasn1/type creating build/lib/pyasn1/compat copying pyasn1/compat/string.py -> build/lib/pyasn1/compat copying pyasn1/compat/octets.py -> build/lib/pyasn1/compat copying pyasn1/compat/__init__.py -> build/lib/pyasn1/compat copying pyasn1/compat/dateandtime.py -> build/lib/pyasn1/compat copying pyasn1/compat/integer.py -> build/lib/pyasn1/compat copying pyasn1/compat/binary.py -> build/lib/pyasn1/compat copying pyasn1/compat/calling.py -> build/lib/pyasn1/compat creating build/lib/pyasn1/codec copying pyasn1/codec/__init__.py -> build/lib/pyasn1/codec creating build/lib/pyasn1/codec/ber copying pyasn1/codec/ber/encoder.py -> build/lib/pyasn1/codec/ber copying pyasn1/codec/ber/decoder.py -> build/lib/pyasn1/codec/ber copying pyasn1/codec/ber/__init__.py -> build/lib/pyasn1/codec/ber copying pyasn1/codec/ber/eoo.py -> build/lib/pyasn1/codec/ber creating build/lib/pyasn1/codec/cer copying pyasn1/codec/cer/encoder.py -> build/lib/pyasn1/codec/cer copying pyasn1/codec/cer/decoder.py -> build/lib/pyasn1/codec/cer copying pyasn1/codec/cer/__init__.py -> build/lib/pyasn1/codec/cer creating build/lib/pyasn1/codec/der copying pyasn1/codec/der/encoder.py -> build/lib/pyasn1/codec/der copying pyasn1/codec/der/decoder.py -> build/lib/pyasn1/codec/der copying pyasn1/codec/der/__init__.py -> build/lib/pyasn1/codec/der creating build/lib/pyasn1/codec/native copying pyasn1/codec/native/encoder.py -> build/lib/pyasn1/codec/native copying pyasn1/codec/native/decoder.py -> build/lib/pyasn1/codec/native copying pyasn1/codec/native/__init__.py -> build/lib/pyasn1/codec/native >>> python-pyasn1 0.4.8 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyasn1-0.4.8//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1 copying build/lib/pyasn1/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/tagmap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/tag.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/useful.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/opentype.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/char.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/namedval.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/univ.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/constraint.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type copying build/lib/pyasn1/type/namedtype.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/type creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/string.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/octets.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/dateandtime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/integer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/binary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/compat/calling.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/compat copying build/lib/pyasn1/debug.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1 copying build/lib/pyasn1/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/cer copying build/lib/pyasn1/codec/cer/encoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/cer copying build/lib/pyasn1/codec/cer/decoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/cer copying build/lib/pyasn1/codec/cer/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/cer creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/der copying build/lib/pyasn1/codec/der/encoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/der copying build/lib/pyasn1/codec/der/decoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/der copying build/lib/pyasn1/codec/der/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/der creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/ber copying build/lib/pyasn1/codec/ber/encoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/ber copying build/lib/pyasn1/codec/ber/decoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/ber copying build/lib/pyasn1/codec/ber/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/ber copying build/lib/pyasn1/codec/ber/eoo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/ber creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/native copying build/lib/pyasn1/codec/native/encoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/native copying build/lib/pyasn1/codec/native/decoder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/native copying build/lib/pyasn1/codec/native/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec/native copying build/lib/pyasn1/codec/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1/codec running install_egg_info running egg_info writing pyasn1.egg-info/PKG-INFO writing dependency_links to pyasn1.egg-info/dependency_links.txt writing top-level names to pyasn1.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'pyasn1.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/source/.templates' adding license file 'LICENSE.rst' writing manifest file 'pyasn1.egg-info/SOURCES.txt' Copying pyasn1.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyasn1-0.4.8-py3.11.egg-info running install_scripts pycares-4.2.2.tar.gz: OK (md5: 7706a01fdbfc593564b63ac0d71031d9) pycares-4.2.2.tar.gz: OK (sha256: e1f57a8004370080694bd6fb969a1ffc9171a59c6824d54f791c1b2e4d298385) >>> python-pycares 4.2.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pycares/pycares-4.2.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pycares-4.2.2 -xf - >>> python-pycares 4.2.2 Patching >>> python-pycares 4.2.2 Configuring >>> python-pycares 4.2.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pycares-4.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/pycares copying src/pycares/utils.py -> build/lib.linux-s390x-3.11/pycares copying src/pycares/errno.py -> build/lib.linux-s390x-3.11/pycares copying src/pycares/__init__.py -> build/lib.linux-s390x-3.11/pycares copying src/pycares/__main__.py -> build/lib.linux-s390x-3.11/pycares copying src/pycares/_version.py -> build/lib.linux-s390x-3.11/pycares running build_ext generating cffi module 'build/temp.linux-s390x-3.11/_cares.c' creating build/temp.linux-s390x-3.11 building '_cares' extension creating build/temp.linux-s390x-3.11/build creating build/temp.linux-s390x-3.11/build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/deps creating build/temp.linux-s390x-3.11/deps/c-ares creating build/temp.linux-s390x-3.11/deps/c-ares/src creating build/temp.linux-s390x-3.11/deps/c-ares/src/lib /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c build/temp.linux-s390x-3.11/_cares.c -o build/temp.linux-s390x-3.11/build/temp.linux-s390x-3.11/_cares.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__close_sockets.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__close_sockets.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__get_hostent.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__get_hostent.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__parse_into_addrinfo.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__parse_into_addrinfo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__read_line.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__read_line.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__readaddrinfo.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__readaddrinfo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__sortaddrinfo.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__sortaddrinfo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares__timeval.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__timeval.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_android.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_android.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_cancel.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_cancel.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_create_query.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_create_query.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_data.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_data.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_destroy.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_destroy.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_expand_name.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_expand_name.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_expand_string.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_expand_string.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_fds.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_fds.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_free_hostent.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_free_hostent.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_free_string.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_free_string.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_freeaddrinfo.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_freeaddrinfo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_getaddrinfo.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getaddrinfo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_getenv.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getenv.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_gethostbyaddr.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_gethostbyaddr.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_gethostbyname.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_gethostbyname.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_getnameinfo.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getnameinfo.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_getsock.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getsock.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_init.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_init.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_library_init.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_library_init.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_llist.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_llist.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_mkquery.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_mkquery.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_nowarn.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_nowarn.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_options.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_options.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_a_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_a_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_aaaa_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_aaaa_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_caa_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_caa_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_mx_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_mx_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_naptr_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_naptr_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_ns_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_ns_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_ptr_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_ptr_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_soa_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_soa_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_srv_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_srv_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_parse_txt_reply.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_txt_reply.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_process.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_process.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_query.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_query.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_search.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_search.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_send.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_send.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_strcasecmp.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strcasecmp.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_strdup.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strdup.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_strerror.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strerror.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_strsplit.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strsplit.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_timeout.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_timeout.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_version.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_version.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/ares_writev.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_writev.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/bitncmp.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/bitncmp.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/inet_net_pton.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/inet_net_pton.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCARES_STATICLIB=1 -Ideps/build-config/config_linux -Ideps/build-config/include -Ideps/c-ares/include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c deps/c-ares/src/lib/inet_ntop.c -o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/inet_ntop.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/build/temp.linux-s390x-3.11/_cares.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__close_sockets.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__get_hostent.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__parse_into_addrinfo.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__read_line.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__readaddrinfo.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__sortaddrinfo.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares__timeval.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_android.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_cancel.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_create_query.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_data.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_destroy.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_expand_name.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_expand_string.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_fds.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_free_hostent.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_free_string.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_freeaddrinfo.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getaddrinfo.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getenv.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_gethostbyaddr.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_gethostbyname.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getnameinfo.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_getsock.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_init.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_library_init.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_llist.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_mkquery.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_nowarn.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_options.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_a_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_aaaa_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_caa_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_mx_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_naptr_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_ns_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_ptr_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_soa_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_srv_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_parse_txt_reply.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_process.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_query.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_search.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_send.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strcasecmp.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strdup.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strerror.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_strsplit.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_timeout.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_version.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/ares_writev.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/bitncmp.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/inet_net_pton.o build/temp.linux-s390x-3.11/deps/c-ares/src/lib/inet_ntop.o -L. -ldl -lrt -o build/lib.linux-s390x-3.11/pycares/_cares.cpython-311-s390x-linux-gnu.so >>> python-pycares 4.2.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pycares-4.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext generating cffi module 'build/temp.linux-s390x-3.11/_cares.c' already up-to-date running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares copying build/lib.linux-s390x-3.11/pycares/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares copying build/lib.linux-s390x-3.11/pycares/errno.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares copying build/lib.linux-s390x-3.11/pycares/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares copying build/lib.linux-s390x-3.11/pycares/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares copying build/lib.linux-s390x-3.11/pycares/_cares.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares copying build/lib.linux-s390x-3.11/pycares/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares running install_egg_info running egg_info writing src/pycares.egg-info/PKG-INFO writing dependency_links to src/pycares.egg-info/dependency_links.txt writing requirements to src/pycares.egg-info/requires.txt writing top-level names to src/pycares.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/pycares.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '*.[ao]' found under directory '*' warning: no previously-included files matching '*.so' found under directory '*' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'src/pycares.egg-info/SOURCES.txt' Copying src/pycares.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycares-4.2.2-py3.11.egg-info running install_scripts pycparser-2.21.tar.gz: OK (md5: 48f7d743bf018f7bb2ffc5fb976d1492) pycparser-2.21.tar.gz: OK (sha256: e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206) >>> python-pycparser 2.21 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pycparser/pycparser-2.21.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pycparser-2.21 -xf - >>> python-pycparser 2.21 Patching >>> python-pycparser 2.21 Configuring >>> python-pycparser 2.21 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pycparser-2.21//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/pycparser copying pycparser/plyparser.py -> build/lib/pycparser copying pycparser/ast_transforms.py -> build/lib/pycparser copying pycparser/yacctab.py -> build/lib/pycparser copying pycparser/c_ast.py -> build/lib/pycparser copying pycparser/c_lexer.py -> build/lib/pycparser copying pycparser/__init__.py -> build/lib/pycparser copying pycparser/c_parser.py -> build/lib/pycparser copying pycparser/c_generator.py -> build/lib/pycparser copying pycparser/lextab.py -> build/lib/pycparser copying pycparser/_build_tables.py -> build/lib/pycparser copying pycparser/_ast_gen.py -> build/lib/pycparser creating build/lib/pycparser/ply copying pycparser/ply/ygen.py -> build/lib/pycparser/ply copying pycparser/ply/lex.py -> build/lib/pycparser/ply copying pycparser/ply/cpp.py -> build/lib/pycparser/ply copying pycparser/ply/__init__.py -> build/lib/pycparser/ply copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply copying pycparser/ply/yacc.py -> build/lib/pycparser/ply copying pycparser/_c_ast.cfg -> build/lib/pycparser >>> python-pycparser 2.21 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pycparser-2.21//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/plyparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/ast_transforms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/yacctab.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_ast.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_lexer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/c_generator.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/ygen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/lex.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/cpp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/ctokens.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/ply/yacc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser/ply copying build/lib/pycparser/_c_ast.cfg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/lextab.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/_build_tables.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser copying build/lib/pycparser/_ast_gen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser running install_egg_info running egg_info creating pycparser.egg-info writing pycparser.egg-info/PKG-INFO writing dependency_links to pycparser.egg-info/dependency_links.txt writing top-level names to pycparser.egg-info/top_level.txt writing manifest file 'pycparser.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'pycparser.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pycparser.egg-info/SOURCES.txt' Copying pycparser.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pycparser-2.21-py3.11.egg-info running install_scripts Build the lexing/parsing tables >>> python-pydyf 0.5.0 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.pydyf-0.5.0.tar.gz.9AjSxx/output' 'https://files.pythonhosted.org/packages/f4/4c/6d31b36a46714d8206b8ca84b8dc9aaf42093415b1f50471538552abe501/pydyf-0.5.0.tar.gz' --2022-11-17 03:43:13-- https://files.pythonhosted.org/packages/f4/4c/6d31b36a46714d8206b8ca84b8dc9aaf42093415b1f50471538552abe501/pydyf-0.5.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 15092 (15K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.pydyf-0.5.0.tar.gz.9AjSxx/output' 0K .......... .... 100% 33.9M=0s 2022-11-17 03:43:13 (33.9 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.pydyf-0.5.0.tar.gz.9AjSxx/output' saved [15092/15092] pydyf-0.5.0.tar.gz: OK (md5: 6b2a02162a3f4be9464d7b4043953d33) pydyf-0.5.0.tar.gz: OK (sha256: 51e751ae1504037c1fc1f4815119137b011802cd5f6c3539db066c455b14a7e1) >>> python-pydyf 0.5.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pydyf/pydyf-0.5.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pydyf-0.5.0 -xf - >>> python-pydyf 0.5.0 Patching >>> python-pydyf 0.5.0 Configuring >>> python-pydyf 0.5.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pydyf-0.5.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built pydyf-0.5.0-py3-none-any.whl >>> python-pydyf 0.5.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pydyf-0.5.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) pyhamcrest-2.0.4.tar.gz: OK (md5: c808291b2fca0991d044927884e6d15e) pyhamcrest-2.0.4.tar.gz: OK (sha256: b5d9ce6b977696286cf232ce2adf8969b4d0b045975b0936ac9005e84e67e9c1) >>> python-pyhamcrest 2.0.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pyhamcrest/pyhamcrest-2.0.4.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pyhamcrest-2.0.4 -xf - >>> python-pyhamcrest 2.0.4 Patching >>> python-pyhamcrest 2.0.4 Configuring >>> python-pyhamcrest 2.0.4 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyhamcrest-2.0.4//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python -c 'from setuptools import setup;setup()' build ) running build running build_py creating build creating build/lib creating build/lib/hamcrest copying src/hamcrest/__init__.py -> build/lib/hamcrest copying src/hamcrest/_version.py -> build/lib/hamcrest creating build/lib/hamcrest/library copying src/hamcrest/library/__init__.py -> build/lib/hamcrest/library creating build/lib/hamcrest/core copying src/hamcrest/core/assert_that.py -> build/lib/hamcrest/core copying src/hamcrest/core/selfdescribing.py -> build/lib/hamcrest/core copying src/hamcrest/core/selfdescribingvalue.py -> build/lib/hamcrest/core copying src/hamcrest/core/matcher.py -> build/lib/hamcrest/core copying src/hamcrest/core/__init__.py -> build/lib/hamcrest/core copying src/hamcrest/core/string_description.py -> build/lib/hamcrest/core copying src/hamcrest/core/base_description.py -> build/lib/hamcrest/core copying src/hamcrest/core/base_matcher.py -> build/lib/hamcrest/core copying src/hamcrest/core/description.py -> build/lib/hamcrest/core creating build/lib/hamcrest/library/text copying src/hamcrest/library/text/isequal_ignoring_whitespace.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringstartswith.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringcontains.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringendswith.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringmatches.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/substringmatcher.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/__init__.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringcontainsinorder.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/isequal_ignoring_case.py -> build/lib/hamcrest/library/text creating build/lib/hamcrest/library/integration copying src/hamcrest/library/integration/__init__.py -> build/lib/hamcrest/library/integration copying src/hamcrest/library/integration/match_equality.py -> build/lib/hamcrest/library/integration creating build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containinginorder.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingvalue.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containing.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isin.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_onlycontaining.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containing.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingentries.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/__init__.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containinginanyorder.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingkey.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/is_empty.py -> build/lib/hamcrest/library/collection creating build/lib/hamcrest/library/number copying src/hamcrest/library/number/ordering_comparison.py -> build/lib/hamcrest/library/number copying src/hamcrest/library/number/iscloseto.py -> build/lib/hamcrest/library/number copying src/hamcrest/library/number/__init__.py -> build/lib/hamcrest/library/number creating build/lib/hamcrest/library/object copying src/hamcrest/library/object/hasproperty.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/haslength.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/__init__.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/hasstring.py -> build/lib/hamcrest/library/object creating build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/hasmethod.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/wrap_matcher.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/__init__.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/ismock.py -> build/lib/hamcrest/core/helpers creating build/lib/hamcrest/core/core copying src/hamcrest/core/core/isinstanceof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isequal.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/issame.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/allof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/raises.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/described_as.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/__init__.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isnot.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/is_.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isanything.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isnone.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/anyof.py -> build/lib/hamcrest/core/core running egg_info creating src/PyHamcrest.egg-info writing src/PyHamcrest.egg-info/PKG-INFO writing dependency_links to src/PyHamcrest.egg-info/dependency_links.txt writing requirements to src/PyHamcrest.egg-info/requires.txt writing top-level names to src/PyHamcrest.egg-info/top_level.txt writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.md' warning: no files found matching 'requirements*' warning: no directories found matching '.github' warning: no files found matching 'conftest.py' warning: no files found matching 'doc/docutils.conf' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching '*.svg' under directory 'doc' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'docker' warning: no previously-included files found matching 'release.sh' warning: no previously-included files found matching 'changelog.d/*.rst' warning: no files found matching 'changelog.d/towncrier_template.rst' adding license file 'LICENSE.txt' writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' >>> python-pyhamcrest 2.0.4 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyhamcrest-2.0.4//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python -c 'from setuptools import setup;setup()' install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/PyHamcrest.egg-info/PKG-INFO writing dependency_links to src/PyHamcrest.egg-info/dependency_links.txt writing requirements to src/PyHamcrest.egg-info/requires.txt writing top-level names to src/PyHamcrest.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.md' warning: no files found matching 'requirements*' warning: no directories found matching '.github' warning: no files found matching 'conftest.py' warning: no files found matching 'doc/docutils.conf' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching '*.svg' under directory 'doc' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'docker' warning: no previously-included files found matching 'release.sh' warning: no previously-included files found matching 'changelog.d/*.rst' warning: no files found matching 'changelog.d/towncrier_template.rst' adding license file 'LICENSE.txt' writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest copying build/lib/hamcrest/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/isequal_ignoring_whitespace.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringstartswith.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringcontains.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringendswith.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringmatches.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/substringmatcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringcontainsinorder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/isequal_ignoring_case.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/text creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/integration copying build/lib/hamcrest/library/integration/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/integration copying build/lib/hamcrest/library/integration/match_equality.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/integration copying build/lib/hamcrest/library/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containinginorder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingvalue.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_onlycontaining.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingentries.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containinginanyorder.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingkey.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/is_empty.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/collection creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/number copying build/lib/hamcrest/library/number/ordering_comparison.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/number copying build/lib/hamcrest/library/number/iscloseto.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/number copying build/lib/hamcrest/library/number/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/number creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/hasproperty.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/haslength.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/hasstring.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/library/object creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/assert_that.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/selfdescribing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/selfdescribingvalue.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/matcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/hasmethod.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/wrap_matcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/ismock.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/string_description.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isinstanceof.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isequal.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/issame.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/allof.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/raises.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/described_as.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isnot.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/is_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isanything.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isnone.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/anyof.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/base_description.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/base_matcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/core/description.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest/core copying build/lib/hamcrest/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/hamcrest running install_egg_info Copying src/PyHamcrest.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/PyHamcrest-0.0.0-py3.11.egg-info running install_scripts pyparsing-3.0.9.tar.gz: OK (md5: fadc2f3bf5872bf6310576a86c3566e0) pyparsing-3.0.9.tar.gz: OK (sha256: 2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb) >>> python-pyparsing 3.0.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pyparsing/pyparsing-3.0.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pyparsing-3.0.9 -xf - >>> python-pyparsing 3.0.9 Patching >>> python-pyparsing 3.0.9 Configuring >>> python-pyparsing 3.0.9 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyparsing-3.0.9//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built pyparsing-3.0.9-py3-none-any.whl >>> python-pyparsing 3.0.9 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyparsing-3.0.9//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) pyphen-0.13.0.tar.gz: OK (md5: a2d6f69468684bbaa88d004b79c02128) pyphen-0.13.0.tar.gz: OK (sha256: 06873cebffd65a8fca7c20c0e3dc032655c7ee8de0f552205cad3b574265c293) >>> python-pyphen 0.13.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pyphen/pyphen-0.13.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pyphen-0.13.0 -xf - >>> python-pyphen 0.13.0 Patching >>> python-pyphen 0.13.0 Configuring >>> python-pyphen 0.13.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyphen-0.13.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built pyphen-0.13.0-py3-none-any.whl >>> python-pyphen 0.13.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyphen-0.13.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) pyrsistent-0.19.2.tar.gz: OK (md5: 23da81256b8817e123568a858bf78997) pyrsistent-0.19.2.tar.gz: OK (sha256: bfa0351be89c9fcbcb8c9879b826f4353be10f58f8a677efab0c017bf7137ec2) >>> python-pyrsistent 0.19.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pyrsistent/pyrsistent-0.19.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pyrsistent-0.19.2 -xf - >>> python-pyrsistent 0.19.2 Patching >>> python-pyrsistent 0.19.2 Configuring >>> python-pyrsistent 0.19.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyrsistent-0.19.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 copying _pyrsistent_version.py -> build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/typing.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_pmap.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_pset.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_pbag.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/__init__.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_checked_types.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_transformations.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_immutable.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_field_common.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_toolz.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_pvector.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_pdeque.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_plist.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_pclass.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_precord.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/_helpers.py -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/py.typed -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/__init__.pyi -> build/lib.linux-s390x-3.11/pyrsistent copying pyrsistent/typing.pyi -> build/lib.linux-s390x-3.11/pyrsistent running build_ext building 'pvectorc' extension creating build/temp.linux-s390x-3.11 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c pvectorcmodule.c -o build/temp.linux-s390x-3.11/pvectorcmodule.o pvectorcmodule.c: In function 'PVector_dealloc': pvectorcmodule.c:235:3: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 235 | Py_TRASHCAN_SAFE_BEGIN(self); | ^~~~~~~~~~~~~~~~~~~~~~ pvectorcmodule.c: In function 'PVectorEvolver_dealloc': pvectorcmodule.c:1292:3: warning: 'UsingDeprecatedTrashcanMacro' is deprecated [-Wdeprecated-declarations] 1292 | Py_TRASHCAN_SAFE_BEGIN(self); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/pvectorcmodule.o -L. -o build/lib.linux-s390x-3.11/pvectorc.cpython-311-s390x-linux-gnu.so >>> python-pyrsistent 0.19.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pyrsistent-0.19.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib copying build/lib.linux-s390x-3.11/pvectorc.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/typing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_pmap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_pset.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_pbag.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_checked_types.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_transformations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_immutable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_field_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_toolz.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_pvector.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_pdeque.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_plist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_pclass.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_precord.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/typing.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/pyrsistent/_helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent copying build/lib.linux-s390x-3.11/_pyrsistent_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing pyrsistent.egg-info/PKG-INFO writing dependency_links to pyrsistent.egg-info/dependency_links.txt writing top-level names to pyrsistent.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'pyrsistent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.mit' writing manifest file 'pyrsistent.egg-info/SOURCES.txt' Copying pyrsistent.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pyrsistent-0.19.2-py3.11.egg-info running install_scripts pytz-2022.6.tar.gz: OK (md5: bf46b54a7e9bcb65ea38f54646181979) pytz-2022.6.tar.gz: OK (sha256: e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2) >>> python-pytz 2022.6 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-pytz/pytz-2022.6.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-pytz-2022.6 -xf - >>> python-pytz 2022.6 Patching >>> python-pytz 2022.6 Configuring >>> python-pytz 2022.6 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pytz-2022.6//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/pytz copying pytz/lazy.py -> build/lib/pytz copying pytz/__init__.py -> build/lib/pytz copying pytz/tzinfo.py -> build/lib/pytz copying pytz/tzfile.py -> build/lib/pytz copying pytz/exceptions.py -> build/lib/pytz copying pytz/reference.py -> build/lib/pytz creating build/lib/pytz/zoneinfo copying pytz/zoneinfo/Portugal -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Egypt -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/EST -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Eire -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Navajo -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Jamaica -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/UCT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Turkey -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/UTC -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/PRC -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Zulu -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/CET -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/W-SU -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Factory -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Iran -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/tzdata.zi -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/GMT+0 -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Cuba -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/EST5EDT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/zone.tab -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/PST8PDT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/ROC -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Universal -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Japan -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/GMT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/NZ-CHAT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/GMT-0 -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/MST -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Poland -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/ROK -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Singapore -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Libya -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/GB-Eire -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/iso3166.tab -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/CST6CDT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/NZ -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/MST7MDT -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Greenwich -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/leapseconds -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Kwajalein -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/GMT0 -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/HST -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/EET -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/GB -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Iceland -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Israel -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/MET -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/zone1970.tab -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/WET -> build/lib/pytz/zoneinfo copying pytz/zoneinfo/Hongkong -> build/lib/pytz/zoneinfo creating build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Faroe -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Stanley -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Faeroe -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Canary -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Madeira -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Azores -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Bermuda -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Jan_Mayen -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/South_Georgia -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/St_Helena -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Reykjavik -> build/lib/pytz/zoneinfo/Atlantic copying pytz/zoneinfo/Atlantic/Cape_Verde -> build/lib/pytz/zoneinfo/Atlantic creating build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Yukon -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Eastern -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Atlantic -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Pacific -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Newfoundland -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Mountain -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Central -> build/lib/pytz/zoneinfo/Canada copying pytz/zoneinfo/Canada/Saskatchewan -> build/lib/pytz/zoneinfo/Canada creating build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Tbilisi -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Saigon -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Macau -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Muscat -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Dushanbe -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Almaty -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kamchatka -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Omsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Yakutsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Hovd -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Tomsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Novokuznetsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Thimphu -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Chungking -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Chongqing -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Yangon -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Gaza -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Seoul -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ho_Chi_Minh -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Baku -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Thimbu -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Urumqi -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Hebron -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Tehran -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Aqtau -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Yekaterinburg -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ulan_Bator -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Vientiane -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Tel_Aviv -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Famagusta -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Bishkek -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Tokyo -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Colombo -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Jerusalem -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Calcutta -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kuala_Lumpur -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Harbin -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Beirut -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Tashkent -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Bahrain -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kuwait -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kathmandu -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kolkata -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kabul -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Qyzylorda -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Hong_Kong -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kashgar -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Oral -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Baghdad -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ust-Nera -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Macao -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Damascus -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Atyrau -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Krasnoyarsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Singapore -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Jakarta -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Magadan -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Khandyga -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Dacca -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Karachi -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ashgabat -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Choibalsan -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Srednekolymsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Aqtobe -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Yerevan -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Nicosia -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Irkutsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Dhaka -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Rangoon -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Vladivostok -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Katmandu -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ashkhabad -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Sakhalin -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Qatar -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ulaanbaatar -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Bangkok -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Ujung_Pandang -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Novosibirsk -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Istanbul -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Makassar -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Pontianak -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Qostanay -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Anadyr -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Taipei -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Barnaul -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Kuching -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Riyadh -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Manila -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Chita -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Aden -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Brunei -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Amman -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Phnom_Penh -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Shanghai -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Dili -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Jayapura -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Dubai -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Samarkand -> build/lib/pytz/zoneinfo/Asia copying pytz/zoneinfo/Asia/Pyongyang -> build/lib/pytz/zoneinfo/Asia creating build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Pitcairn -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Palau -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Funafuti -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Pago_Pago -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Guam -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Port_Moresby -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Gambier -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Marquesas -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Midway -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Rarotonga -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Wallis -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Nauru -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Fiji -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Ponape -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Samoa -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Kanton -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Truk -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Galapagos -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Fakaofo -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Yap -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Kosrae -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Efate -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Wake -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Tarawa -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Majuro -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Chatham -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Bougainville -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Enderbury -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Johnston -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Noumea -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Saipan -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Tahiti -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Chuuk -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Niue -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Auckland -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Tongatapu -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Norfolk -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Guadalcanal -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Kwajalein -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Kiritimati -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Honolulu -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Easter -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Pohnpei -> build/lib/pytz/zoneinfo/Pacific copying pytz/zoneinfo/Pacific/Apia -> build/lib/pytz/zoneinfo/Pacific creating build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Maldives -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Comoro -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Mayotte -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Chagos -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Mahe -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Antananarivo -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Cocos -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Reunion -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Mauritius -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Christmas -> build/lib/pytz/zoneinfo/Indian copying pytz/zoneinfo/Indian/Kerguelen -> build/lib/pytz/zoneinfo/Indian creating build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Yellowknife -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Creston -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Rankin_Inlet -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Barbados -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Los_Angeles -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Bogota -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Rio_Branco -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Jamaica -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Glace_Bay -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/La_Paz -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Pangnirtung -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Ojinaga -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Metlakatla -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Buenos_Aires -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Antigua -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/St_Kitts -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Nome -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Maceio -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Sao_Paulo -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Blanc-Sablon -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Tortola -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Nassau -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Ensenada -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Denver -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Belize -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Boa_Vista -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Menominee -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/El_Salvador -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Regina -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Yakutat -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Noronha -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Anguilla -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Santarem -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Dawson -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Chicago -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Shiprock -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Edmonton -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Sitka -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Boise -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/St_Lucia -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Eirunepe -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Matamoros -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Louisville -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Rainy_River -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Hermosillo -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Martinique -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Grand_Turk -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Anchorage -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Dominica -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Havana -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Mendoza -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Resolute -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Paramaribo -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Santo_Domingo -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Miquelon -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Jujuy -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Guayaquil -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Santiago -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Curacao -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Rosario -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Cayenne -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Moncton -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Halifax -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Danmarkshavn -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Lower_Princes -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Lima -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Juneau -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Cuiaba -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Araguaina -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Mazatlan -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Costa_Rica -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Guadeloupe -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Catamarca -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Monterrey -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Port_of_Spain -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Cordoba -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Godthab -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Tegucigalpa -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Dawson_Creek -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Port-au-Prince -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Panama -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Indianapolis -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/St_Johns -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Guyana -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Swift_Current -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Whitehorse -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Tijuana -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Porto_Velho -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Recife -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Cambridge_Bay -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Cancun -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Montreal -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/St_Barthelemy -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Caracas -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Punta_Arenas -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Toronto -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Manaus -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Puerto_Rico -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Mexico_City -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Scoresbysund -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Atka -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Guatemala -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Kralendijk -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Iqaluit -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Campo_Grande -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Goose_Bay -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Montevideo -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Bahia -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Fort_Wayne -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Vancouver -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Fortaleza -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Phoenix -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Aruba -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Nuuk -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Virgin -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Inuvik -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Coral_Harbour -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Managua -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Bahia_Banderas -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Fort_Nelson -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Chihuahua -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Asuncion -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Nipigon -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/St_Vincent -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Grenada -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Cayman -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Belem -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Knox_IN -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Marigot -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Montserrat -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/New_York -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/St_Thomas -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Thunder_Bay -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Porto_Acre -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Santa_Isabel -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Winnipeg -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Detroit -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Atikokan -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Adak -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Thule -> build/lib/pytz/zoneinfo/America copying pytz/zoneinfo/America/Merida -> build/lib/pytz/zoneinfo/America creating build/lib/pytz/zoneinfo/America/Kentucky copying pytz/zoneinfo/America/Kentucky/Monticello -> build/lib/pytz/zoneinfo/America/Kentucky copying pytz/zoneinfo/America/Kentucky/Louisville -> build/lib/pytz/zoneinfo/America/Kentucky creating build/lib/pytz/zoneinfo/America/North_Dakota copying pytz/zoneinfo/America/North_Dakota/New_Salem -> build/lib/pytz/zoneinfo/America/North_Dakota copying pytz/zoneinfo/America/North_Dakota/Beulah -> build/lib/pytz/zoneinfo/America/North_Dakota copying pytz/zoneinfo/America/North_Dakota/Center -> build/lib/pytz/zoneinfo/America/North_Dakota creating build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Vincennes -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Knox -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Petersburg -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Marengo -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Vevay -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Indianapolis -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Winamac -> build/lib/pytz/zoneinfo/America/Indiana copying pytz/zoneinfo/America/Indiana/Tell_City -> build/lib/pytz/zoneinfo/America/Indiana creating build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Rio_Gallegos -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/San_Juan -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Buenos_Aires -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Tucuman -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/La_Rioja -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Mendoza -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Jujuy -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Catamarca -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Cordoba -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/ComodRivadavia -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Salta -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/Ushuaia -> build/lib/pytz/zoneinfo/America/Argentina copying pytz/zoneinfo/America/Argentina/San_Luis -> build/lib/pytz/zoneinfo/America/Argentina creating build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Perth -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Brisbane -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/ACT -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Broken_Hill -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Canberra -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/North -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Tasmania -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Darwin -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Yancowinna -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Lindeman -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Hobart -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Lord_Howe -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Adelaide -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Sydney -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/West -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/South -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/NSW -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Currie -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Melbourne -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/LHI -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Victoria -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Eucla -> build/lib/pytz/zoneinfo/Australia copying pytz/zoneinfo/Australia/Queensland -> build/lib/pytz/zoneinfo/Australia creating build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Zurich -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Stockholm -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Rome -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Riga -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Paris -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Monaco -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Bucharest -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Minsk -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Amsterdam -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Helsinki -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Andorra -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Kirov -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Simferopol -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Sofia -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Vienna -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Sarajevo -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Prague -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Mariehamn -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Belfast -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Athens -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Brussels -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Madrid -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Skopje -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Zagreb -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Belgrade -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Lisbon -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Vaduz -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Bratislava -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Kaliningrad -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Kiev -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Vatican -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Oslo -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Malta -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Jersey -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Warsaw -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Nicosia -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Dublin -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Copenhagen -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Busingen -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Gibraltar -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Vilnius -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Ljubljana -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Budapest -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Tiraspol -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Isle_of_Man -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Istanbul -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Volgograd -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/London -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Chisinau -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Saratov -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Ulyanovsk -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/San_Marino -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Guernsey -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Luxembourg -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Samara -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Astrakhan -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Moscow -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Tallinn -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Tirane -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Berlin -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Podgorica -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Uzhgorod -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Zaporozhye -> build/lib/pytz/zoneinfo/Europe copying pytz/zoneinfo/Europe/Kyiv -> build/lib/pytz/zoneinfo/Europe creating build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+3 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-12 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+8 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/UCT -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-13 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/UTC -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/Zulu -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+0 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-9 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-5 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+1 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+7 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+9 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+6 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/Universal -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+2 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-0 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-4 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+11 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+10 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-6 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+4 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+5 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-11 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-2 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/Greenwich -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-3 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT0 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-8 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-7 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-1 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-10 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT-14 -> build/lib/pytz/zoneinfo/Etc copying pytz/zoneinfo/Etc/GMT+12 -> build/lib/pytz/zoneinfo/Etc creating build/lib/pytz/zoneinfo/Chile copying pytz/zoneinfo/Chile/Continental -> build/lib/pytz/zoneinfo/Chile copying pytz/zoneinfo/Chile/EasterIsland -> build/lib/pytz/zoneinfo/Chile creating build/lib/pytz/zoneinfo/Arctic copying pytz/zoneinfo/Arctic/Longyearbyen -> build/lib/pytz/zoneinfo/Arctic creating build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Mawson -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Macquarie -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Palmer -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/McMurdo -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/DumontDUrville -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Troll -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Syowa -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Vostok -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/South_Pole -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Casey -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Rothera -> build/lib/pytz/zoneinfo/Antarctica copying pytz/zoneinfo/Antarctica/Davis -> build/lib/pytz/zoneinfo/Antarctica creating build/lib/pytz/zoneinfo/Brazil copying pytz/zoneinfo/Brazil/DeNoronha -> build/lib/pytz/zoneinfo/Brazil copying pytz/zoneinfo/Brazil/East -> build/lib/pytz/zoneinfo/Brazil copying pytz/zoneinfo/Brazil/Acre -> build/lib/pytz/zoneinfo/Brazil copying pytz/zoneinfo/Brazil/West -> build/lib/pytz/zoneinfo/Brazil creating build/lib/pytz/zoneinfo/Mexico copying pytz/zoneinfo/Mexico/General -> build/lib/pytz/zoneinfo/Mexico copying pytz/zoneinfo/Mexico/BajaSur -> build/lib/pytz/zoneinfo/Mexico copying pytz/zoneinfo/Mexico/BajaNorte -> build/lib/pytz/zoneinfo/Mexico creating build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Eastern -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Pacific -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Samoa -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Indiana-Starke -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/East-Indiana -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Mountain -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Alaska -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Central -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Arizona -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Michigan -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Hawaii -> build/lib/pytz/zoneinfo/US copying pytz/zoneinfo/US/Aleutian -> build/lib/pytz/zoneinfo/US creating build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Libreville -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Kampala -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Casablanca -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Lagos -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Ndjamena -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Tripoli -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Freetown -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Bangui -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Conakry -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Cairo -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Blantyre -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Banjul -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/El_Aaiun -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Lubumbashi -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Nairobi -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Bujumbura -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Asmara -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Brazzaville -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Addis_Ababa -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Algiers -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Ceuta -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Lusaka -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Tunis -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Juba -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Djibouti -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Lome -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Ouagadougou -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Accra -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Kinshasa -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Johannesburg -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Gaborone -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Dar_es_Salaam -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Abidjan -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Niamey -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Maseru -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Kigali -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Malabo -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Khartoum -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Timbuktu -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Mogadishu -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Maputo -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Porto-Novo -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Luanda -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Asmera -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Windhoek -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Sao_Tome -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Bissau -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Harare -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Dakar -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Nouakchott -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Douala -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Bamako -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Mbabane -> build/lib/pytz/zoneinfo/Africa copying pytz/zoneinfo/Africa/Monrovia -> build/lib/pytz/zoneinfo/Africa >>> python-pytz 2022.6 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-pytz-2022.6//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz copying build/lib/pytz/lazy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz copying build/lib/pytz/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Portugal -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Egypt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/EST -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Eire -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Navajo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Jamaica -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/UCT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Faroe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Stanley -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Faeroe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Canary -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Madeira -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Azores -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Bermuda -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Jan_Mayen -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/South_Georgia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/St_Helena -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Reykjavik -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic copying build/lib/pytz/zoneinfo/Atlantic/Cape_Verde -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Atlantic creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Yukon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Eastern -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Atlantic -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Pacific -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Newfoundland -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Mountain -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Central -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Canada/Saskatchewan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Canada copying build/lib/pytz/zoneinfo/Turkey -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Tbilisi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Saigon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Macau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Muscat -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Dushanbe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Almaty -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kamchatka -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Omsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Yakutsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Hovd -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Tomsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Novokuznetsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Thimphu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Chungking -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Chongqing -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Yangon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Gaza -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Seoul -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ho_Chi_Minh -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Baku -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Thimbu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Urumqi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Hebron -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Tehran -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Aqtau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Yekaterinburg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ulan_Bator -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Vientiane -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Tel_Aviv -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Famagusta -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Bishkek -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Tokyo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Colombo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Jerusalem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Calcutta -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kuala_Lumpur -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Harbin -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Beirut -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Tashkent -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Bahrain -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kuwait -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kathmandu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kolkata -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kabul -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Qyzylorda -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Hong_Kong -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kashgar -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Oral -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Baghdad -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ust-Nera -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Macao -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Damascus -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Atyrau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Krasnoyarsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Singapore -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Jakarta -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Magadan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Khandyga -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Dacca -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Karachi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ashgabat -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Choibalsan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Srednekolymsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Aqtobe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Yerevan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Nicosia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Irkutsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Dhaka -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Rangoon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Vladivostok -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Katmandu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ashkhabad -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Sakhalin -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Qatar -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ulaanbaatar -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Bangkok -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Ujung_Pandang -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Novosibirsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Istanbul -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Makassar -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Pontianak -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Qostanay -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Anadyr -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Taipei -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Barnaul -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Kuching -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Riyadh -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Manila -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Chita -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Aden -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Brunei -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Amman -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Phnom_Penh -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Shanghai -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Dili -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Jayapura -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Dubai -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Samarkand -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia copying build/lib/pytz/zoneinfo/Asia/Pyongyang -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Asia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Pitcairn -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Palau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Funafuti -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Pago_Pago -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Guam -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Port_Moresby -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Gambier -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Marquesas -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Midway -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Rarotonga -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Wallis -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Nauru -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Fiji -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Ponape -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Samoa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Kanton -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Truk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Galapagos -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Fakaofo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Yap -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Kosrae -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Efate -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Wake -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Tarawa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Majuro -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Chatham -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Bougainville -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Enderbury -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Johnston -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Noumea -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Saipan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Tahiti -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Chuuk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Niue -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Auckland -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Tongatapu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Norfolk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Guadalcanal -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Kwajalein -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Kiritimati -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Honolulu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Easter -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Pohnpei -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/Pacific/Apia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Pacific copying build/lib/pytz/zoneinfo/UTC -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/PRC -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Maldives -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Comoro -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Mayotte -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Chagos -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Mahe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Antananarivo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Cocos -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Reunion -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Mauritius -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Christmas -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Indian/Kerguelen -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Indian copying build/lib/pytz/zoneinfo/Zulu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/CET -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Yellowknife -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Creston -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Rankin_Inlet -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Barbados -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Los_Angeles -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Bogota -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Rio_Branco -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Jamaica -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Glace_Bay -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/La_Paz -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Pangnirtung -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Ojinaga -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Metlakatla -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Buenos_Aires -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Antigua -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/St_Kitts -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Nome -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Maceio -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Sao_Paulo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Blanc-Sablon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Tortola -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Nassau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Ensenada -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Denver -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Belize -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Boa_Vista -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Menominee -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/El_Salvador -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Regina -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Yakutat -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Noronha -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Anguilla -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Santarem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Dawson -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Chicago -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Shiprock -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Edmonton -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Sitka -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Boise -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/St_Lucia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Eirunepe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Matamoros -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Louisville -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Rainy_River -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Hermosillo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Martinique -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Grand_Turk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Anchorage -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Dominica -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Havana -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Mendoza -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Resolute -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Paramaribo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Santo_Domingo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Miquelon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Kentucky copying build/lib/pytz/zoneinfo/America/Kentucky/Monticello -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Kentucky copying build/lib/pytz/zoneinfo/America/Kentucky/Louisville -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Kentucky copying build/lib/pytz/zoneinfo/America/Jujuy -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Guayaquil -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Santiago -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/North_Dakota copying build/lib/pytz/zoneinfo/America/North_Dakota/New_Salem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/North_Dakota copying build/lib/pytz/zoneinfo/America/North_Dakota/Beulah -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/North_Dakota copying build/lib/pytz/zoneinfo/America/North_Dakota/Center -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/North_Dakota copying build/lib/pytz/zoneinfo/America/Curacao -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Rosario -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Cayenne -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Moncton -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Halifax -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Danmarkshavn -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Lower_Princes -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Lima -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Vincennes -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Knox -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Petersburg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Marengo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Vevay -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Indianapolis -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Winamac -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Indiana/Tell_City -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Indiana copying build/lib/pytz/zoneinfo/America/Juneau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Cuiaba -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Araguaina -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Mazatlan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Costa_Rica -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Guadeloupe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Catamarca -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Monterrey -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Port_of_Spain -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Cordoba -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Godthab -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Tegucigalpa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Dawson_Creek -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Port-au-Prince -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Panama -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Indianapolis -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/St_Johns -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Guyana -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Swift_Current -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Whitehorse -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Tijuana -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Porto_Velho -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Recife -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Cambridge_Bay -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Cancun -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Montreal -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/St_Barthelemy -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Caracas -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Punta_Arenas -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Toronto -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Manaus -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Puerto_Rico -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Mexico_City -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Scoresbysund -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Atka -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Guatemala -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Kralendijk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Iqaluit -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Campo_Grande -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Goose_Bay -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Montevideo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Bahia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Fort_Wayne -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Vancouver -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Fortaleza -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Phoenix -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Aruba -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Nuuk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Virgin -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Inuvik -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Coral_Harbour -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Managua -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Rio_Gallegos -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/San_Juan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Buenos_Aires -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Tucuman -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/La_Rioja -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Mendoza -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Jujuy -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Catamarca -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Cordoba -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/ComodRivadavia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Salta -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/Ushuaia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Argentina/San_Luis -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America/Argentina copying build/lib/pytz/zoneinfo/America/Bahia_Banderas -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Fort_Nelson -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Chihuahua -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Asuncion -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Nipigon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/St_Vincent -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Grenada -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Cayman -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Belem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Knox_IN -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Marigot -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Montserrat -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/New_York -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/St_Thomas -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Thunder_Bay -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Porto_Acre -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Santa_Isabel -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Winnipeg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Detroit -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Atikokan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Adak -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Thule -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/America/Merida -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/America copying build/lib/pytz/zoneinfo/W-SU -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Factory -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Iran -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/tzdata.zi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/GMT+0 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Cuba -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/EST5EDT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/zone.tab -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/PST8PDT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/ROC -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Universal -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Japan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/GMT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/NZ-CHAT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/GMT-0 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/MST -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Poland -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/ROK -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Singapore -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Perth -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Brisbane -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/ACT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Broken_Hill -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Canberra -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/North -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Tasmania -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Darwin -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Yancowinna -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Lindeman -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Hobart -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Lord_Howe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Adelaide -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Sydney -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/West -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/South -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/NSW -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Currie -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Melbourne -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/LHI -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Victoria -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Eucla -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia copying build/lib/pytz/zoneinfo/Australia/Queensland -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Australia creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Zurich -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Stockholm -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Rome -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Riga -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Paris -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Monaco -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Bucharest -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Minsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Amsterdam -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Helsinki -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Andorra -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Kirov -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Simferopol -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Sofia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Vienna -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Sarajevo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Prague -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Mariehamn -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Belfast -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Athens -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Brussels -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Madrid -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Skopje -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Zagreb -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Belgrade -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Lisbon -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Vaduz -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Bratislava -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Kaliningrad -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Kiev -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Vatican -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Oslo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Malta -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Jersey -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Warsaw -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Nicosia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Dublin -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Copenhagen -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Busingen -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Gibraltar -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Vilnius -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Ljubljana -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Budapest -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Tiraspol -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Isle_of_Man -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Istanbul -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Volgograd -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/London -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Chisinau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Saratov -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Ulyanovsk -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/San_Marino -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Guernsey -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Luxembourg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Samara -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Astrakhan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Moscow -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Tallinn -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Tirane -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Berlin -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Podgorica -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Uzhgorod -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Zaporozhye -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Europe/Kyiv -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Europe copying build/lib/pytz/zoneinfo/Libya -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+3 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-12 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+8 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/UCT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-13 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/UTC -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/Zulu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+0 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-9 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-5 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+1 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+7 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+9 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+6 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/Universal -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+2 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-0 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-4 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+11 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+10 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-6 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+4 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+5 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-11 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-2 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/Greenwich -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-3 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT0 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-8 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-7 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-1 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-10 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT-14 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/Etc/GMT+12 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Etc copying build/lib/pytz/zoneinfo/GB-Eire -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Chile copying build/lib/pytz/zoneinfo/Chile/Continental -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Chile copying build/lib/pytz/zoneinfo/Chile/EasterIsland -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Chile copying build/lib/pytz/zoneinfo/iso3166.tab -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Arctic copying build/lib/pytz/zoneinfo/Arctic/Longyearbyen -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Arctic copying build/lib/pytz/zoneinfo/CST6CDT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/NZ -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/MST7MDT -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Greenwich -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/leapseconds -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Kwajalein -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Mawson -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Macquarie -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Palmer -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/McMurdo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/DumontDUrville -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Troll -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Syowa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Vostok -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/South_Pole -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Casey -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Rothera -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/Antarctica/Davis -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Antarctica copying build/lib/pytz/zoneinfo/GMT0 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/HST -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/EET -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/GB -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Brazil copying build/lib/pytz/zoneinfo/Brazil/DeNoronha -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Brazil copying build/lib/pytz/zoneinfo/Brazil/East -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Brazil copying build/lib/pytz/zoneinfo/Brazil/Acre -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Brazil copying build/lib/pytz/zoneinfo/Brazil/West -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Brazil copying build/lib/pytz/zoneinfo/Iceland -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Mexico copying build/lib/pytz/zoneinfo/Mexico/General -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Mexico copying build/lib/pytz/zoneinfo/Mexico/BajaSur -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Mexico copying build/lib/pytz/zoneinfo/Mexico/BajaNorte -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Mexico copying build/lib/pytz/zoneinfo/Israel -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/MET -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Eastern -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Pacific -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Samoa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Indiana-Starke -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/East-Indiana -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Mountain -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Alaska -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Central -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Arizona -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Michigan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Hawaii -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US copying build/lib/pytz/zoneinfo/US/Aleutian -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/US creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Libreville -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Kampala -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Casablanca -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Lagos -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Ndjamena -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Tripoli -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Freetown -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Bangui -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Conakry -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Cairo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Blantyre -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Banjul -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/El_Aaiun -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Lubumbashi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Nairobi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Bujumbura -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Asmara -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Brazzaville -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Addis_Ababa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Algiers -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Ceuta -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Lusaka -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Tunis -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Juba -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Djibouti -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Lome -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Ouagadougou -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Accra -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Kinshasa -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Johannesburg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Gaborone -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Dar_es_Salaam -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Abidjan -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Niamey -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Maseru -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Kigali -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Malabo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Khartoum -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Timbuktu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Mogadishu -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Maputo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Porto-Novo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Luanda -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Asmera -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Windhoek -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Sao_Tome -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Bissau -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Harare -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Dakar -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Nouakchott -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Douala -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Bamako -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Mbabane -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/Africa/Monrovia -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo/Africa copying build/lib/pytz/zoneinfo/zone1970.tab -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/WET -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/zoneinfo/Hongkong -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz/zoneinfo copying build/lib/pytz/tzinfo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz copying build/lib/pytz/tzfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz copying build/lib/pytz/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz copying build/lib/pytz/reference.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz running install_egg_info running egg_info writing pytz.egg-info/PKG-INFO writing dependency_links to pytz.egg-info/dependency_links.txt writing top-level names to pytz.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'pytz.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'pytz.egg-info/SOURCES.txt' Copying pytz.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pytz-2022.6-py3.11.egg-info running install_scripts >>> python-reentry 1.3.3 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.reentry-1.3.3.tar.gz.C4qdPs/output' 'https://files.pythonhosted.org/packages/95/20/e820a29014f1cb662423d7001dc09a9ea5280083ea300f0c5efe5cae238b/reentry-1.3.3.tar.gz' --2022-11-17 03:43:42-- https://files.pythonhosted.org/packages/95/20/e820a29014f1cb662423d7001dc09a9ea5280083ea300f0c5efe5cae238b/reentry-1.3.3.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18734 (18K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.reentry-1.3.3.tar.gz.C4qdPs/output' 0K .......... ........ 100% 63.3M=0s 2022-11-17 03:43:42 (63.3 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.reentry-1.3.3.tar.gz.C4qdPs/output' saved [18734/18734] reentry-1.3.3.tar.gz: OK (md5: 30b57a189bb3c319c0552a2f3105d34d) reentry-1.3.3.tar.gz: OK (sha256: 6343d83245e5047c9f8db0702ec1a7fa8210bd553f0ab643212572f6fce2c3ff) >>> python-reentry 1.3.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-reentry/reentry-1.3.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-reentry-1.3.3 -xf - >>> python-reentry 1.3.3 Patching >>> python-reentry 1.3.3 Configuring >>> python-reentry 1.3.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-reentry-1.3.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/reentry copying reentry/entrypoint.py -> build/lib/reentry copying reentry/cli.py -> build/lib/reentry copying reentry/hooks.py -> build/lib/reentry copying reentry/abcbackend.py -> build/lib/reentry copying reentry/config.py -> build/lib/reentry copying reentry/__init__.py -> build/lib/reentry copying reentry/jsonbackend.py -> build/lib/reentry copying reentry/default_manager.py -> build/lib/reentry running egg_info writing reentry.egg-info/PKG-INFO writing dependency_links to reentry.egg-info/dependency_links.txt writing entry points to reentry.egg-info/entry_points.txt writing requirements to reentry.egg-info/requires.txt writing top-level names to reentry.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'reentry.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'reentry.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'reentry.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'reentry.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'reentry.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'reentry.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/reentry/tests copying reentry/tests/test_data.json -> build/lib/reentry/tests >>> python-reentry 1.3.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-reentry-1.3.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing reentry.egg-info/PKG-INFO writing dependency_links to reentry.egg-info/dependency_links.txt writing entry points to reentry.egg-info/entry_points.txt writing requirements to reentry.egg-info/requires.txt writing top-level names to reentry.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'reentry.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'reentry.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'reentry.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'reentry.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'reentry.tests' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'reentry.tests' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/entrypoint.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/cli.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/hooks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/abcbackend.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/jsonbackend.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry copying build/lib/reentry/default_manager.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry/tests copying build/lib/reentry/tests/test_data.json -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry/tests running install_egg_info Copying reentry.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/reentry-1.3.3-py3.11.egg-info running install_scripts Installing reentry script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin requests-2.28.1.tar.gz: OK (md5: 796ea875cdae283529c03b9203d9c454) requests-2.28.1.tar.gz: OK (sha256: 7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983) >>> python-requests 2.28.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-requests/requests-2.28.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-requests-2.28.1 -xf - >>> python-requests 2.28.1 Patching >>> python-requests 2.28.1 Configuring >>> python-requests 2.28.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-requests-2.28.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/requests copying requests/certs.py -> build/lib/requests copying requests/compat.py -> build/lib/requests copying requests/status_codes.py -> build/lib/requests copying requests/hooks.py -> build/lib/requests copying requests/utils.py -> build/lib/requests copying requests/_internal_utils.py -> build/lib/requests copying requests/packages.py -> build/lib/requests copying requests/cookies.py -> build/lib/requests copying requests/sessions.py -> build/lib/requests copying requests/models.py -> build/lib/requests copying requests/api.py -> build/lib/requests copying requests/__init__.py -> build/lib/requests copying requests/auth.py -> build/lib/requests copying requests/__version__.py -> build/lib/requests copying requests/structures.py -> build/lib/requests copying requests/exceptions.py -> build/lib/requests copying requests/adapters.py -> build/lib/requests copying requests/help.py -> build/lib/requests running egg_info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest.ini' adding license file 'LICENSE' writing manifest file 'requests.egg-info/SOURCES.txt' >>> python-requests 2.28.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-requests-2.28.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest.ini' adding license file 'LICENSE' writing manifest file 'requests.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/certs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/status_codes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/hooks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/_internal_utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/packages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/cookies.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/sessions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/models.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/api.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/auth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/__version__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/adapters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests copying build/lib/requests/help.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests running install_egg_info Copying requests.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/requests-2.28.1-py3.11.egg-info running install_scripts >>> python-setproctitle 1.3.2 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.setproctitle-1.3.2.tar.gz.stIv8d/output' 'https://files.pythonhosted.org/packages/b5/47/ac709629ddb9779fee29b7d10ae9580f60a4b37e49bce72360ddf9a79cdc/setproctitle-1.3.2.tar.gz' --2022-11-17 03:43:48-- https://files.pythonhosted.org/packages/b5/47/ac709629ddb9779fee29b7d10ae9580f60a4b37e49bce72360ddf9a79cdc/setproctitle-1.3.2.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 27173 (27K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.setproctitle-1.3.2.tar.gz.stIv8d/output' 0K .......... .......... ...... 100% 31.8M=0.001s 2022-11-17 03:43:48 (31.8 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.setproctitle-1.3.2.tar.gz.stIv8d/output' saved [27173/27173] setproctitle-1.3.2.tar.gz: OK (md5: fa9771540422a59a8dee1331ad6fd3a9) setproctitle-1.3.2.tar.gz: OK (sha256: b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd) >>> python-setproctitle 1.3.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-setproctitle/setproctitle-1.3.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-setproctitle-1.3.2 -xf - >>> python-setproctitle 1.3.2 Patching >>> python-setproctitle 1.3.2 Configuring >>> python-setproctitle 1.3.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-setproctitle-1.3.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/setproctitle copying pkg/setproctitle/__init__.py -> build/lib.linux-s390x-3.11/setproctitle copying pkg/setproctitle/py.typed -> build/lib.linux-s390x-3.11/setproctitle running build_ext building 'setproctitle._setproctitle' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/src /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DSPT_VERSION=1.3.2 -DHAVE_SYS_PRCTL_H=1 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/setproctitle.c -o build/temp.linux-s390x-3.11/src/setproctitle.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DSPT_VERSION=1.3.2 -DHAVE_SYS_PRCTL_H=1 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/spt_debug.c -o build/temp.linux-s390x-3.11/src/spt_debug.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DSPT_VERSION=1.3.2 -DHAVE_SYS_PRCTL_H=1 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/spt_setup.c -o build/temp.linux-s390x-3.11/src/spt_setup.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DSPT_VERSION=1.3.2 -DHAVE_SYS_PRCTL_H=1 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/spt_status.c -o build/temp.linux-s390x-3.11/src/spt_status.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DSPT_VERSION=1.3.2 -DHAVE_SYS_PRCTL_H=1 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/spt_strlcpy.c -o build/temp.linux-s390x-3.11/src/spt_strlcpy.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/setproctitle.o build/temp.linux-s390x-3.11/src/spt_debug.o build/temp.linux-s390x-3.11/src/spt_setup.o build/temp.linux-s390x-3.11/src/spt_status.o build/temp.linux-s390x-3.11/src/spt_strlcpy.o -L. -o build/lib.linux-s390x-3.11/setproctitle/_setproctitle.cpython-311-s390x-linux-gnu.so >>> python-setproctitle 1.3.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-setproctitle-1.3.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setproctitle copying build/lib.linux-s390x-3.11/setproctitle/_setproctitle.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setproctitle copying build/lib.linux-s390x-3.11/setproctitle/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setproctitle copying build/lib.linux-s390x-3.11/setproctitle/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setproctitle running install_egg_info running egg_info writing setproctitle.egg-info/PKG-INFO writing dependency_links to setproctitle.egg-info/dependency_links.txt writing requirements to setproctitle.egg-info/requires.txt writing top-level names to setproctitle.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'setproctitle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' writing manifest file 'setproctitle.egg-info/SOURCES.txt' Copying setproctitle.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setproctitle-1.3.2-py3.11.egg-info running install_scripts setuptools-65.5.1.tar.gz: OK (md5: 3f062858ddfb5efa564c9c02a30cb104) setuptools-65.5.1.tar.gz: OK (sha256: e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f) >>> python-setuptools 65.5.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-setuptools/setuptools-65.5.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-setuptools-65.5.1 -xf - >>> python-setuptools 65.5.1 Patching Applying 0001-add-executable.patch using patch: patching file setuptools/command/install.py patching file setuptools/command/install_scripts.py Hunk #1 succeeded at 14 (offset 1 line). Hunk #2 succeeded at 41 (offset 1 line). >>> python-setuptools 65.5.1 Configuring >>> python-setuptools 65.5.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-setuptools-65.5.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/pkg_resources copying pkg_resources/__init__.py -> build/lib/pkg_resources creating build/lib/setuptools copying setuptools/package_index.py -> build/lib/setuptools copying setuptools/msvc.py -> build/lib/setuptools copying setuptools/_reqs.py -> build/lib/setuptools copying setuptools/dist.py -> build/lib/setuptools copying setuptools/monkey.py -> build/lib/setuptools copying setuptools/version.py -> build/lib/setuptools copying setuptools/launch.py -> build/lib/setuptools copying setuptools/discovery.py -> build/lib/setuptools copying setuptools/logging.py -> build/lib/setuptools copying setuptools/archive_util.py -> build/lib/setuptools copying setuptools/_entry_points.py -> build/lib/setuptools copying setuptools/_importlib.py -> build/lib/setuptools copying setuptools/build_meta.py -> build/lib/setuptools copying setuptools/_deprecation_warning.py -> build/lib/setuptools copying setuptools/py34compat.py -> build/lib/setuptools copying setuptools/namespaces.py -> build/lib/setuptools copying setuptools/depends.py -> build/lib/setuptools copying setuptools/glob.py -> build/lib/setuptools copying setuptools/unicode_utils.py -> build/lib/setuptools copying setuptools/installer.py -> build/lib/setuptools copying setuptools/_path.py -> build/lib/setuptools copying setuptools/windows_support.py -> build/lib/setuptools copying setuptools/__init__.py -> build/lib/setuptools copying setuptools/sandbox.py -> build/lib/setuptools copying setuptools/_itertools.py -> build/lib/setuptools copying setuptools/errors.py -> build/lib/setuptools copying setuptools/_imp.py -> build/lib/setuptools copying setuptools/dep_util.py -> build/lib/setuptools copying setuptools/extension.py -> build/lib/setuptools copying setuptools/wheel.py -> build/lib/setuptools creating build/lib/_distutils_hack copying _distutils_hack/override.py -> build/lib/_distutils_hack copying _distutils_hack/__init__.py -> build/lib/_distutils_hack creating build/lib/pkg_resources/extern copying pkg_resources/extern/__init__.py -> build/lib/pkg_resources/extern creating build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/appdirs.py -> build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/__init__.py -> build/lib/pkg_resources/_vendor copying pkg_resources/_vendor/zipp.py -> build/lib/pkg_resources/_vendor creating build/lib/pkg_resources/_vendor/more_itertools copying pkg_resources/_vendor/more_itertools/more.py -> build/lib/pkg_resources/_vendor/more_itertools copying pkg_resources/_vendor/more_itertools/__init__.py -> build/lib/pkg_resources/_vendor/more_itertools copying pkg_resources/_vendor/more_itertools/recipes.py -> build/lib/pkg_resources/_vendor/more_itertools creating build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/tags.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/version.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/_manylinux.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/utils.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/specifiers.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/_structures.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/__about__.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/_musllinux.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/__init__.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/requirements.py -> build/lib/pkg_resources/_vendor/packaging copying pkg_resources/_vendor/packaging/markers.py -> build/lib/pkg_resources/_vendor/packaging creating build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/_compat.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/_common.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/_legacy.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/simple.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/_adapters.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/abc.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/__init__.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/_itertools.py -> build/lib/pkg_resources/_vendor/importlib_resources copying pkg_resources/_vendor/importlib_resources/readers.py -> build/lib/pkg_resources/_vendor/importlib_resources creating build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/util.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/unicode.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/common.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/__init__.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/testing.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/core.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/helpers.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/exceptions.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/actions.py -> build/lib/pkg_resources/_vendor/pyparsing copying pkg_resources/_vendor/pyparsing/results.py -> build/lib/pkg_resources/_vendor/pyparsing creating build/lib/pkg_resources/_vendor/jaraco copying pkg_resources/_vendor/jaraco/functools.py -> build/lib/pkg_resources/_vendor/jaraco copying pkg_resources/_vendor/jaraco/context.py -> build/lib/pkg_resources/_vendor/jaraco copying pkg_resources/_vendor/jaraco/__init__.py -> build/lib/pkg_resources/_vendor/jaraco creating build/lib/pkg_resources/_vendor/pyparsing/diagram copying pkg_resources/_vendor/pyparsing/diagram/__init__.py -> build/lib/pkg_resources/_vendor/pyparsing/diagram creating build/lib/pkg_resources/_vendor/jaraco/text copying pkg_resources/_vendor/jaraco/text/__init__.py -> build/lib/pkg_resources/_vendor/jaraco/text creating build/lib/setuptools/_distutils copying setuptools/_distutils/filelist.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/versionpredicate.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/fancy_getopt.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/dist.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/version.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/py39compat.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/archive_util.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/ccompiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/util.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/_macos_compat.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/config.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/debug.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/dir_util.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/bcppcompiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/__init__.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/unixccompiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/_functools.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/msvccompiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/core.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/_collections.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/text_file.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/log.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/errors.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/spawn.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/msvc9compiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/cygwinccompiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/dep_util.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/_msvccompiler.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/file_util.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/extension.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/sysconfig.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/py38compat.py -> build/lib/setuptools/_distutils copying setuptools/_distutils/cmd.py -> build/lib/setuptools/_distutils creating build/lib/setuptools/extern copying setuptools/extern/__init__.py -> build/lib/setuptools/extern creating build/lib/setuptools/_vendor copying setuptools/_vendor/typing_extensions.py -> build/lib/setuptools/_vendor copying setuptools/_vendor/__init__.py -> build/lib/setuptools/_vendor copying setuptools/_vendor/ordered_set.py -> build/lib/setuptools/_vendor copying setuptools/_vendor/zipp.py -> build/lib/setuptools/_vendor creating build/lib/setuptools/command copying setuptools/command/dist_info.py -> build/lib/setuptools/command copying setuptools/command/py36compat.py -> build/lib/setuptools/command copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command copying setuptools/command/sdist.py -> build/lib/setuptools/command copying setuptools/command/egg_info.py -> build/lib/setuptools/command copying setuptools/command/setopt.py -> build/lib/setuptools/command copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command copying setuptools/command/build_clib.py -> build/lib/setuptools/command copying setuptools/command/build.py -> build/lib/setuptools/command copying setuptools/command/build_py.py -> build/lib/setuptools/command copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command copying setuptools/command/build_ext.py -> build/lib/setuptools/command copying setuptools/command/alias.py -> build/lib/setuptools/command copying setuptools/command/rotate.py -> build/lib/setuptools/command copying setuptools/command/__init__.py -> build/lib/setuptools/command copying setuptools/command/develop.py -> build/lib/setuptools/command copying setuptools/command/upload_docs.py -> build/lib/setuptools/command copying setuptools/command/saveopts.py -> build/lib/setuptools/command copying setuptools/command/upload.py -> build/lib/setuptools/command copying setuptools/command/install_lib.py -> build/lib/setuptools/command copying setuptools/command/install.py -> build/lib/setuptools/command copying setuptools/command/editable_wheel.py -> build/lib/setuptools/command copying setuptools/command/test.py -> build/lib/setuptools/command copying setuptools/command/install_scripts.py -> build/lib/setuptools/command copying setuptools/command/register.py -> build/lib/setuptools/command copying setuptools/command/easy_install.py -> build/lib/setuptools/command creating build/lib/setuptools/config copying setuptools/config/setupcfg.py -> build/lib/setuptools/config copying setuptools/config/pyprojecttoml.py -> build/lib/setuptools/config copying setuptools/config/_apply_pyprojecttoml.py -> build/lib/setuptools/config copying setuptools/config/__init__.py -> build/lib/setuptools/config copying setuptools/config/expand.py -> build/lib/setuptools/config creating build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/install_egg_info.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/sdist.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/_framework_compat.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/build_clib.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/install_data.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/bdist.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/build.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/build_py.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/bdist_rpm.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/build_ext.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/config.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/py37compat.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/__init__.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/bdist_dumb.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/check.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/upload.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/install_lib.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/install.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/build_scripts.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/install_scripts.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/register.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/install_headers.py -> build/lib/setuptools/_distutils/command copying setuptools/_distutils/command/clean.py -> build/lib/setuptools/_distutils/command creating build/lib/setuptools/_vendor/more_itertools copying setuptools/_vendor/more_itertools/more.py -> build/lib/setuptools/_vendor/more_itertools copying setuptools/_vendor/more_itertools/__init__.py -> build/lib/setuptools/_vendor/more_itertools copying setuptools/_vendor/more_itertools/recipes.py -> build/lib/setuptools/_vendor/more_itertools creating build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/tags.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/version.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/_manylinux.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/utils.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/specifiers.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/_structures.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/__about__.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/_musllinux.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/__init__.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/requirements.py -> build/lib/setuptools/_vendor/packaging copying setuptools/_vendor/packaging/markers.py -> build/lib/setuptools/_vendor/packaging creating build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/_compat.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/_common.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/_legacy.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/simple.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/_adapters.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/abc.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/__init__.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/_itertools.py -> build/lib/setuptools/_vendor/importlib_resources copying setuptools/_vendor/importlib_resources/readers.py -> build/lib/setuptools/_vendor/importlib_resources creating build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/util.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/unicode.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/common.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/__init__.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/testing.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/core.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/helpers.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/exceptions.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/actions.py -> build/lib/setuptools/_vendor/pyparsing copying setuptools/_vendor/pyparsing/results.py -> build/lib/setuptools/_vendor/pyparsing creating build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_meta.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_compat.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_text.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_adapters.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/__init__.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_functools.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_collections.py -> build/lib/setuptools/_vendor/importlib_metadata copying setuptools/_vendor/importlib_metadata/_itertools.py -> build/lib/setuptools/_vendor/importlib_metadata creating build/lib/setuptools/_vendor/jaraco copying setuptools/_vendor/jaraco/functools.py -> build/lib/setuptools/_vendor/jaraco copying setuptools/_vendor/jaraco/context.py -> build/lib/setuptools/_vendor/jaraco copying setuptools/_vendor/jaraco/__init__.py -> build/lib/setuptools/_vendor/jaraco creating build/lib/setuptools/_vendor/tomli copying setuptools/_vendor/tomli/_types.py -> build/lib/setuptools/_vendor/tomli copying setuptools/_vendor/tomli/_parser.py -> build/lib/setuptools/_vendor/tomli copying setuptools/_vendor/tomli/__init__.py -> build/lib/setuptools/_vendor/tomli copying setuptools/_vendor/tomli/_re.py -> build/lib/setuptools/_vendor/tomli creating build/lib/setuptools/_vendor/pyparsing/diagram copying setuptools/_vendor/pyparsing/diagram/__init__.py -> build/lib/setuptools/_vendor/pyparsing/diagram creating build/lib/setuptools/_vendor/jaraco/text copying setuptools/_vendor/jaraco/text/__init__.py -> build/lib/setuptools/_vendor/jaraco/text creating build/lib/setuptools/config/_validate_pyproject copying setuptools/config/_validate_pyproject/formats.py -> build/lib/setuptools/config/_validate_pyproject copying setuptools/config/_validate_pyproject/error_reporting.py -> build/lib/setuptools/config/_validate_pyproject copying setuptools/config/_validate_pyproject/extra_validations.py -> build/lib/setuptools/config/_validate_pyproject copying setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py -> build/lib/setuptools/config/_validate_pyproject copying setuptools/config/_validate_pyproject/fastjsonschema_validations.py -> build/lib/setuptools/config/_validate_pyproject copying setuptools/config/_validate_pyproject/__init__.py -> build/lib/setuptools/config/_validate_pyproject copying setuptools/script (dev).tmpl -> build/lib/setuptools copying setuptools/script.tmpl -> build/lib/setuptools copying setuptools/cli-64.exe -> build/lib/setuptools copying setuptools/gui.exe -> build/lib/setuptools copying setuptools/cli-32.exe -> build/lib/setuptools copying setuptools/gui-64.exe -> build/lib/setuptools copying setuptools/cli.exe -> build/lib/setuptools copying setuptools/cli-arm64.exe -> build/lib/setuptools copying setuptools/gui-arm64.exe -> build/lib/setuptools copying setuptools/gui-32.exe -> build/lib/setuptools copying setuptools/command/launcher manifest.xml -> build/lib/setuptools/command >>> python-setuptools 65.5.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-setuptools-65.5.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/build/python-setuptools-65.5.1/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( Distribution option extra_path is deprecated. See issue27919 for details. running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/extern copying build/lib/pkg_resources/extern/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/extern creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools copying build/lib/pkg_resources/_vendor/more_itertools/more.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools copying build/lib/pkg_resources/_vendor/more_itertools/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools copying build/lib/pkg_resources/_vendor/more_itertools/recipes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/tags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/_manylinux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/specifiers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/_structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/__about__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/_musllinux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/requirements.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/packaging/markers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging copying build/lib/pkg_resources/_vendor/appdirs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/_legacy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/simple.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/_adapters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/abc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/_itertools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources copying build/lib/pkg_resources/_vendor/importlib_resources/readers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/unicode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram copying build/lib/pkg_resources/_vendor/pyparsing/diagram/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram copying build/lib/pkg_resources/_vendor/pyparsing/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/actions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/pyparsing/results.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing copying build/lib/pkg_resources/_vendor/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor copying build/lib/pkg_resources/_vendor/zipp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco copying build/lib/pkg_resources/_vendor/jaraco/functools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text copying build/lib/pkg_resources/_vendor/jaraco/text/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text copying build/lib/pkg_resources/_vendor/jaraco/context.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco copying build/lib/pkg_resources/_vendor/jaraco/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco copying build/lib/pkg_resources/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/pkg_resources creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/package_index.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/msvc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/_reqs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/dist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/monkey.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/launch.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/discovery.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/cli-64.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/logging.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/filelist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/versionpredicate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/fancy_getopt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/dist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/py39compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/archive_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/ccompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/_macos_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/debug.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/dir_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/bcppcompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/unixccompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/_functools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/msvccompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/_collections.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/text_file.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/spawn.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/msvc9compiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/install_egg_info.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/sdist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/_framework_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/build_clib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/install_data.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/bdist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/build.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/build_py.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/bdist_rpm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/build_ext.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/config.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/py37compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/bdist_dumb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/check.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/upload.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/install_lib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/install.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/build_scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/install_scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/register.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/install_headers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/command/clean.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils/command copying build/lib/setuptools/_distutils/cygwinccompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/dep_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/_msvccompiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/file_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/extension.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/sysconfig.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/py38compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/_distutils/cmd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_distutils copying build/lib/setuptools/archive_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/_entry_points.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/_importlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/extern copying build/lib/setuptools/extern/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/extern copying build/lib/setuptools/build_meta.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/_deprecation_warning.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/py34compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/namespaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/script.tmpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/gui.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/depends.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/glob.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/script (dev).tmpl -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/unicode_utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/cli-32.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/gui-64.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/installer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/_path.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/windows_support.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/more_itertools copying build/lib/setuptools/_vendor/more_itertools/more.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/more_itertools copying build/lib/setuptools/_vendor/more_itertools/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/more_itertools copying build/lib/setuptools/_vendor/more_itertools/recipes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/more_itertools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/tags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/_manylinux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/specifiers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/_structures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/__about__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/_musllinux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/requirements.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/packaging/markers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/packaging copying build/lib/setuptools/_vendor/typing_extensions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/_legacy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/simple.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/_adapters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/abc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/_itertools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources copying build/lib/setuptools/_vendor/importlib_resources/readers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/unicode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram copying build/lib/setuptools/_vendor/pyparsing/diagram/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram copying build/lib/setuptools/_vendor/pyparsing/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/actions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/pyparsing/results.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/pyparsing copying build/lib/setuptools/_vendor/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_meta.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_adapters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_functools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_collections.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/importlib_metadata/_itertools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata copying build/lib/setuptools/_vendor/ordered_set.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor copying build/lib/setuptools/_vendor/zipp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/jaraco copying build/lib/setuptools/_vendor/jaraco/functools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/jaraco creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text copying build/lib/setuptools/_vendor/jaraco/text/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text copying build/lib/setuptools/_vendor/jaraco/context.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/jaraco copying build/lib/setuptools/_vendor/jaraco/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/jaraco creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/tomli copying build/lib/setuptools/_vendor/tomli/_types.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/tomli copying build/lib/setuptools/_vendor/tomli/_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/tomli copying build/lib/setuptools/_vendor/tomli/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/tomli copying build/lib/setuptools/_vendor/tomli/_re.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/_vendor/tomli copying build/lib/setuptools/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/cli.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/sandbox.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/cli-arm64.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/_itertools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/gui-arm64.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/errors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/gui-32.exe -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/dist_info.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/py36compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/install_egg_info.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/sdist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/egg_info.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/launcher manifest.xml -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/setopt.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_egg.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/build_clib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/build.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/build_py.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/bdist_rpm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/build_ext.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/alias.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/rotate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/develop.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/upload_docs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/saveopts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/upload.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/install_lib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/install.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/editable_wheel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/install_scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/register.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/command/easy_install.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/command copying build/lib/setuptools/_imp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/dep_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config copying build/lib/setuptools/config/setupcfg.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config copying build/lib/setuptools/config/pyprojecttoml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config copying build/lib/setuptools/config/_apply_pyprojecttoml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config copying build/lib/setuptools/config/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/_validate_pyproject/formats.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/_validate_pyproject/error_reporting.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/_validate_pyproject/extra_validations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/_validate_pyproject/fastjsonschema_validations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/_validate_pyproject/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config/_validate_pyproject copying build/lib/setuptools/config/expand.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools/config copying build/lib/setuptools/extension.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools copying build/lib/setuptools/wheel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/_distutils_hack copying build/lib/_distutils_hack/override.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/_distutils_hack copying build/lib/_distutils_hack/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/_distutils_hack running install_egg_info running egg_info writing setuptools.egg-info/PKG-INFO writing dependency_links to setuptools.egg-info/dependency_links.txt writing entry points to setuptools.egg-info/entry_points.txt writing requirements to setuptools.egg-info/requires.txt writing top-level names to setuptools.egg-info/top_level.txt writing setuptools.egg-info/PKG-INFO writing dependency_links to setuptools.egg-info/dependency_links.txt writing entry points to setuptools.egg-info/entry_points.txt writing requirements to setuptools.egg-info/requires.txt writing top-level names to setuptools.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'setuptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'tests' warning: no files found matching '*.txt' under directory 'docs' warning: no files found matching '*.conf' under directory 'docs' warning: no files found matching '*.css' under directory 'docs' warning: no files found matching '*.css_t' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' warning: no files found matching 'indexsidebar.html' under directory 'docs' warning: no files found matching 'msvc-build-launcher.cmd' adding license file 'LICENSE' writing manifest file 'setuptools.egg-info/SOURCES.txt' Copying setuptools.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/setuptools-65.5.1-py3.11.egg-info running install_scripts creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/distutils-precedence.pth six-1.16.0.tar.gz: OK (md5: a7c927740e4964dd29b72cebfc1429bb) six-1.16.0.tar.gz: OK (sha256: 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926) >>> python-six 1.16.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-six/six-1.16.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-six-1.16.0 -xf - >>> python-six 1.16.0 Patching >>> python-six 1.16.0 Configuring >>> python-six 1.16.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-six-1.16.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib copying six.py -> build/lib >>> python-six 1.16.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-six-1.16.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib copying build/lib/six.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing six.egg-info/PKG-INFO writing dependency_links to six.egg-info/dependency_links.txt writing top-level names to six.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'six.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'documentation/_build' adding license file 'LICENSE' writing manifest file 'six.egg-info/SOURCES.txt' Copying six.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/six-1.16.0-py3.11.egg-info running install_scripts sqlparse-0.4.3.tar.gz: OK (md5: 180fb4e11a3f79b119868d7c102d7816) sqlparse-0.4.3.tar.gz: OK (sha256: 69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268) >>> python-sqlparse 0.4.3 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-sqlparse/sqlparse-0.4.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-sqlparse-0.4.3 -xf - >>> python-sqlparse 0.4.3 Patching >>> python-sqlparse 0.4.3 Configuring >>> python-sqlparse 0.4.3 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-sqlparse-0.4.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/sqlparse copying sqlparse/cli.py -> build/lib/sqlparse copying sqlparse/utils.py -> build/lib/sqlparse copying sqlparse/lexer.py -> build/lib/sqlparse copying sqlparse/tokens.py -> build/lib/sqlparse copying sqlparse/__init__.py -> build/lib/sqlparse copying sqlparse/keywords.py -> build/lib/sqlparse copying sqlparse/__main__.py -> build/lib/sqlparse copying sqlparse/sql.py -> build/lib/sqlparse copying sqlparse/formatter.py -> build/lib/sqlparse copying sqlparse/exceptions.py -> build/lib/sqlparse creating build/lib/sqlparse/filters copying sqlparse/filters/output.py -> build/lib/sqlparse/filters copying sqlparse/filters/aligned_indent.py -> build/lib/sqlparse/filters copying sqlparse/filters/reindent.py -> build/lib/sqlparse/filters copying sqlparse/filters/tokens.py -> build/lib/sqlparse/filters copying sqlparse/filters/__init__.py -> build/lib/sqlparse/filters copying sqlparse/filters/right_margin.py -> build/lib/sqlparse/filters copying sqlparse/filters/others.py -> build/lib/sqlparse/filters creating build/lib/sqlparse/engine copying sqlparse/engine/statement_splitter.py -> build/lib/sqlparse/engine copying sqlparse/engine/filter_stack.py -> build/lib/sqlparse/engine copying sqlparse/engine/__init__.py -> build/lib/sqlparse/engine copying sqlparse/engine/grouping.py -> build/lib/sqlparse/engine >>> python-sqlparse 0.4.3 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-sqlparse-0.4.3//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/cli.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/lexer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/tokens.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/output.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/aligned_indent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/reindent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/tokens.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/right_margin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/filters/others.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/filters copying build/lib/sqlparse/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/keywords.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/sql.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/engine copying build/lib/sqlparse/engine/statement_splitter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/engine copying build/lib/sqlparse/engine/filter_stack.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/engine copying build/lib/sqlparse/engine/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/engine copying build/lib/sqlparse/engine/grouping.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse/engine copying build/lib/sqlparse/formatter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse copying build/lib/sqlparse/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse running install_egg_info running egg_info writing sqlparse.egg-info/PKG-INFO writing dependency_links to sqlparse.egg-info/dependency_links.txt writing entry points to sqlparse.egg-info/entry_points.txt writing top-level names to sqlparse.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'sqlparse.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'sqlparse.egg-info/SOURCES.txt' Copying sqlparse.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/sqlparse-0.4.3-py3.11.egg-info running install_scripts Installing sqlformat script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin tabledata-1.3.0.tar.gz: OK (md5: 1874cb0bf69cbc824a7bec67431023a9) tabledata-1.3.0.tar.gz: OK (sha256: 54541b0c9e58f8fa38251ea0a60965dbaf95737027fa80e6ab56f98d7e4d61e9) >>> python-tabledata 1.3.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-tabledata/tabledata-1.3.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-tabledata-1.3.0 -xf - >>> python-tabledata 1.3.0 Patching >>> python-tabledata 1.3.0 Configuring >>> python-tabledata 1.3.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tabledata-1.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/tabledata copying tabledata/error.py -> build/lib/tabledata copying tabledata/_converter.py -> build/lib/tabledata copying tabledata/_constant.py -> build/lib/tabledata copying tabledata/_common.py -> build/lib/tabledata copying tabledata/normalizer.py -> build/lib/tabledata copying tabledata/__init__.py -> build/lib/tabledata copying tabledata/__version__.py -> build/lib/tabledata copying tabledata/_core.py -> build/lib/tabledata creating build/lib/tabledata/_logger copying tabledata/_logger/_logger.py -> build/lib/tabledata/_logger copying tabledata/_logger/__init__.py -> build/lib/tabledata/_logger copying tabledata/_logger/_null_logger.py -> build/lib/tabledata/_logger running egg_info writing tabledata.egg-info/PKG-INFO writing dependency_links to tabledata.egg-info/dependency_links.txt writing requirements to tabledata.egg-info/requires.txt writing top-level names to tabledata.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'tabledata.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'tabledata.egg-info/SOURCES.txt' copying tabledata/py.typed -> build/lib/tabledata >>> python-tabledata 1.3.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tabledata-1.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing tabledata.egg-info/PKG-INFO writing dependency_links to tabledata.egg-info/dependency_links.txt writing requirements to tabledata.egg-info/requires.txt writing top-level names to tabledata.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'tabledata.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'tabledata.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/_converter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/_constant.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/normalizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/__version__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata copying build/lib/tabledata/_core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata/_logger copying build/lib/tabledata/_logger/_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata/_logger copying build/lib/tabledata/_logger/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata/_logger copying build/lib/tabledata/_logger/_null_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata/_logger copying build/lib/tabledata/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata running install_egg_info Copying tabledata.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tabledata-1.3.0-py3.11.egg-info running install_scripts tinycss2-1.2.1.tar.gz: OK (md5: e8a06102e7f42ca791463f11ce7b814d) tinycss2-1.2.1.tar.gz: OK (sha256: 8cff3a8f066c2ec677c06dbc7b45619804a6938478d9d73c284b29d14ecb0627) >>> python-tinycss2 1.2.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-tinycss2/tinycss2-1.2.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-tinycss2-1.2.1 -xf - >>> python-tinycss2 1.2.1 Patching >>> python-tinycss2 1.2.1 Configuring >>> python-tinycss2 1.2.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tinycss2-1.2.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built tinycss2-1.2.1-py3-none-any.whl >>> python-tinycss2 1.2.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tinycss2-1.2.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) >>> python-tomako 0.1.0.post1 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.tomako-0.1.0.post1.tar.gz.pfFwib/output' 'https://pypi.python.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07/tomako-0.1.0.post1.tar.gz' --2022-11-17 03:44:12-- https://pypi.python.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07/tomako-0.1.0.post1.tar.gz Resolving pypi.python.org (pypi.python.org)... 199.232.144.223, 2a04:4e42:64::223 Connecting to pypi.python.org (pypi.python.org)|199.232.144.223|:443... connected. HTTP request sent, awaiting response... 301 Redirect to Primary Domain Location: https://pypi.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07/tomako-0.1.0.post1.tar.gz [following] --2022-11-17 03:44:13-- https://pypi.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07/tomako-0.1.0.post1.tar.gz Resolving pypi.org (pypi.org)... 151.101.128.223, 151.101.64.223, 151.101.0.223, ... Connecting to pypi.org (pypi.org)|151.101.128.223|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://files.pythonhosted.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07/tomako-0.1.0.post1.tar.gz [following] --2022-11-17 03:44:13-- https://files.pythonhosted.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07/tomako-0.1.0.post1.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3935 (3.8K) [binary/octet-stream] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.tomako-0.1.0.post1.tar.gz.pfFwib/output' 0K ... 100% 30.4M=0s 2022-11-17 03:44:13 (30.4 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.tomako-0.1.0.post1.tar.gz.pfFwib/output' saved [3935/3935] tomako-0.1.0.post1.tar.gz: OK (md5: a2e9e99be4ddf2263ed441ddc3dfcf96) tomako-0.1.0.post1.tar.gz: OK (sha256: 2d8ec113199408eb16ec00361aac6f10b716925779b6331083f304d01dafd150) >>> python-tomako 0.1.0.post1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-tomako/tomako-0.1.0.post1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-tomako-0.1.0.post1 -xf - >>> python-tomako 0.1.0.post1 Patching >>> python-tomako 0.1.0.post1 Configuring >>> python-tomako 0.1.0.post1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tomako-0.1.0.post1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/tomako copying tomako/template.py -> build/lib/tomako copying tomako/__init__.py -> build/lib/tomako copying tomako/loader.py -> build/lib/tomako creating build/lib/tomako/tests copying tomako/tests/util.py -> build/lib/tomako/tests copying tomako/tests/mako_loader_test.py -> build/lib/tomako/tests copying tomako/tests/__init__.py -> build/lib/tomako/tests copying tomako/tests/__main__.py -> build/lib/tomako/tests copying tomako/tests/uimodule_test.py -> build/lib/tomako/tests running egg_info writing tomako.egg-info/PKG-INFO writing dependency_links to tomako.egg-info/dependency_links.txt writing requirements to tomako.egg-info/requires.txt writing top-level names to tomako.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'tomako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'tomako.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tomako.tests.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'tomako.tests.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'tomako.tests.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'tomako.tests.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/tomako/tests/templates copying tomako/tests/templates/uimodule.html -> build/lib/tomako/tests/templates copying tomako/tests/templates/utf8.html -> build/lib/tomako/tests/templates >>> python-tomako 0.1.0.post1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tomako-0.1.0.post1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing tomako.egg-info/PKG-INFO writing dependency_links to tomako.egg-info/dependency_links.txt writing requirements to tomako.egg-info/requires.txt writing top-level names to tomako.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'tomako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'tomako.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tomako.tests.templates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'tomako.tests.templates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'tomako.tests.templates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'tomako.tests.templates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako copying build/lib/tomako/template.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako copying build/lib/tomako/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako copying build/lib/tomako/loader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests copying build/lib/tomako/tests/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests/templates copying build/lib/tomako/tests/templates/uimodule.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests/templates copying build/lib/tomako/tests/templates/utf8.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests/templates copying build/lib/tomako/tests/mako_loader_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests copying build/lib/tomako/tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests copying build/lib/tomako/tests/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests copying build/lib/tomako/tests/uimodule_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako/tests running install_egg_info Copying tomako.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tomako-0.1.0.post1-py3.11.egg-info running install_scripts >>> python-tornado 6.2 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.tornado-6.2.tar.gz.rWWxdP/output' 'https://files.pythonhosted.org/packages/f3/9e/225a41452f2d9418d89be5e32cf824c84fe1e639d350d6e8d49db5b7f73a/tornado-6.2.tar.gz' --2022-11-17 03:44:19-- https://files.pythonhosted.org/packages/f3/9e/225a41452f2d9418d89be5e32cf824c84fe1e639d350d6e8d49db5b7f73a/tornado-6.2.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 199.232.145.63, 2a04:4e42:64::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|199.232.145.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 504849 (493K) [application/x-tar] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.tornado-6.2.tar.gz.rWWxdP/output' 0K .......... .......... .......... .......... .......... 10% 3.07M 0s 50K .......... .......... .......... .......... .......... 20% 2.03M 0s 100K .......... .......... .......... .......... .......... 30% 6.63M 0s 150K .......... .......... .......... .......... .......... 40% 9.66M 0s 200K .......... .......... .......... .......... .......... 50% 13.3M 0s 250K .......... .......... .......... .......... .......... 60% 88.6M 0s 300K .......... .......... .......... .......... .......... 70% 104M 0s 350K .......... .......... .......... .......... .......... 81% 75.8M 0s 400K .......... .......... .......... .......... .......... 91% 19.9M 0s 450K .......... .......... .......... .......... ... 100% 113M=0.06s 2022-11-17 03:44:19 (7.96 MB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.tornado-6.2.tar.gz.rWWxdP/output' saved [504849/504849] tornado-6.2.tar.gz: OK (md5: 32fbad606b439c3e1bf4e79d4e872741) tornado-6.2.tar.gz: OK (sha256: 9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13) >>> python-tornado 6.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-tornado/tornado-6.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-tornado-6.2 -xf - >>> python-tornado 6.2 Patching >>> python-tornado 6.2 Configuring >>> python-tornado 6.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tornado-6.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/tornado copying tornado/tcpclient.py -> build/lib.linux-s390x-3.11/tornado copying tornado/autoreload.py -> build/lib.linux-s390x-3.11/tornado copying tornado/queues.py -> build/lib.linux-s390x-3.11/tornado copying tornado/wsgi.py -> build/lib.linux-s390x-3.11/tornado copying tornado/websocket.py -> build/lib.linux-s390x-3.11/tornado copying tornado/template.py -> build/lib.linux-s390x-3.11/tornado copying tornado/process.py -> build/lib.linux-s390x-3.11/tornado copying tornado/http1connection.py -> build/lib.linux-s390x-3.11/tornado copying tornado/util.py -> build/lib.linux-s390x-3.11/tornado copying tornado/netutil.py -> build/lib.linux-s390x-3.11/tornado copying tornado/locks.py -> build/lib.linux-s390x-3.11/tornado copying tornado/locale.py -> build/lib.linux-s390x-3.11/tornado copying tornado/httputil.py -> build/lib.linux-s390x-3.11/tornado copying tornado/concurrent.py -> build/lib.linux-s390x-3.11/tornado copying tornado/__init__.py -> build/lib.linux-s390x-3.11/tornado copying tornado/httpserver.py -> build/lib.linux-s390x-3.11/tornado copying tornado/routing.py -> build/lib.linux-s390x-3.11/tornado copying tornado/iostream.py -> build/lib.linux-s390x-3.11/tornado copying tornado/gen.py -> build/lib.linux-s390x-3.11/tornado copying tornado/escape.py -> build/lib.linux-s390x-3.11/tornado copying tornado/tcpserver.py -> build/lib.linux-s390x-3.11/tornado copying tornado/testing.py -> build/lib.linux-s390x-3.11/tornado copying tornado/auth.py -> build/lib.linux-s390x-3.11/tornado copying tornado/_locale_data.py -> build/lib.linux-s390x-3.11/tornado copying tornado/simple_httpclient.py -> build/lib.linux-s390x-3.11/tornado copying tornado/log.py -> build/lib.linux-s390x-3.11/tornado copying tornado/ioloop.py -> build/lib.linux-s390x-3.11/tornado copying tornado/httpclient.py -> build/lib.linux-s390x-3.11/tornado copying tornado/options.py -> build/lib.linux-s390x-3.11/tornado copying tornado/curl_httpclient.py -> build/lib.linux-s390x-3.11/tornado copying tornado/web.py -> build/lib.linux-s390x-3.11/tornado creating build/lib.linux-s390x-3.11/tornado/test copying tornado/test/tcpserver_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/iostream_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/websocket_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/options_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/tcpclient_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/auth_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/curl_httpclient_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/util_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/resolve_test_helper.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/runtests.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/locks_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/util.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/web_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/httputil_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/gen_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/template_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/httpserver_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/escape_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/log_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/asyncio_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/__init__.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/__main__.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/concurrent_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/queues_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/process_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/httpclient_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/wsgi_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/ioloop_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/http1connection_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/routing_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/locale_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/netutil_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/twisted_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/testing_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/autoreload_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/import_test.py -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/simple_httpclient_test.py -> build/lib.linux-s390x-3.11/tornado/test creating build/lib.linux-s390x-3.11/tornado/platform copying tornado/platform/asyncio.py -> build/lib.linux-s390x-3.11/tornado/platform copying tornado/platform/caresresolver.py -> build/lib.linux-s390x-3.11/tornado/platform copying tornado/platform/twisted.py -> build/lib.linux-s390x-3.11/tornado/platform copying tornado/platform/__init__.py -> build/lib.linux-s390x-3.11/tornado/platform copying tornado/py.typed -> build/lib.linux-s390x-3.11/tornado creating build/lib.linux-s390x-3.11/tornado/test/csv_translations copying tornado/test/csv_translations/fr_FR.csv -> build/lib.linux-s390x-3.11/tornado/test/csv_translations creating build/lib.linux-s390x-3.11/tornado/test/gettext_translations creating build/lib.linux-s390x-3.11/tornado/test/gettext_translations/fr_FR creating build/lib.linux-s390x-3.11/tornado/test/gettext_translations/fr_FR/LC_MESSAGES copying tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo -> build/lib.linux-s390x-3.11/tornado/test/gettext_translations/fr_FR/LC_MESSAGES copying tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po -> build/lib.linux-s390x-3.11/tornado/test/gettext_translations/fr_FR/LC_MESSAGES copying tornado/test/options_test.cfg -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/options_test_types.cfg -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/options_test_types_str.cfg -> build/lib.linux-s390x-3.11/tornado/test creating build/lib.linux-s390x-3.11/tornado/test/static copying tornado/test/static/robots.txt -> build/lib.linux-s390x-3.11/tornado/test/static copying tornado/test/static/sample.xml -> build/lib.linux-s390x-3.11/tornado/test/static copying tornado/test/static/sample.xml.gz -> build/lib.linux-s390x-3.11/tornado/test/static copying tornado/test/static/sample.xml.bz2 -> build/lib.linux-s390x-3.11/tornado/test/static creating build/lib.linux-s390x-3.11/tornado/test/static/dir copying tornado/test/static/dir/index.html -> build/lib.linux-s390x-3.11/tornado/test/static/dir copying tornado/test/static_foo.txt -> build/lib.linux-s390x-3.11/tornado/test creating build/lib.linux-s390x-3.11/tornado/test/templates copying tornado/test/templates/utf8.html -> build/lib.linux-s390x-3.11/tornado/test/templates copying tornado/test/test.crt -> build/lib.linux-s390x-3.11/tornado/test copying tornado/test/test.key -> build/lib.linux-s390x-3.11/tornado/test running build_ext building 'tornado.speedups' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/tornado /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPy_LIMITED_API=0x03070000 -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c tornado/speedups.c -o build/temp.linux-s390x-3.11/tornado/speedups.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/tornado/speedups.o -L. -o build/lib.linux-s390x-3.11/tornado/speedups.abi3.so >>> python-tornado 6.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-tornado-6.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/tcpclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/autoreload.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/platform copying build/lib.linux-s390x-3.11/tornado/platform/asyncio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/platform copying build/lib.linux-s390x-3.11/tornado/platform/caresresolver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/platform copying build/lib.linux-s390x-3.11/tornado/platform/twisted.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/platform copying build/lib.linux-s390x-3.11/tornado/platform/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/platform copying build/lib.linux-s390x-3.11/tornado/queues.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/websocket.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/speedups.abi3.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/template.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/process.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/http1connection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/netutil.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/locks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/locale.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/httputil.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/concurrent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/httpserver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/routing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/iostream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/gen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/escape.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/tcpserver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/auth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/_locale_data.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/simple_httpclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/ioloop.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/httpclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/csv_translations copying build/lib.linux-s390x-3.11/tornado/test/csv_translations/fr_FR.csv -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/csv_translations copying build/lib.linux-s390x-3.11/tornado/test/tcpserver_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/iostream_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/websocket_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/options_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/tcpclient_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/auth_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/curl_httpclient_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/util_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/resolve_test_helper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/runtests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/locks_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static copying build/lib.linux-s390x-3.11/tornado/test/static/sample.xml -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static copying build/lib.linux-s390x-3.11/tornado/test/static/sample.xml.gz -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static copying build/lib.linux-s390x-3.11/tornado/test/static/robots.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static/dir copying build/lib.linux-s390x-3.11/tornado/test/static/dir/index.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static/dir copying build/lib.linux-s390x-3.11/tornado/test/static/sample.xml.bz2 -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/static copying build/lib.linux-s390x-3.11/tornado/test/options_test_types.cfg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/web_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/httputil_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/gen_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/template_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/test.crt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/httpserver_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/templates copying build/lib.linux-s390x-3.11/tornado/test/templates/utf8.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/templates copying build/lib.linux-s390x-3.11/tornado/test/escape_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/log_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/asyncio_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/options_test_types_str.cfg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/concurrent_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/queues_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/process_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/httpclient_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/wsgi_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/options_test.cfg -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/ioloop_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/static_foo.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/http1connection_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/routing_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/locale_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/netutil_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/twisted_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/testing_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/autoreload_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/import_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/gettext_translations creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/gettext_translations/fr_FR creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/gettext_translations/fr_FR/LC_MESSAGES copying build/lib.linux-s390x-3.11/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/gettext_translations/fr_FR/LC_MESSAGES copying build/lib.linux-s390x-3.11/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test/gettext_translations/fr_FR/LC_MESSAGES copying build/lib.linux-s390x-3.11/tornado/test/simple_httpclient_test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/test/test.key -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado/test copying build/lib.linux-s390x-3.11/tornado/curl_httpclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado copying build/lib.linux-s390x-3.11/tornado/web.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado running install_egg_info running egg_info writing tornado.egg-info/PKG-INFO writing dependency_links to tornado.egg-info/dependency_links.txt writing top-level names to tornado.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'tornado.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.yaml' under directory 'demos' no previously-included directories found matching 'docs/build' warning: no files found matching 'tornado/test/README' adding license file 'LICENSE' writing manifest file 'tornado.egg-info/SOURCES.txt' Copying tornado.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/tornado-6.2-py3.11.egg-info running install_scripts incremental-22.10.0.tar.gz: OK (md5: 9fffa2490ca649550c79a78e85ef2eef) incremental-22.10.0.tar.gz: OK (sha256: 912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0) >>> host-python-incremental 22.10.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-incremental/incremental-22.10.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-incremental-22.10.0 -xf - >>> host-python-incremental 22.10.0 Patching >>> host-python-incremental 22.10.0 Configuring >>> host-python-incremental 22.10.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-incremental-22.10.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/incremental copying src/incremental/update.py -> build/lib/incremental copying src/incremental/__init__.py -> build/lib/incremental copying src/incremental/_version.py -> build/lib/incremental creating build/lib/incremental/tests copying src/incremental/tests/test_update.py -> build/lib/incremental/tests copying src/incremental/tests/__init__.py -> build/lib/incremental/tests copying src/incremental/tests/test_version.py -> build/lib/incremental/tests copying src/incremental/py.typed -> build/lib/incremental >>> host-python-incremental 22.10.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-incremental-22.10.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental copying build/lib/incremental/update.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental copying build/lib/incremental/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental copying build/lib/incremental/py.typed -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental copying build/lib/incremental/_version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental creating /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests copying build/lib/incremental/tests/test_update.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests copying build/lib/incremental/tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests copying build/lib/incremental/tests/test_version.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/update.py to update.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/_version.py to _version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests/test_update.py to test_update.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental/tests/test_version.py to test_version.cpython-311.pyc running install_egg_info running egg_info writing src/incremental.egg-info/PKG-INFO writing dependency_links to src/incremental.egg-info/dependency_links.txt writing entry points to src/incremental.egg-info/entry_points.txt writing requirements to src/incremental.egg-info/requires.txt writing top-level names to src/incremental.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/incremental.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'towncrier.ini' warning: no previously-included files found matching 'mypy.ini' no previously-included directories found matching '.travis' no previously-included directories found matching 'tests' warning: no previously-included files found matching 'examplesetup.py' no previously-included directories found matching 'src/exampleproj' no previously-included directories found matching 'src/incremental/newsfragments' adding license file 'LICENSE' writing manifest file 'src/incremental.egg-info/SOURCES.txt' Copying src/incremental.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/incremental-22.10.0-py3.11.egg-info running install_scripts Twisted-22.10.0.tar.gz: OK (md5: c9a5dad0813512fabd9de502738c0bf8) Twisted-22.10.0.tar.gz: OK (sha256: 32acbd40a94f5f46e7b42c109bfae2b302250945561783a8b7a059048f2d4d31) >>> python-twisted 22.10.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-twisted/Twisted-22.10.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-twisted-22.10.0 -xf - >>> python-twisted 22.10.0 Patching >>> python-twisted 22.10.0 Configuring >>> python-twisted 22.10.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-twisted-22.10.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/twisted copying src/twisted/copyright.py -> build/lib/twisted copying src/twisted/__init__.py -> build/lib/twisted copying src/twisted/__main__.py -> build/lib/twisted copying src/twisted/plugin.py -> build/lib/twisted copying src/twisted/_version.py -> build/lib/twisted creating build/lib/twisted/runner copying src/twisted/runner/inetd.py -> build/lib/twisted/runner copying src/twisted/runner/procmon.py -> build/lib/twisted/runner copying src/twisted/runner/inetdtap.py -> build/lib/twisted/runner copying src/twisted/runner/__init__.py -> build/lib/twisted/runner copying src/twisted/runner/procmontap.py -> build/lib/twisted/runner copying src/twisted/runner/inetdconf.py -> build/lib/twisted/runner creating build/lib/twisted/enterprise copying src/twisted/enterprise/adbapi.py -> build/lib/twisted/enterprise copying src/twisted/enterprise/__init__.py -> build/lib/twisted/enterprise creating build/lib/twisted/python copying src/twisted/python/_inotify.py -> build/lib/twisted/python copying src/twisted/python/sendmsg.py -> build/lib/twisted/python copying src/twisted/python/compat.py -> build/lib/twisted/python copying src/twisted/python/threadpool.py -> build/lib/twisted/python copying src/twisted/python/monkey.py -> build/lib/twisted/python copying src/twisted/python/urlpath.py -> build/lib/twisted/python copying src/twisted/python/logfile.py -> build/lib/twisted/python copying src/twisted/python/context.py -> build/lib/twisted/python copying src/twisted/python/zipstream.py -> build/lib/twisted/python copying src/twisted/python/filepath.py -> build/lib/twisted/python copying src/twisted/python/util.py -> build/lib/twisted/python copying src/twisted/python/deprecate.py -> build/lib/twisted/python copying src/twisted/python/zippath.py -> build/lib/twisted/python copying src/twisted/python/usage.py -> build/lib/twisted/python copying src/twisted/python/constants.py -> build/lib/twisted/python copying src/twisted/python/_url.py -> build/lib/twisted/python copying src/twisted/python/url.py -> build/lib/twisted/python copying src/twisted/python/text.py -> build/lib/twisted/python copying src/twisted/python/formmethod.py -> build/lib/twisted/python copying src/twisted/python/release.py -> build/lib/twisted/python copying src/twisted/python/htmlizer.py -> build/lib/twisted/python copying src/twisted/python/reflect.py -> build/lib/twisted/python copying src/twisted/python/__init__.py -> build/lib/twisted/python copying src/twisted/python/_textattributes.py -> build/lib/twisted/python copying src/twisted/python/randbytes.py -> build/lib/twisted/python copying src/twisted/python/roots.py -> build/lib/twisted/python copying src/twisted/python/modules.py -> build/lib/twisted/python copying src/twisted/python/fakepwd.py -> build/lib/twisted/python copying src/twisted/python/components.py -> build/lib/twisted/python copying src/twisted/python/_tzhelper.py -> build/lib/twisted/python copying src/twisted/python/log.py -> build/lib/twisted/python copying src/twisted/python/runtime.py -> build/lib/twisted/python copying src/twisted/python/failure.py -> build/lib/twisted/python copying src/twisted/python/rebuild.py -> build/lib/twisted/python copying src/twisted/python/win32.py -> build/lib/twisted/python copying src/twisted/python/lockfile.py -> build/lib/twisted/python copying src/twisted/python/systemd.py -> build/lib/twisted/python copying src/twisted/python/_release.py -> build/lib/twisted/python copying src/twisted/python/_appdirs.py -> build/lib/twisted/python copying src/twisted/python/shortcut.py -> build/lib/twisted/python copying src/twisted/python/_shellcomp.py -> build/lib/twisted/python copying src/twisted/python/procutils.py -> build/lib/twisted/python copying src/twisted/python/versions.py -> build/lib/twisted/python copying src/twisted/python/syslog.py -> build/lib/twisted/python copying src/twisted/python/threadable.py -> build/lib/twisted/python creating build/lib/twisted/tap copying src/twisted/tap/socks.py -> build/lib/twisted/tap copying src/twisted/tap/portforward.py -> build/lib/twisted/tap copying src/twisted/tap/__init__.py -> build/lib/twisted/tap copying src/twisted/tap/ftp.py -> build/lib/twisted/tap creating build/lib/twisted/pair copying src/twisted/pair/ethernet.py -> build/lib/twisted/pair copying src/twisted/pair/rawudp.py -> build/lib/twisted/pair copying src/twisted/pair/__init__.py -> build/lib/twisted/pair copying src/twisted/pair/testing.py -> build/lib/twisted/pair copying src/twisted/pair/ip.py -> build/lib/twisted/pair copying src/twisted/pair/raw.py -> build/lib/twisted/pair copying src/twisted/pair/tuntap.py -> build/lib/twisted/pair creating build/lib/twisted/cred copying src/twisted/cred/error.py -> build/lib/twisted/cred copying src/twisted/cred/strcred.py -> build/lib/twisted/cred copying src/twisted/cred/_digest.py -> build/lib/twisted/cred copying src/twisted/cred/checkers.py -> build/lib/twisted/cred copying src/twisted/cred/portal.py -> build/lib/twisted/cred copying src/twisted/cred/__init__.py -> build/lib/twisted/cred copying src/twisted/cred/credentials.py -> build/lib/twisted/cred creating build/lib/twisted/plugins copying src/twisted/plugins/twisted_conch.py -> build/lib/twisted/plugins copying src/twisted/plugins/cred_unix.py -> build/lib/twisted/plugins copying src/twisted/plugins/cred_sshkeys.py -> build/lib/twisted/plugins copying src/twisted/plugins/cred_memory.py -> build/lib/twisted/plugins copying src/twisted/plugins/cred_file.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_ftp.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_reactors.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_mail.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_trial.py -> build/lib/twisted/plugins copying src/twisted/plugins/__init__.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_socks.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_words.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_web.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_core.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_portforward.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_runner.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_names.py -> build/lib/twisted/plugins copying src/twisted/plugins/twisted_inet.py -> build/lib/twisted/plugins copying src/twisted/plugins/cred_anonymous.py -> build/lib/twisted/plugins creating build/lib/twisted/scripts copying src/twisted/scripts/twistd.py -> build/lib/twisted/scripts copying src/twisted/scripts/_twistd_unix.py -> build/lib/twisted/scripts copying src/twisted/scripts/_twistw.py -> build/lib/twisted/scripts copying src/twisted/scripts/htmlizer.py -> build/lib/twisted/scripts copying src/twisted/scripts/__init__.py -> build/lib/twisted/scripts copying src/twisted/scripts/trial.py -> build/lib/twisted/scripts creating build/lib/twisted/names copying src/twisted/names/resolve.py -> build/lib/twisted/names copying src/twisted/names/tap.py -> build/lib/twisted/names copying src/twisted/names/cache.py -> build/lib/twisted/names copying src/twisted/names/error.py -> build/lib/twisted/names copying src/twisted/names/server.py -> build/lib/twisted/names copying src/twisted/names/hosts.py -> build/lib/twisted/names copying src/twisted/names/srvconnect.py -> build/lib/twisted/names copying src/twisted/names/client.py -> build/lib/twisted/names copying src/twisted/names/root.py -> build/lib/twisted/names copying src/twisted/names/authority.py -> build/lib/twisted/names copying src/twisted/names/secondary.py -> build/lib/twisted/names copying src/twisted/names/common.py -> build/lib/twisted/names copying src/twisted/names/__init__.py -> build/lib/twisted/names copying src/twisted/names/dns.py -> build/lib/twisted/names copying src/twisted/names/_rfc1982.py -> build/lib/twisted/names creating build/lib/twisted/mail copying src/twisted/mail/tap.py -> build/lib/twisted/mail copying src/twisted/mail/maildir.py -> build/lib/twisted/mail copying src/twisted/mail/pop3.py -> build/lib/twisted/mail copying src/twisted/mail/protocols.py -> build/lib/twisted/mail copying src/twisted/mail/relay.py -> build/lib/twisted/mail copying src/twisted/mail/_cred.py -> build/lib/twisted/mail copying src/twisted/mail/_except.py -> build/lib/twisted/mail copying src/twisted/mail/smtp.py -> build/lib/twisted/mail copying src/twisted/mail/pb.py -> build/lib/twisted/mail copying src/twisted/mail/imap4.py -> build/lib/twisted/mail copying src/twisted/mail/alias.py -> build/lib/twisted/mail copying src/twisted/mail/__init__.py -> build/lib/twisted/mail copying src/twisted/mail/interfaces.py -> build/lib/twisted/mail copying src/twisted/mail/pop3client.py -> build/lib/twisted/mail copying src/twisted/mail/mail.py -> build/lib/twisted/mail copying src/twisted/mail/_pop3client.py -> build/lib/twisted/mail copying src/twisted/mail/relaymanager.py -> build/lib/twisted/mail copying src/twisted/mail/bounce.py -> build/lib/twisted/mail creating build/lib/twisted/persisted copying src/twisted/persisted/crefutil.py -> build/lib/twisted/persisted copying src/twisted/persisted/dirdbm.py -> build/lib/twisted/persisted copying src/twisted/persisted/aot.py -> build/lib/twisted/persisted copying src/twisted/persisted/__init__.py -> build/lib/twisted/persisted copying src/twisted/persisted/sob.py -> build/lib/twisted/persisted copying src/twisted/persisted/styles.py -> build/lib/twisted/persisted creating build/lib/twisted/words copying src/twisted/words/ewords.py -> build/lib/twisted/words copying src/twisted/words/tap.py -> build/lib/twisted/words copying src/twisted/words/service.py -> build/lib/twisted/words copying src/twisted/words/iwords.py -> build/lib/twisted/words copying src/twisted/words/__init__.py -> build/lib/twisted/words copying src/twisted/words/xmpproutertap.py -> build/lib/twisted/words creating build/lib/twisted/internet copying src/twisted/internet/error.py -> build/lib/twisted/internet copying src/twisted/internet/epollreactor.py -> build/lib/twisted/internet copying src/twisted/internet/_signals.py -> build/lib/twisted/internet copying src/twisted/internet/threads.py -> build/lib/twisted/internet copying src/twisted/internet/cfreactor.py -> build/lib/twisted/internet copying src/twisted/internet/_baseprocess.py -> build/lib/twisted/internet copying src/twisted/internet/gtk2reactor.py -> build/lib/twisted/internet copying src/twisted/internet/selectreactor.py -> build/lib/twisted/internet copying src/twisted/internet/glib2reactor.py -> build/lib/twisted/internet copying src/twisted/internet/gtk3reactor.py -> build/lib/twisted/internet copying src/twisted/internet/tksupport.py -> build/lib/twisted/internet copying src/twisted/internet/utils.py -> build/lib/twisted/internet copying src/twisted/internet/base.py -> build/lib/twisted/internet copying src/twisted/internet/win32eventreactor.py -> build/lib/twisted/internet copying src/twisted/internet/process.py -> build/lib/twisted/internet copying src/twisted/internet/pyuisupport.py -> build/lib/twisted/internet copying src/twisted/internet/_dumbwin32proc.py -> build/lib/twisted/internet copying src/twisted/internet/endpoints.py -> build/lib/twisted/internet copying src/twisted/internet/stdio.py -> build/lib/twisted/internet copying src/twisted/internet/kqreactor.py -> build/lib/twisted/internet copying src/twisted/internet/abstract.py -> build/lib/twisted/internet copying src/twisted/internet/_glibbase.py -> build/lib/twisted/internet copying src/twisted/internet/main.py -> build/lib/twisted/internet copying src/twisted/internet/ssl.py -> build/lib/twisted/internet copying src/twisted/internet/_producer_helpers.py -> build/lib/twisted/internet copying src/twisted/internet/gireactor.py -> build/lib/twisted/internet copying src/twisted/internet/_threadedselect.py -> build/lib/twisted/internet copying src/twisted/internet/serialport.py -> build/lib/twisted/internet copying src/twisted/internet/__init__.py -> build/lib/twisted/internet copying src/twisted/internet/_idna.py -> build/lib/twisted/internet copying src/twisted/internet/posixbase.py -> build/lib/twisted/internet copying src/twisted/internet/_sslverify.py -> build/lib/twisted/internet copying src/twisted/internet/interfaces.py -> build/lib/twisted/internet copying src/twisted/internet/defer.py -> build/lib/twisted/internet copying src/twisted/internet/protocol.py -> build/lib/twisted/internet copying src/twisted/internet/unix.py -> build/lib/twisted/internet copying src/twisted/internet/asyncioreactor.py -> build/lib/twisted/internet copying src/twisted/internet/testing.py -> build/lib/twisted/internet copying src/twisted/internet/task.py -> build/lib/twisted/internet copying src/twisted/internet/inotify.py -> build/lib/twisted/internet copying src/twisted/internet/default.py -> build/lib/twisted/internet copying src/twisted/internet/_posixstdio.py -> build/lib/twisted/internet copying src/twisted/internet/_newtls.py -> build/lib/twisted/internet copying src/twisted/internet/reactor.py -> build/lib/twisted/internet copying src/twisted/internet/_win32stdio.py -> build/lib/twisted/internet copying src/twisted/internet/udp.py -> build/lib/twisted/internet copying src/twisted/internet/_win32serialport.py -> build/lib/twisted/internet copying src/twisted/internet/fdesc.py -> build/lib/twisted/internet copying src/twisted/internet/wxreactor.py -> build/lib/twisted/internet copying src/twisted/internet/wxsupport.py -> build/lib/twisted/internet copying src/twisted/internet/pollreactor.py -> build/lib/twisted/internet copying src/twisted/internet/_resolver.py -> build/lib/twisted/internet copying src/twisted/internet/_pollingfile.py -> build/lib/twisted/internet copying src/twisted/internet/tcp.py -> build/lib/twisted/internet copying src/twisted/internet/_posixserialport.py -> build/lib/twisted/internet copying src/twisted/internet/address.py -> build/lib/twisted/internet creating build/lib/twisted/application copying src/twisted/application/service.py -> build/lib/twisted/application copying src/twisted/application/reactors.py -> build/lib/twisted/application copying src/twisted/application/app.py -> build/lib/twisted/application copying src/twisted/application/__init__.py -> build/lib/twisted/application copying src/twisted/application/strports.py -> build/lib/twisted/application copying src/twisted/application/internet.py -> build/lib/twisted/application creating build/lib/twisted/positioning copying src/twisted/positioning/ipositioning.py -> build/lib/twisted/positioning copying src/twisted/positioning/base.py -> build/lib/twisted/positioning copying src/twisted/positioning/nmea.py -> build/lib/twisted/positioning copying src/twisted/positioning/__init__.py -> build/lib/twisted/positioning copying src/twisted/positioning/_sentence.py -> build/lib/twisted/positioning creating build/lib/twisted/trial copying src/twisted/trial/unittest.py -> build/lib/twisted/trial copying src/twisted/trial/reporter.py -> build/lib/twisted/trial copying src/twisted/trial/util.py -> build/lib/twisted/trial copying src/twisted/trial/_asynctest.py -> build/lib/twisted/trial copying src/twisted/trial/runner.py -> build/lib/twisted/trial copying src/twisted/trial/itrial.py -> build/lib/twisted/trial copying src/twisted/trial/_asyncrunner.py -> build/lib/twisted/trial copying src/twisted/trial/__init__.py -> build/lib/twisted/trial copying src/twisted/trial/__main__.py -> build/lib/twisted/trial copying src/twisted/trial/_synctest.py -> build/lib/twisted/trial creating build/lib/twisted/logger copying src/twisted/logger/_file.py -> build/lib/twisted/logger copying src/twisted/logger/_buffer.py -> build/lib/twisted/logger copying src/twisted/logger/_json.py -> build/lib/twisted/logger copying src/twisted/logger/_filter.py -> build/lib/twisted/logger copying src/twisted/logger/_stdlib.py -> build/lib/twisted/logger copying src/twisted/logger/_interfaces.py -> build/lib/twisted/logger copying src/twisted/logger/_legacy.py -> build/lib/twisted/logger copying src/twisted/logger/_io.py -> build/lib/twisted/logger copying src/twisted/logger/_format.py -> build/lib/twisted/logger copying src/twisted/logger/_util.py -> build/lib/twisted/logger copying src/twisted/logger/_logger.py -> build/lib/twisted/logger copying src/twisted/logger/_observer.py -> build/lib/twisted/logger copying src/twisted/logger/__init__.py -> build/lib/twisted/logger copying src/twisted/logger/_flatten.py -> build/lib/twisted/logger copying src/twisted/logger/_levels.py -> build/lib/twisted/logger copying src/twisted/logger/_capture.py -> build/lib/twisted/logger copying src/twisted/logger/_global.py -> build/lib/twisted/logger creating build/lib/twisted/_threads copying src/twisted/_threads/_convenience.py -> build/lib/twisted/_threads copying src/twisted/_threads/_threadworker.py -> build/lib/twisted/_threads copying src/twisted/_threads/_team.py -> build/lib/twisted/_threads copying src/twisted/_threads/_pool.py -> build/lib/twisted/_threads copying src/twisted/_threads/__init__.py -> build/lib/twisted/_threads copying src/twisted/_threads/_memory.py -> build/lib/twisted/_threads copying src/twisted/_threads/_ithreads.py -> build/lib/twisted/_threads creating build/lib/twisted/test copying src/twisted/test/test_tcp.py -> build/lib/twisted/test copying src/twisted/test/crash_test_dummy.py -> build/lib/twisted/test copying src/twisted/test/process_tty.py -> build/lib/twisted/test copying src/twisted/test/test_logfile.py -> build/lib/twisted/test copying src/twisted/test/test_protocols.py -> build/lib/twisted/test copying src/twisted/test/process_stdinreader.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_write.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_hostpeer.py -> build/lib/twisted/test copying src/twisted/test/test_dirdbm.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_loseconn.py -> build/lib/twisted/test copying src/twisted/test/test_factories.py -> build/lib/twisted/test copying src/twisted/test/test_ftp.py -> build/lib/twisted/test copying src/twisted/test/test_failure.py -> build/lib/twisted/test copying src/twisted/test/process_getenv.py -> build/lib/twisted/test copying src/twisted/test/test_defer.py -> build/lib/twisted/test copying src/twisted/test/process_linger.py -> build/lib/twisted/test copying src/twisted/test/test_process.py -> build/lib/twisted/test copying src/twisted/test/process_signal.py -> build/lib/twisted/test copying src/twisted/test/test_formmethod.py -> build/lib/twisted/test copying src/twisted/test/test_usage.py -> build/lib/twisted/test copying src/twisted/test/test_unix.py -> build/lib/twisted/test copying src/twisted/test/process_getargv.py -> build/lib/twisted/test copying src/twisted/test/test_lockfile.py -> build/lib/twisted/test copying src/twisted/test/test_monkey.py -> build/lib/twisted/test copying src/twisted/test/test_strerror.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_producer.py -> build/lib/twisted/test copying src/twisted/test/test_roots.py -> build/lib/twisted/test copying src/twisted/test/test_ftp_options.py -> build/lib/twisted/test copying src/twisted/test/test_loopback.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_consumer.py -> build/lib/twisted/test copying src/twisted/test/test_error.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_halfclose.py -> build/lib/twisted/test copying src/twisted/test/test_tpfile.py -> build/lib/twisted/test copying src/twisted/test/plugin_extra1.py -> build/lib/twisted/test copying src/twisted/test/test_stateful.py -> build/lib/twisted/test copying src/twisted/test/test_shortcut.py -> build/lib/twisted/test copying src/twisted/test/testutils.py -> build/lib/twisted/test copying src/twisted/test/test_cooperator.py -> build/lib/twisted/test copying src/twisted/test/test_abstract.py -> build/lib/twisted/test copying src/twisted/test/test_sob.py -> build/lib/twisted/test copying src/twisted/test/iosim.py -> build/lib/twisted/test copying src/twisted/test/test_stdio.py -> build/lib/twisted/test copying src/twisted/test/test_tcp_internals.py -> build/lib/twisted/test copying src/twisted/test/test_fdesc.py -> build/lib/twisted/test copying src/twisted/test/test_socks.py -> build/lib/twisted/test copying src/twisted/test/process_twisted.py -> build/lib/twisted/test copying src/twisted/test/test_plugin.py -> build/lib/twisted/test copying src/twisted/test/test_threadable.py -> build/lib/twisted/test copying src/twisted/test/reflect_helper_VE.py -> build/lib/twisted/test copying src/twisted/test/test_modules.py -> build/lib/twisted/test copying src/twisted/test/test_ident.py -> build/lib/twisted/test copying src/twisted/test/test_paths.py -> build/lib/twisted/test copying src/twisted/test/test_log.py -> build/lib/twisted/test copying src/twisted/test/process_fds.py -> build/lib/twisted/test copying src/twisted/test/test_strports.py -> build/lib/twisted/test copying src/twisted/test/myrebuilder1.py -> build/lib/twisted/test copying src/twisted/test/process_tester.py -> build/lib/twisted/test copying src/twisted/test/__init__.py -> build/lib/twisted/test copying src/twisted/test/test_main.py -> build/lib/twisted/test copying src/twisted/test/plugin_extra2.py -> build/lib/twisted/test copying src/twisted/test/test_application.py -> build/lib/twisted/test copying src/twisted/test/test_iosim.py -> build/lib/twisted/test copying src/twisted/test/ssl_helpers.py -> build/lib/twisted/test copying src/twisted/test/reflect_helper_ZDE.py -> build/lib/twisted/test copying src/twisted/test/test_twistd.py -> build/lib/twisted/test copying src/twisted/test/test_internet.py -> build/lib/twisted/test copying src/twisted/test/test_threadpool.py -> build/lib/twisted/test copying src/twisted/test/test_adbapi.py -> build/lib/twisted/test copying src/twisted/test/test_memcache.py -> build/lib/twisted/test copying src/twisted/test/test_randbytes.py -> build/lib/twisted/test copying src/twisted/test/test_iutils.py -> build/lib/twisted/test copying src/twisted/test/test_defgen.py -> build/lib/twisted/test copying src/twisted/test/test_text.py -> build/lib/twisted/test copying src/twisted/test/reflect_helper_IE.py -> build/lib/twisted/test copying src/twisted/test/test_sip.py -> build/lib/twisted/test copying src/twisted/test/process_cmdline.py -> build/lib/twisted/test copying src/twisted/test/test_rebuild.py -> build/lib/twisted/test copying src/twisted/test/myrebuilder2.py -> build/lib/twisted/test copying src/twisted/test/test_pcp.py -> build/lib/twisted/test copying src/twisted/test/test_context.py -> build/lib/twisted/test copying src/twisted/test/test_postfix.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_lastwrite.py -> build/lib/twisted/test copying src/twisted/test/test_threads.py -> build/lib/twisted/test copying src/twisted/test/mock_win32process.py -> build/lib/twisted/test copying src/twisted/test/stdio_test_writeseq.py -> build/lib/twisted/test copying src/twisted/test/test_finger.py -> build/lib/twisted/test copying src/twisted/test/test_htb.py -> build/lib/twisted/test copying src/twisted/test/test_ssl.py -> build/lib/twisted/test copying src/twisted/test/plugin_basic.py -> build/lib/twisted/test copying src/twisted/test/test_compat.py -> build/lib/twisted/test copying src/twisted/test/test_udp.py -> build/lib/twisted/test copying src/twisted/test/test_sslverify.py -> build/lib/twisted/test copying src/twisted/test/test_policies.py -> build/lib/twisted/test copying src/twisted/test/test_task.py -> build/lib/twisted/test copying src/twisted/test/test_amp.py -> build/lib/twisted/test copying src/twisted/test/process_reader.py -> build/lib/twisted/test copying src/twisted/test/proto_helpers.py -> build/lib/twisted/test copying src/twisted/test/test_twisted.py -> build/lib/twisted/test copying src/twisted/test/process_echoer.py -> build/lib/twisted/test copying src/twisted/test/test_persisted.py -> build/lib/twisted/test copying src/twisted/test/test_reflect.py -> build/lib/twisted/test creating build/lib/twisted/spread copying src/twisted/spread/publish.py -> build/lib/twisted/spread copying src/twisted/spread/flavors.py -> build/lib/twisted/spread copying src/twisted/spread/pb.py -> build/lib/twisted/spread copying src/twisted/spread/util.py -> build/lib/twisted/spread copying src/twisted/spread/banana.py -> build/lib/twisted/spread copying src/twisted/spread/jelly.py -> build/lib/twisted/spread copying src/twisted/spread/__init__.py -> build/lib/twisted/spread copying src/twisted/spread/interfaces.py -> build/lib/twisted/spread creating build/lib/twisted/conch copying src/twisted/conch/tap.py -> build/lib/twisted/conch copying src/twisted/conch/error.py -> build/lib/twisted/conch copying src/twisted/conch/manhole_ssh.py -> build/lib/twisted/conch copying src/twisted/conch/telnet.py -> build/lib/twisted/conch copying src/twisted/conch/endpoints.py -> build/lib/twisted/conch copying src/twisted/conch/stdio.py -> build/lib/twisted/conch copying src/twisted/conch/manhole.py -> build/lib/twisted/conch copying src/twisted/conch/avatar.py -> build/lib/twisted/conch copying src/twisted/conch/manhole_tap.py -> build/lib/twisted/conch copying src/twisted/conch/ls.py -> build/lib/twisted/conch copying src/twisted/conch/checkers.py -> build/lib/twisted/conch copying src/twisted/conch/__init__.py -> build/lib/twisted/conch copying src/twisted/conch/interfaces.py -> build/lib/twisted/conch copying src/twisted/conch/unix.py -> build/lib/twisted/conch copying src/twisted/conch/mixin.py -> build/lib/twisted/conch copying src/twisted/conch/recvline.py -> build/lib/twisted/conch copying src/twisted/conch/ttymodes.py -> build/lib/twisted/conch creating build/lib/twisted/protocols copying src/twisted/protocols/shoutcast.py -> build/lib/twisted/protocols copying src/twisted/protocols/policies.py -> build/lib/twisted/protocols copying src/twisted/protocols/basic.py -> build/lib/twisted/protocols copying src/twisted/protocols/sip.py -> build/lib/twisted/protocols copying src/twisted/protocols/socks.py -> build/lib/twisted/protocols copying src/twisted/protocols/portforward.py -> build/lib/twisted/protocols copying src/twisted/protocols/finger.py -> build/lib/twisted/protocols copying src/twisted/protocols/memcache.py -> build/lib/twisted/protocols copying src/twisted/protocols/postfix.py -> build/lib/twisted/protocols copying src/twisted/protocols/loopback.py -> build/lib/twisted/protocols copying src/twisted/protocols/ident.py -> build/lib/twisted/protocols copying src/twisted/protocols/__init__.py -> build/lib/twisted/protocols copying src/twisted/protocols/htb.py -> build/lib/twisted/protocols copying src/twisted/protocols/amp.py -> build/lib/twisted/protocols copying src/twisted/protocols/tls.py -> build/lib/twisted/protocols copying src/twisted/protocols/stateful.py -> build/lib/twisted/protocols copying src/twisted/protocols/pcp.py -> build/lib/twisted/protocols copying src/twisted/protocols/ftp.py -> build/lib/twisted/protocols copying src/twisted/protocols/wire.py -> build/lib/twisted/protocols creating build/lib/twisted/web copying src/twisted/web/pages.py -> build/lib/twisted/web copying src/twisted/web/tap.py -> build/lib/twisted/web copying src/twisted/web/error.py -> build/lib/twisted/web copying src/twisted/web/demo.py -> build/lib/twisted/web copying src/twisted/web/_stan.py -> build/lib/twisted/web copying src/twisted/web/distrib.py -> build/lib/twisted/web copying src/twisted/web/server.py -> build/lib/twisted/web copying src/twisted/web/wsgi.py -> build/lib/twisted/web copying src/twisted/web/http_headers.py -> build/lib/twisted/web copying src/twisted/web/template.py -> build/lib/twisted/web copying src/twisted/web/util.py -> build/lib/twisted/web copying src/twisted/web/html.py -> build/lib/twisted/web copying src/twisted/web/_newclient.py -> build/lib/twisted/web copying src/twisted/web/sux.py -> build/lib/twisted/web copying src/twisted/web/iweb.py -> build/lib/twisted/web copying src/twisted/web/_http2.py -> build/lib/twisted/web copying src/twisted/web/client.py -> build/lib/twisted/web copying src/twisted/web/_template_util.py -> build/lib/twisted/web copying src/twisted/web/resource.py -> build/lib/twisted/web copying src/twisted/web/__init__.py -> build/lib/twisted/web copying src/twisted/web/domhelpers.py -> build/lib/twisted/web copying src/twisted/web/rewrite.py -> build/lib/twisted/web copying src/twisted/web/microdom.py -> build/lib/twisted/web copying src/twisted/web/http.py -> build/lib/twisted/web copying src/twisted/web/_responses.py -> build/lib/twisted/web copying src/twisted/web/static.py -> build/lib/twisted/web copying src/twisted/web/script.py -> build/lib/twisted/web copying src/twisted/web/proxy.py -> build/lib/twisted/web copying src/twisted/web/_flatten.py -> build/lib/twisted/web copying src/twisted/web/twcgi.py -> build/lib/twisted/web copying src/twisted/web/soap.py -> build/lib/twisted/web copying src/twisted/web/guard.py -> build/lib/twisted/web copying src/twisted/web/_element.py -> build/lib/twisted/web copying src/twisted/web/xmlrpc.py -> build/lib/twisted/web copying src/twisted/web/vhost.py -> build/lib/twisted/web creating build/lib/twisted/runner/test copying src/twisted/runner/test/test_inetdconf.py -> build/lib/twisted/runner/test copying src/twisted/runner/test/__init__.py -> build/lib/twisted/runner/test copying src/twisted/runner/test/test_procmon.py -> build/lib/twisted/runner/test copying src/twisted/runner/test/test_procmontap.py -> build/lib/twisted/runner/test creating build/lib/twisted/python/test copying src/twisted/python/test/test_release.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_components.py -> build/lib/twisted/python/test copying src/twisted/python/test/modules_helpers.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_url.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_util.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_htmlizer.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_appdirs.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_zipstream.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_versions.py -> build/lib/twisted/python/test copying src/twisted/python/test/pullpipe.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_fakepwd.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_runtime.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_win32.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_tzhelper.py -> build/lib/twisted/python/test copying src/twisted/python/test/deprecatedattributes.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_textattributes.py -> build/lib/twisted/python/test copying src/twisted/python/test/__init__.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_syslog.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_deprecate.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_systemd.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_sendmsg.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_constants.py -> build/lib/twisted/python/test copying src/twisted/python/test/strategies.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_urlpath.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_zippath.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_inotify.py -> build/lib/twisted/python/test copying src/twisted/python/test/test_shellcomp.py -> build/lib/twisted/python/test creating build/lib/twisted/pair/test copying src/twisted/pair/test/test_rawudp.py -> build/lib/twisted/pair/test copying src/twisted/pair/test/test_tuntap.py -> build/lib/twisted/pair/test copying src/twisted/pair/test/__init__.py -> build/lib/twisted/pair/test copying src/twisted/pair/test/test_ip.py -> build/lib/twisted/pair/test copying src/twisted/pair/test/test_ethernet.py -> build/lib/twisted/pair/test creating build/lib/twisted/cred/test copying src/twisted/cred/test/test_digestauth.py -> build/lib/twisted/cred/test copying src/twisted/cred/test/test_simpleauth.py -> build/lib/twisted/cred/test copying src/twisted/cred/test/__init__.py -> build/lib/twisted/cred/test copying src/twisted/cred/test/test_cred.py -> build/lib/twisted/cred/test copying src/twisted/cred/test/test_strcred.py -> build/lib/twisted/cred/test copying src/twisted/cred/test/test_cramauth.py -> build/lib/twisted/cred/test creating build/lib/twisted/scripts/test copying src/twisted/scripts/test/__init__.py -> build/lib/twisted/scripts/test copying src/twisted/scripts/test/test_scripts.py -> build/lib/twisted/scripts/test creating build/lib/twisted/names/test copying src/twisted/names/test/test_common.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_examples.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_cache.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_util.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_tap.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_dns.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_rootresolve.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_rfc1982.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_hosts.py -> build/lib/twisted/names/test copying src/twisted/names/test/__init__.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_srvconnect.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_server.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_client.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_resolve.py -> build/lib/twisted/names/test copying src/twisted/names/test/test_names.py -> build/lib/twisted/names/test creating build/lib/twisted/mail/scripts copying src/twisted/mail/scripts/__init__.py -> build/lib/twisted/mail/scripts copying src/twisted/mail/scripts/mailmail.py -> build/lib/twisted/mail/scripts creating build/lib/twisted/mail/test copying src/twisted/mail/test/test_pop3.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_mailmail.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_smtp.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_options.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/__init__.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_imap.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/pop3testserver.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_bounce.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_mail.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_pop3client.py -> build/lib/twisted/mail/test copying src/twisted/mail/test/test_scripts.py -> build/lib/twisted/mail/test creating build/lib/twisted/persisted/test copying src/twisted/persisted/test/__init__.py -> build/lib/twisted/persisted/test copying src/twisted/persisted/test/test_styles.py -> build/lib/twisted/persisted/test creating build/lib/twisted/words/im copying src/twisted/words/im/ircsupport.py -> build/lib/twisted/words/im copying src/twisted/words/im/basesupport.py -> build/lib/twisted/words/im copying src/twisted/words/im/pbsupport.py -> build/lib/twisted/words/im copying src/twisted/words/im/locals.py -> build/lib/twisted/words/im copying src/twisted/words/im/__init__.py -> build/lib/twisted/words/im copying src/twisted/words/im/baseaccount.py -> build/lib/twisted/words/im copying src/twisted/words/im/basechat.py -> build/lib/twisted/words/im copying src/twisted/words/im/interfaces.py -> build/lib/twisted/words/im creating build/lib/twisted/words/xish copying src/twisted/words/xish/domish.py -> build/lib/twisted/words/xish copying src/twisted/words/xish/xmlstream.py -> build/lib/twisted/words/xish copying src/twisted/words/xish/__init__.py -> build/lib/twisted/words/xish copying src/twisted/words/xish/xpathparser.py -> build/lib/twisted/words/xish copying src/twisted/words/xish/utility.py -> build/lib/twisted/words/xish copying src/twisted/words/xish/xpath.py -> build/lib/twisted/words/xish creating build/lib/twisted/words/test copying src/twisted/words/test/test_xmpproutertap.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabbercomponent.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_xpath.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_domish.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_irc.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabbererror.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_tap.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_service.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabberclient.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_basechat.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabberxmppstringprep.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabbersasl.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabberjid.py -> build/lib/twisted/words/test copying src/twisted/words/test/__init__.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabbersaslmechanisms.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_ircsupport.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabberxmlstream.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_xmlstream.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_basesupport.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_jabberjstrports.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_irc_service.py -> build/lib/twisted/words/test copying src/twisted/words/test/test_xishutil.py -> build/lib/twisted/words/test creating build/lib/twisted/words/protocols copying src/twisted/words/protocols/__init__.py -> build/lib/twisted/words/protocols copying src/twisted/words/protocols/irc.py -> build/lib/twisted/words/protocols creating build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/error.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmlstream.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/ijabber.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jstrports.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/component.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/client.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jid.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/__init__.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl.py -> build/lib/twisted/words/protocols/jabber creating build/lib/twisted/internet/test copying src/twisted/internet/test/test_kqueuereactor.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_tcp.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_testing.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_time.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_tls.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/process_cli.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_glibbase.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_gireactor.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_serialport.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_iocp.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_posixprocess.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_process.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_posixbase.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/process_connectionlost.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_unix.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/fakeendpoint.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_newtls.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_defer_await.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_udp_internals.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_base.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_protocol.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/reactormixins.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/connectionmixins.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_error.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_win32serialport.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/_win32ifaces.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/modulehelpers.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/process_gireactornocompat.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_abstract.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_stdio.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_epollreactor.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_resolver.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_win32events.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_pollingfile.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_defer_yieldfrom.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_baseprocess.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/_posixifaces.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/__init__.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_main.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/process_helper.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_asyncioreactor.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_sigchld.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_fdset.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_core.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_threads.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_address.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_endpoints.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_socket.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_filedescriptor.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_udp.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_inlinecb.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_default.py -> build/lib/twisted/internet/test copying src/twisted/internet/test/test_inotify.py -> build/lib/twisted/internet/test creating build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/iocpsupport.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/abstract.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/__init__.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/interfaces.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/reactor.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/const.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/udp.py -> build/lib/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/tcp.py -> build/lib/twisted/internet/iocpreactor creating build/lib/twisted/application/runner copying src/twisted/application/runner/_pidfile.py -> build/lib/twisted/application/runner copying src/twisted/application/runner/_exit.py -> build/lib/twisted/application/runner copying src/twisted/application/runner/_runner.py -> build/lib/twisted/application/runner copying src/twisted/application/runner/__init__.py -> build/lib/twisted/application/runner creating build/lib/twisted/application/twist copying src/twisted/application/twist/_twist.py -> build/lib/twisted/application/twist copying src/twisted/application/twist/__init__.py -> build/lib/twisted/application/twist copying src/twisted/application/twist/_options.py -> build/lib/twisted/application/twist creating build/lib/twisted/application/test copying src/twisted/application/test/test_service.py -> build/lib/twisted/application/test copying src/twisted/application/test/__init__.py -> build/lib/twisted/application/test copying src/twisted/application/test/test_internet.py -> build/lib/twisted/application/test creating build/lib/twisted/application/runner/test copying src/twisted/application/runner/test/test_runner.py -> build/lib/twisted/application/runner/test copying src/twisted/application/runner/test/test_exit.py -> build/lib/twisted/application/runner/test copying src/twisted/application/runner/test/__init__.py -> build/lib/twisted/application/runner/test copying src/twisted/application/runner/test/test_pidfile.py -> build/lib/twisted/application/runner/test creating build/lib/twisted/application/twist/test copying src/twisted/application/twist/test/test_twist.py -> build/lib/twisted/application/twist/test copying src/twisted/application/twist/test/test_options.py -> build/lib/twisted/application/twist/test copying src/twisted/application/twist/test/__init__.py -> build/lib/twisted/application/twist/test creating build/lib/twisted/positioning/test copying src/twisted/positioning/test/test_nmea.py -> build/lib/twisted/positioning/test copying src/twisted/positioning/test/test_base.py -> build/lib/twisted/positioning/test copying src/twisted/positioning/test/receiver.py -> build/lib/twisted/positioning/test copying src/twisted/positioning/test/__init__.py -> build/lib/twisted/positioning/test copying src/twisted/positioning/test/test_sentence.py -> build/lib/twisted/positioning/test creating build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/stream.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/workercommands.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/functional.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/distreporter.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/managercommands.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/workerreporter.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/worker.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/disttrial.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/__init__.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/workertrial.py -> build/lib/twisted/trial/_dist copying src/twisted/trial/_dist/options.py -> build/lib/twisted/trial/_dist creating build/lib/twisted/trial/test copying src/twisted/trial/test/matchers.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/pyunitcases.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_pyunitcompat.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/detests.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/ordertests.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_script.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_testcase.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/weird.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/scripttest.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_util.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_runner.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_reporter.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_tests.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_asyncassertions.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/skipping.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/packages.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_matchers.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_assertions.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_skip.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_warning.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/moduletest.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_log.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/novars.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/__init__.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/sample.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_doctest.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_loader.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/suppression.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/moduleself.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/mockdoctest.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_suppression.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_keyboard.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite2.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_plugins.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite3.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_deferred.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/erroneous.py -> build/lib/twisted/trial/test copying src/twisted/trial/test/test_output.py -> build/lib/twisted/trial/test creating build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/matchers.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workerreporter.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_disttrial.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_stream.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_distreporter.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_matchers.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_options.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/__init__.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workertrial.py -> build/lib/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_worker.py -> build/lib/twisted/trial/_dist/test creating build/lib/twisted/logger/test copying src/twisted/logger/test/test_stdlib.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_io.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_util.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_legacy.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_global.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_logger.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_flatten.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_json.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_observer.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_buffer.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/__init__.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_filter.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_capture.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_file.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_levels.py -> build/lib/twisted/logger/test copying src/twisted/logger/test/test_format.py -> build/lib/twisted/logger/test creating build/lib/twisted/_threads/test copying src/twisted/_threads/test/test_team.py -> build/lib/twisted/_threads/test copying src/twisted/_threads/test/test_memory.py -> build/lib/twisted/_threads/test copying src/twisted/_threads/test/test_convenience.py -> build/lib/twisted/_threads/test copying src/twisted/_threads/test/__init__.py -> build/lib/twisted/_threads/test copying src/twisted/_threads/test/test_threadworker.py -> build/lib/twisted/_threads/test creating build/lib/twisted/spread/test copying src/twisted/spread/test/test_banana.py -> build/lib/twisted/spread/test copying src/twisted/spread/test/test_pb.py -> build/lib/twisted/spread/test copying src/twisted/spread/test/test_pbfailure.py -> build/lib/twisted/spread/test copying src/twisted/spread/test/__init__.py -> build/lib/twisted/spread/test copying src/twisted/spread/test/test_jelly.py -> build/lib/twisted/spread/test creating build/lib/twisted/conch/insults copying src/twisted/conch/insults/helper.py -> build/lib/twisted/conch/insults copying src/twisted/conch/insults/insults.py -> build/lib/twisted/conch/insults copying src/twisted/conch/insults/text.py -> build/lib/twisted/conch/insults copying src/twisted/conch/insults/__init__.py -> build/lib/twisted/conch/insults copying src/twisted/conch/insults/window.py -> build/lib/twisted/conch/insults creating build/lib/twisted/conch/scripts copying src/twisted/conch/scripts/ckeygen.py -> build/lib/twisted/conch/scripts copying src/twisted/conch/scripts/conch.py -> build/lib/twisted/conch/scripts copying src/twisted/conch/scripts/__init__.py -> build/lib/twisted/conch/scripts copying src/twisted/conch/scripts/cftp.py -> build/lib/twisted/conch/scripts copying src/twisted/conch/scripts/tkconch.py -> build/lib/twisted/conch/scripts creating build/lib/twisted/conch/client copying src/twisted/conch/client/__init__.py -> build/lib/twisted/conch/client copying src/twisted/conch/client/agent.py -> build/lib/twisted/conch/client copying src/twisted/conch/client/knownhosts.py -> build/lib/twisted/conch/client copying src/twisted/conch/client/default.py -> build/lib/twisted/conch/client copying src/twisted/conch/client/direct.py -> build/lib/twisted/conch/client copying src/twisted/conch/client/options.py -> build/lib/twisted/conch/client copying src/twisted/conch/client/connect.py -> build/lib/twisted/conch/client creating build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/transport.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/sexpy.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/channel.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/service.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/_keys_pynacl.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/userauth.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/common.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/__init__.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/filetransfer.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/_kex.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/agent.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/connection.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/session.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/keys.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/factory.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/forwarding.py -> build/lib/twisted/conch/ssh copying src/twisted/conch/ssh/address.py -> build/lib/twisted/conch/ssh creating build/lib/twisted/conch/test copying src/twisted/conch/test/test_mixin.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_manhole.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_telnet.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_openssh_compat.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/keydata.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_conch.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_ckeygen.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_window.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_tap.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_insults.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_unix.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_forwarding.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_helper.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_transport.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_connection.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_keys.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/loopback.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_channel.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_recvline.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_filetransfer.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/__init__.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_knownhosts.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_manhole_tap.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_text.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_userauth.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_ssh.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_cftp.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_checkers.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_address.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_session.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_agent.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_endpoints.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_scripts.py -> build/lib/twisted/conch/test copying src/twisted/conch/test/test_default.py -> build/lib/twisted/conch/test creating build/lib/twisted/conch/ui copying src/twisted/conch/ui/tkvt100.py -> build/lib/twisted/conch/ui copying src/twisted/conch/ui/ansi.py -> build/lib/twisted/conch/ui copying src/twisted/conch/ui/__init__.py -> build/lib/twisted/conch/ui creating build/lib/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/primes.py -> build/lib/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/__init__.py -> build/lib/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/factory.py -> build/lib/twisted/conch/openssh_compat creating build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_interfaces.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v2parser.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_wrapper.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v1parser.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_parser.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/__init__.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_exceptions.py -> build/lib/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_info.py -> build/lib/twisted/protocols/haproxy creating build/lib/twisted/protocols/test copying src/twisted/protocols/test/test_tls.py -> build/lib/twisted/protocols/test copying src/twisted/protocols/test/__init__.py -> build/lib/twisted/protocols/test copying src/twisted/protocols/test/test_basic.py -> build/lib/twisted/protocols/test creating build/lib/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_parser.py -> build/lib/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_wrapper.py -> build/lib/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v2parser.py -> build/lib/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v1parser.py -> build/lib/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/__init__.py -> build/lib/twisted/protocols/haproxy/test creating build/lib/twisted/web/_auth copying src/twisted/web/_auth/wrapper.py -> build/lib/twisted/web/_auth copying src/twisted/web/_auth/basic.py -> build/lib/twisted/web/_auth copying src/twisted/web/_auth/__init__.py -> build/lib/twisted/web/_auth copying src/twisted/web/_auth/digest.py -> build/lib/twisted/web/_auth creating build/lib/twisted/web/test copying src/twisted/web/test/test_http_headers.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_xml.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_httpauth.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_script.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_static.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_resource.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_web.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_vhost.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_util.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_http.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_web__responses.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_tap.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_newclient.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_error.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_flatten.py -> build/lib/twisted/web/test copying src/twisted/web/test/injectionhelpers.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_distrib.py -> build/lib/twisted/web/test copying src/twisted/web/test/_util.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_template.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_proxy.py -> build/lib/twisted/web/test copying src/twisted/web/test/__init__.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_cgi.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_domhelpers.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_xmlrpc.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_stan.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_client.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_wsgi.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_pages.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_agent.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_soap.py -> build/lib/twisted/web/test copying src/twisted/web/test/requesthelper.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_webclient.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_http2.py -> build/lib/twisted/web/test copying src/twisted/web/test/test_html.py -> build/lib/twisted/web/test running egg_info writing src/Twisted.egg-info/PKG-INFO writing dependency_links to src/Twisted.egg-info/dependency_links.txt writing entry points to src/Twisted.egg-info/entry_points.txt writing requirements to src/Twisted.egg-info/requires.txt writing top-level names to src/Twisted.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Twisted.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.misc' found under directory 'src/twisted' warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted' warning: no previously-included files matching '*.doc' found under directory 'src/twisted' warning: no previously-included files matching '*.feature' found under directory 'src/twisted' warning: no previously-included files matching '*.removal' found under directory 'src/twisted' warning: no previously-included files matching 'NEWS' found under directory 'src/twisted' warning: no previously-included files matching 'README' found under directory 'src/twisted' warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted' warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS' warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching '.coveralls.yml' warning: no previously-included files found matching '.git-blame-ignore-revs' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files matching '*' found under directory '.circleci' warning: no previously-included files found matching 'azure-pipelines' warning: no previously-included files matching '*' found under directory 'azure-pipelines' no previously-included directories found matching 'bin' no previously-included directories found matching 'admin' no previously-included directories found matching '.github' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.pxi' under directory 'src/twisted' warning: no files found matching '*.h' under directory 'src/twisted' warning: no files found matching '*.c' under directory 'src/twisted' warning: no files found matching '*.pyx' under directory 'src/twisted' warning: no files found matching '*' under directory 'docs/historic/Quotes' warning: no files found matching '*.conf' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' warning: no files found matching '*.ico' under directory 'docs' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'docs/historic/2003' warning: no previously-included files matching '*' found under directory 'docs/historic/2003' adding license file 'LICENSE' writing manifest file 'src/Twisted.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'twisted.internet.test.fake_CAs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'twisted.internet.test.fake_CAs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'twisted.internet.test.fake_CAs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'twisted.internet.test.fake_CAs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'twisted.python._pydoctortemplates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'twisted.python._pydoctortemplates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'twisted.python._pydoctortemplates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'twisted.python._pydoctortemplates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying src/twisted/py.typed -> build/lib/twisted copying src/twisted/python/twisted-completion.zsh -> build/lib/twisted/python creating build/lib/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/subheader.html -> build/lib/twisted/python/_pydoctortemplates copying src/twisted/test/cert.pem.no_trailing_newline -> build/lib/twisted/test copying src/twisted/test/key.pem.no_trailing_newline -> build/lib/twisted/test copying src/twisted/test/server.pem -> build/lib/twisted/test copying src/twisted/mail/test/rfc822.message -> build/lib/twisted/mail/test copying src/twisted/words/im/instancemessenger.glade -> build/lib/twisted/words/im copying src/twisted/words/xish/xpathparser.g -> build/lib/twisted/words/xish creating build/lib/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/chain.pem -> build/lib/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/not-a-certificate -> build/lib/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing1.pem -> build/lib/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> build/lib/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2.pem -> build/lib/twisted/internet/test/fake_CAs copying src/twisted/internet/iocpreactor/notes.txt -> build/lib/twisted/internet/iocpreactor >>> python-twisted 22.10.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-twisted-22.10.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/Twisted.egg-info/PKG-INFO writing dependency_links to src/Twisted.egg-info/dependency_links.txt writing entry points to src/Twisted.egg-info/entry_points.txt writing requirements to src/Twisted.egg-info/requires.txt writing top-level names to src/Twisted.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Twisted.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.misc' found under directory 'src/twisted' warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted' warning: no previously-included files matching '*.doc' found under directory 'src/twisted' warning: no previously-included files matching '*.feature' found under directory 'src/twisted' warning: no previously-included files matching '*.removal' found under directory 'src/twisted' warning: no previously-included files matching 'NEWS' found under directory 'src/twisted' warning: no previously-included files matching 'README' found under directory 'src/twisted' warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted' warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS' warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching '.coveralls.yml' warning: no previously-included files found matching '.git-blame-ignore-revs' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files matching '*' found under directory '.circleci' warning: no previously-included files found matching 'azure-pipelines' warning: no previously-included files matching '*' found under directory 'azure-pipelines' no previously-included directories found matching 'bin' no previously-included directories found matching 'admin' no previously-included directories found matching '.github' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.pxi' under directory 'src/twisted' warning: no files found matching '*.h' under directory 'src/twisted' warning: no files found matching '*.c' under directory 'src/twisted' warning: no files found matching '*.pyx' under directory 'src/twisted' warning: no files found matching '*' under directory 'docs/historic/Quotes' warning: no files found matching '*.conf' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' warning: no files found matching '*.ico' under directory 'docs' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching 'docs/historic/2003' warning: no previously-included files matching '*' found under directory 'docs/historic/2003' adding license file 'LICENSE' writing manifest file 'src/Twisted.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'twisted.internet.test.fake_CAs' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'twisted.internet.test.fake_CAs' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'twisted.internet.test.fake_CAs' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'twisted.internet.test.fake_CAs' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'twisted.python._pydoctortemplates' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'twisted.python._pydoctortemplates' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'twisted.python._pydoctortemplates' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'twisted.python._pydoctortemplates' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner copying build/lib/twisted/runner/inetd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner copying build/lib/twisted/runner/procmon.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner copying build/lib/twisted/runner/inetdtap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner copying build/lib/twisted/runner/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner copying build/lib/twisted/runner/procmontap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner/test copying build/lib/twisted/runner/test/test_inetdconf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner/test copying build/lib/twisted/runner/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner/test copying build/lib/twisted/runner/test/test_procmon.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner/test copying build/lib/twisted/runner/test/test_procmontap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner/test copying build/lib/twisted/runner/inetdconf.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/runner creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/enterprise copying build/lib/twisted/enterprise/adbapi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/enterprise copying build/lib/twisted/enterprise/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/enterprise creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/twisted-completion.zsh -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_inotify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/_pydoctortemplates copying build/lib/twisted/python/_pydoctortemplates/subheader.html -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/_pydoctortemplates copying build/lib/twisted/python/sendmsg.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/threadpool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/monkey.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/urlpath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/logfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/context.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/zipstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/filepath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/deprecate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/zippath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/usage.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/formmethod.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/release.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/htmlizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/reflect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_textattributes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/randbytes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/roots.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/modules.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/fakepwd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/components.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_tzhelper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/runtime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/failure.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/rebuild.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/win32.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/lockfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/systemd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_release.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_appdirs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/shortcut.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/_shellcomp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/procutils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_release.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_components.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/modules_helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_htmlizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_appdirs.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_zipstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_versions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/pullpipe.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_fakepwd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_runtime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_win32.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_tzhelper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/deprecatedattributes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_textattributes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_syslog.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_deprecate.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_systemd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_sendmsg.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_constants.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/strategies.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_urlpath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_zippath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_inotify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/test/test_shellcomp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python/test copying build/lib/twisted/python/versions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/syslog.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python copying build/lib/twisted/python/threadable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/python creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/tap copying build/lib/twisted/tap/socks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/tap copying build/lib/twisted/tap/portforward.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/tap copying build/lib/twisted/tap/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/tap copying build/lib/twisted/tap/ftp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/tap creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/ethernet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/rawudp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/ip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/raw.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair copying build/lib/twisted/pair/tuntap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair/test copying build/lib/twisted/pair/test/test_rawudp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair/test copying build/lib/twisted/pair/test/test_tuntap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair/test copying build/lib/twisted/pair/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair/test copying build/lib/twisted/pair/test/test_ip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair/test copying build/lib/twisted/pair/test/test_ethernet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/pair/test copying build/lib/twisted/copyright.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred copying build/lib/twisted/cred/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred copying build/lib/twisted/cred/strcred.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred copying build/lib/twisted/cred/_digest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred copying build/lib/twisted/cred/checkers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred copying build/lib/twisted/cred/portal.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred copying build/lib/twisted/cred/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/test/test_digestauth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/test/test_simpleauth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/test/test_cred.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/test/test_strcred.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/test/test_cramauth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred/test copying build/lib/twisted/cred/credentials.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/cred creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_conch.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/cred_unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/cred_sshkeys.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/cred_memory.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/cred_file.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_ftp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_reactors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_mail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_trial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_socks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_words.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_web.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_portforward.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_names.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_inet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins copying build/lib/twisted/plugins/cred_anonymous.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/plugins creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts copying build/lib/twisted/scripts/twistd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts copying build/lib/twisted/scripts/_twistd_unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts copying build/lib/twisted/scripts/_twistw.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts copying build/lib/twisted/scripts/htmlizer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts copying build/lib/twisted/scripts/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts copying build/lib/twisted/scripts/trial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts/test copying build/lib/twisted/scripts/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts/test copying build/lib/twisted/scripts/test/test_scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/scripts/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/resolve.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/server.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/hosts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/srvconnect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/root.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/authority.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/secondary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names copying build/lib/twisted/names/dns.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_examples.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_cache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_dns.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_rootresolve.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_rfc1982.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_hosts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_srvconnect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_server.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_resolve.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/test/test_names.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names/test copying build/lib/twisted/names/_rfc1982.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/names creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/maildir.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/pop3.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/protocols.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/relay.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/_cred.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/_except.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/smtp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/pb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/scripts copying build/lib/twisted/mail/scripts/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/scripts copying build/lib/twisted/mail/scripts/mailmail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/scripts copying build/lib/twisted/mail/imap4.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/alias.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/pop3client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/mail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/_pop3client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail copying build/lib/twisted/mail/relaymanager.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_pop3.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_mailmail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/rfc822.message -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_smtp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_imap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/pop3testserver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_bounce.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_mail.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_pop3client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/test/test_scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail/test copying build/lib/twisted/mail/bounce.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/mail creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted copying build/lib/twisted/persisted/crefutil.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted copying build/lib/twisted/persisted/dirdbm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted copying build/lib/twisted/persisted/aot.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted copying build/lib/twisted/persisted/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted/test copying build/lib/twisted/persisted/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted/test copying build/lib/twisted/persisted/test/test_styles.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted/test copying build/lib/twisted/persisted/sob.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted copying build/lib/twisted/persisted/styles.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/persisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words copying build/lib/twisted/words/ewords.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words copying build/lib/twisted/words/tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/instancemessenger.glade -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/ircsupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/basesupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/pbsupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/locals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/baseaccount.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/basechat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/im/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/im copying build/lib/twisted/words/service.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words copying build/lib/twisted/words/iwords.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words copying build/lib/twisted/words/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words copying build/lib/twisted/words/xmpproutertap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/domish.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xmlstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xpathparser.g -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xpathparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/utility.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish copying build/lib/twisted/words/xish/xpath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/xish creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xmpproutertap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbercomponent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xpath.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_domish.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_irc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbererror.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_service.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_basechat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberxmppstringprep.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbersasl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberjid.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabbersaslmechanisms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_ircsupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberxmlstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xmlstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_basesupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_jabberjstrports.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_irc_service.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test copying build/lib/twisted/words/test/test_xishutil.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols copying build/lib/twisted/words/protocols/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols copying build/lib/twisted/words/protocols/irc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/xmlstream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/ijabber.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/jstrports.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/xmpp_stringprep.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/component.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/jid.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/sasl_mechanisms.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber copying build/lib/twisted/words/protocols/jabber/sasl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/words/protocols/jabber creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/epollreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/threads.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/cfreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_baseprocess.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/gtk2reactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/selectreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/glib2reactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/gtk3reactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/tksupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/win32eventreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/process.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/pyuisupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_dumbwin32proc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/endpoints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/stdio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/kqreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/abstract.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_glibbase.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/main.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/ssl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_producer_helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/gireactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_threadedselect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/serialport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_idna.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/posixbase.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_sslverify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/defer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/protocol.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/asyncioreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/task.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/inotify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/default.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_posixstdio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_newtls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/reactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_win32stdio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/udp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_win32serialport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_kqueuereactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_tcp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_time.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_tls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/process_cli.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_glibbase.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_gireactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_serialport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_iocp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_posixprocess.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_process.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_posixbase.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/process_connectionlost.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/fakeendpoint.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_newtls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_defer_await.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_udp_internals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_protocol.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/reactormixins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/connectionmixins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_win32serialport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/_win32ifaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/modulehelpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/process_gireactornocompat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_abstract.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_stdio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_epollreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_resolver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_win32events.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_pollingfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_defer_yieldfrom.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_baseprocess.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/_posixifaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test/fake_CAs copying build/lib/twisted/internet/test/fake_CAs/not-a-certificate -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test/fake_CAs copying build/lib/twisted/internet/test/fake_CAs/chain.pem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test/fake_CAs copying build/lib/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test/fake_CAs copying build/lib/twisted/internet/test/fake_CAs/thing1.pem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test/fake_CAs copying build/lib/twisted/internet/test/fake_CAs/thing2.pem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test/fake_CAs copying build/lib/twisted/internet/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_main.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/process_helper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_asyncioreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_sigchld.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_fdset.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_core.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_threads.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_address.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_endpoints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_socket.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_filedescriptor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_udp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_inlinecb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_default.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/test/test_inotify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/test copying build/lib/twisted/internet/fdesc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/wxreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/iocpsupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/abstract.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/notes.txt -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/reactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/const.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/udp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/iocpreactor/tcp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet/iocpreactor copying build/lib/twisted/internet/wxsupport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/pollreactor.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_resolver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_pollingfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/tcp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/_posixserialport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet copying build/lib/twisted/internet/address.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/internet creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner copying build/lib/twisted/application/runner/_pidfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner copying build/lib/twisted/application/runner/_exit.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner copying build/lib/twisted/application/runner/_runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner copying build/lib/twisted/application/runner/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner/test copying build/lib/twisted/application/runner/test/test_runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner/test copying build/lib/twisted/application/runner/test/test_exit.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner/test copying build/lib/twisted/application/runner/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner/test copying build/lib/twisted/application/runner/test/test_pidfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/runner/test copying build/lib/twisted/application/service.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application copying build/lib/twisted/application/reactors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application copying build/lib/twisted/application/app.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist copying build/lib/twisted/application/twist/_twist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist copying build/lib/twisted/application/twist/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist copying build/lib/twisted/application/twist/_options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist/test copying build/lib/twisted/application/twist/test/test_twist.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist/test copying build/lib/twisted/application/twist/test/test_options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist/test copying build/lib/twisted/application/twist/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/twist/test copying build/lib/twisted/application/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application copying build/lib/twisted/application/strports.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/test copying build/lib/twisted/application/test/test_service.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/test copying build/lib/twisted/application/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/test copying build/lib/twisted/application/test/test_internet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application/test copying build/lib/twisted/application/internet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/application copying build/lib/twisted/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning copying build/lib/twisted/positioning/ipositioning.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning copying build/lib/twisted/positioning/base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning copying build/lib/twisted/positioning/nmea.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning copying build/lib/twisted/positioning/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning copying build/lib/twisted/positioning/_sentence.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning/test copying build/lib/twisted/positioning/test/test_nmea.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning/test copying build/lib/twisted/positioning/test/test_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning/test copying build/lib/twisted/positioning/test/receiver.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning/test copying build/lib/twisted/positioning/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning/test copying build/lib/twisted/positioning/test/test_sentence.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/positioning/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/unittest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/reporter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/stream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/workercommands.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/functional.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/distreporter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/managercommands.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/workerreporter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/worker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/disttrial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/workertrial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist copying build/lib/twisted/trial/_dist/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/matchers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_workerreporter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_disttrial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_stream.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_distreporter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_matchers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_workertrial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/_dist/test/test_worker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/_dist/test copying build/lib/twisted/trial/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/_asynctest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/itrial.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/_asyncrunner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial copying build/lib/twisted/trial/_synctest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/matchers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/pyunitcases.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_pyunitcompat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/detests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/ordertests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_script.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_testcase.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/weird.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/scripttest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_runner.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_reporter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_tests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_asyncassertions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/skipping.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/packages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_matchers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_assertions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_skip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_warning.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/moduletest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/novars.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/sample.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_doctest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_loader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/suppression.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/moduleself.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/mockdoctest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/mockcustomsuite.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_suppression.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_keyboard.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/mockcustomsuite2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_plugins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/mockcustomsuite3.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_deferred.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/erroneous.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/trial/test/test_output.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/trial/test copying build/lib/twisted/__main__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_file.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_buffer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_json.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_filter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_stdlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_legacy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_format.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_observer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_flatten.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_levels.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_stdlib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_legacy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_global.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_logger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_flatten.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_json.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_observer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_buffer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_filter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_capture.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_file.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_levels.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/test/test_format.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger/test copying build/lib/twisted/logger/_capture.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger copying build/lib/twisted/logger/_global.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/logger creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/_convenience.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/_threadworker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/_team.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/_pool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/_memory.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads copying build/lib/twisted/_threads/_ithreads.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads/test copying build/lib/twisted/_threads/test/test_team.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads/test copying build/lib/twisted/_threads/test/test_memory.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads/test copying build/lib/twisted/_threads/test/test_convenience.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads/test copying build/lib/twisted/_threads/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads/test copying build/lib/twisted/_threads/test/test_threadworker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/_threads/test copying build/lib/twisted/plugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted copying build/lib/twisted/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_tcp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/crash_test_dummy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_tty.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_logfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_protocols.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_stdinreader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_write.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_hostpeer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_dirdbm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_loseconn.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_factories.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_ftp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_failure.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_getenv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_defer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_linger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_process.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_signal.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_formmethod.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_usage.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_getargv.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_lockfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_monkey.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_strerror.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_producer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_roots.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_ftp_options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/cert.pem.no_trailing_newline -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_loopback.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_consumer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_halfclose.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_tpfile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/plugin_extra1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_stateful.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_shortcut.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/testutils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_cooperator.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_abstract.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_sob.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/iosim.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_stdio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_tcp_internals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/server.pem -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_fdesc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/key.pem.no_trailing_newline -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_socks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_twisted.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_plugin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_threadable.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/reflect_helper_VE.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_modules.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_ident.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_paths.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_log.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_fds.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_strports.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/myrebuilder1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_tester.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_main.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/plugin_extra2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_application.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_iosim.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/ssl_helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/reflect_helper_ZDE.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_twistd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_internet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_threadpool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_adbapi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_memcache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_randbytes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_iutils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_defgen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/reflect_helper_IE.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_sip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_cmdline.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_rebuild.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/myrebuilder2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_pcp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_context.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_postfix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_lastwrite.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_threads.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/mock_win32process.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/stdio_test_writeseq.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_finger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_htb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_ssl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/plugin_basic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_udp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_sslverify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_policies.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_task.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_amp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_reader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/proto_helpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_twisted.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/process_echoer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_persisted.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/test/test_reflect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/test copying build/lib/twisted/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/publish.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/flavors.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/pb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/banana.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/jelly.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread copying build/lib/twisted/spread/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread/test copying build/lib/twisted/spread/test/test_banana.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread/test copying build/lib/twisted/spread/test/test_pb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread/test copying build/lib/twisted/spread/test/test_pbfailure.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread/test copying build/lib/twisted/spread/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread/test copying build/lib/twisted/spread/test/test_jelly.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/spread/test creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/manhole_ssh.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/telnet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/insults copying build/lib/twisted/conch/insults/helper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/insults copying build/lib/twisted/conch/insults/insults.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/insults copying build/lib/twisted/conch/insults/text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/insults copying build/lib/twisted/conch/insults/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/insults copying build/lib/twisted/conch/insults/window.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/insults creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/scripts copying build/lib/twisted/conch/scripts/ckeygen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/scripts copying build/lib/twisted/conch/scripts/conch.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/scripts copying build/lib/twisted/conch/scripts/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/scripts copying build/lib/twisted/conch/scripts/cftp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/scripts copying build/lib/twisted/conch/scripts/tkconch.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/scripts copying build/lib/twisted/conch/endpoints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/stdio.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/manhole.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/avatar.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/manhole_tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/ls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/checkers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/agent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/knownhosts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/default.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/direct.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/options.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/client/connect.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/client copying build/lib/twisted/conch/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/transport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/sexpy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/channel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/service.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/_keys_pynacl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/userauth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/filetransfer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/_kex.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/agent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/connection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/session.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/keys.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/factory.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/forwarding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/ssh/address.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ssh copying build/lib/twisted/conch/unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch copying build/lib/twisted/conch/mixin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_mixin.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_manhole.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_telnet.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_openssh_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/keydata.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_conch.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_ckeygen.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_window.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_insults.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_unix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_forwarding.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_helper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_transport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_connection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_keys.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/loopback.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_channel.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_recvline.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_filetransfer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_knownhosts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_manhole_tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_text.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_userauth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_ssh.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_cftp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_checkers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_address.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_session.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_agent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_endpoints.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_scripts.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/test/test_default.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/test copying build/lib/twisted/conch/recvline.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ui copying build/lib/twisted/conch/ui/tkvt100.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ui copying build/lib/twisted/conch/ui/ansi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ui copying build/lib/twisted/conch/ui/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/ui creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/openssh_compat copying build/lib/twisted/conch/openssh_compat/primes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/openssh_compat copying build/lib/twisted/conch/openssh_compat/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/openssh_compat copying build/lib/twisted/conch/openssh_compat/factory.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch/openssh_compat copying build/lib/twisted/conch/ttymodes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/conch creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/shoutcast.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/policies.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/basic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/sip.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/socks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/portforward.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/finger.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/memcache.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/postfix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/loopback.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/ident.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/htb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/amp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_v2parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_v1parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy copying build/lib/twisted/protocols/haproxy/_info.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy/test copying build/lib/twisted/protocols/haproxy/test/test_parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy/test copying build/lib/twisted/protocols/haproxy/test/test_wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy/test copying build/lib/twisted/protocols/haproxy/test/test_v2parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy/test copying build/lib/twisted/protocols/haproxy/test/test_v1parser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy/test copying build/lib/twisted/protocols/haproxy/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/haproxy/test copying build/lib/twisted/protocols/tls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/stateful.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/test copying build/lib/twisted/protocols/test/test_tls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/test copying build/lib/twisted/protocols/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/test copying build/lib/twisted/protocols/test/test_basic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols/test copying build/lib/twisted/protocols/pcp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/ftp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols copying build/lib/twisted/protocols/wire.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/protocols creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/pages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/demo.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/_stan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/distrib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/server.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/http_headers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/template.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/_auth copying build/lib/twisted/web/_auth/wrapper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/_auth copying build/lib/twisted/web/_auth/basic.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/_auth copying build/lib/twisted/web/_auth/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/_auth copying build/lib/twisted/web/_auth/digest.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/_auth copying build/lib/twisted/web/_newclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/sux.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/iweb.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/_http2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/_template_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/resource.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/domhelpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/rewrite.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/microdom.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/_responses.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/static.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/script.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/proxy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/_flatten.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/twcgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_http_headers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_xml.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_httpauth.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_script.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_static.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_resource.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_web.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_vhost.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_web__responses.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_tap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_newclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_flatten.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/injectionhelpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_distrib.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_template.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_proxy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_cgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_domhelpers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_xmlrpc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_stan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_client.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_pages.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_agent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_soap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/requesthelper.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_webclient.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_http2.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/test/test_html.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web/test copying build/lib/twisted/web/soap.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/guard.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/_element.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/xmlrpc.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web copying build/lib/twisted/web/vhost.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/twisted/web running install_egg_info Copying src/Twisted.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Twisted-22.10.0-py3.11.egg-info running install_scripts Installing cftp script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing ckeygen script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing conch script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing mailmail script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing pyhtmlizer script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing tkconch script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing trial script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing twist script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing twistd script to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin typepy-1.3.0.tar.gz: OK (md5: 9f73bef9ce9e9ccf49ed63a2dadada90) typepy-1.3.0.tar.gz: OK (sha256: 96788530614083164993d1443959f6c58e6bb8e2da839812ddf462c203e4b84c) >>> python-typepy 1.3.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-typepy/typepy-1.3.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-typepy-1.3.0 -xf - >>> python-typepy 1.3.0 Patching >>> python-typepy 1.3.0 Configuring >>> python-typepy 1.3.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-typepy-1.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/typepy copying typepy/error.py -> build/lib/typepy copying typepy/_common.py -> build/lib/typepy copying typepy/__init__.py -> build/lib/typepy copying typepy/_const.py -> build/lib/typepy copying typepy/__version__.py -> build/lib/typepy copying typepy/_function.py -> build/lib/typepy copying typepy/_typecode.py -> build/lib/typepy creating build/lib/typepy/converter copying typepy/converter/_nop.py -> build/lib/typepy/converter copying typepy/converter/_bytes.py -> build/lib/typepy/converter copying typepy/converter/_list.py -> build/lib/typepy/converter copying typepy/converter/_datetime.py -> build/lib/typepy/converter copying typepy/converter/_realnumber.py -> build/lib/typepy/converter copying typepy/converter/_string.py -> build/lib/typepy/converter copying typepy/converter/_integer.py -> build/lib/typepy/converter copying typepy/converter/__init__.py -> build/lib/typepy/converter copying typepy/converter/_dictionary.py -> build/lib/typepy/converter copying typepy/converter/_ipaddress.py -> build/lib/typepy/converter copying typepy/converter/_bool.py -> build/lib/typepy/converter copying typepy/converter/_interface.py -> build/lib/typepy/converter creating build/lib/typepy/type copying typepy/type/_bytes.py -> build/lib/typepy/type copying typepy/type/_list.py -> build/lib/typepy/type copying typepy/type/_binary.py -> build/lib/typepy/type copying typepy/type/_infinity.py -> build/lib/typepy/type copying typepy/type/_datetime.py -> build/lib/typepy/type copying typepy/type/_realnumber.py -> build/lib/typepy/type copying typepy/type/_nan.py -> build/lib/typepy/type copying typepy/type/_string.py -> build/lib/typepy/type copying typepy/type/_integer.py -> build/lib/typepy/type copying typepy/type/__init__.py -> build/lib/typepy/type copying typepy/type/_dictionary.py -> build/lib/typepy/type copying typepy/type/_base.py -> build/lib/typepy/type copying typepy/type/_none.py -> build/lib/typepy/type copying typepy/type/_ipaddress.py -> build/lib/typepy/type copying typepy/type/_bool.py -> build/lib/typepy/type creating build/lib/typepy/checker copying typepy/checker/_bytes.py -> build/lib/typepy/checker copying typepy/checker/_list.py -> build/lib/typepy/checker copying typepy/checker/_common.py -> build/lib/typepy/checker copying typepy/checker/_infinity.py -> build/lib/typepy/checker copying typepy/checker/_datetime.py -> build/lib/typepy/checker copying typepy/checker/_realnumber.py -> build/lib/typepy/checker copying typepy/checker/_nan.py -> build/lib/typepy/checker copying typepy/checker/_string.py -> build/lib/typepy/checker copying typepy/checker/_integer.py -> build/lib/typepy/checker copying typepy/checker/__init__.py -> build/lib/typepy/checker copying typepy/checker/_dictionary.py -> build/lib/typepy/checker copying typepy/checker/_none.py -> build/lib/typepy/checker copying typepy/checker/_checker.py -> build/lib/typepy/checker copying typepy/checker/_ipaddress.py -> build/lib/typepy/checker copying typepy/checker/_bool.py -> build/lib/typepy/checker copying typepy/checker/_interface.py -> build/lib/typepy/checker running egg_info writing typepy.egg-info/PKG-INFO writing dependency_links to typepy.egg-info/dependency_links.txt writing requirements to typepy.egg-info/requires.txt writing top-level names to typepy.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'typepy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'typepy.egg-info/SOURCES.txt' copying typepy/py.typed -> build/lib/typepy >>> python-typepy 1.3.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-typepy-1.3.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing typepy.egg-info/PKG-INFO writing dependency_links to typepy.egg-info/dependency_links.txt writing requirements to typepy.egg-info/requires.txt writing top-level names to typepy.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'typepy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'typepy.egg-info/SOURCES.txt' running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy copying build/lib/typepy/error.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_nop.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_bytes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_datetime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_realnumber.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_string.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_integer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_dictionary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_ipaddress.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_bool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter copying build/lib/typepy/converter/_interface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/converter creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_bytes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_binary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_infinity.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_datetime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_realnumber.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_nan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_string.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_integer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_dictionary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_base.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_none.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_ipaddress.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/type/_bool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/type copying build/lib/typepy/_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy copying build/lib/typepy/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_bytes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_infinity.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_datetime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_realnumber.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_nan.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_string.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_integer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_dictionary.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_none.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_checker.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_ipaddress.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_bool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/checker/_interface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy/checker copying build/lib/typepy/_const.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy copying build/lib/typepy/__version__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy copying build/lib/typepy/_function.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy copying build/lib/typepy/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy copying build/lib/typepy/_typecode.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy running install_egg_info Copying typepy.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/typepy-1.3.0-py3.11.egg-info running install_scripts typing_extensions-4.4.0.tar.gz: OK (md5: 5cfcb56ea6fc4972c3600c0030f4d136) typing_extensions-4.4.0.tar.gz: OK (sha256: 1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa) >>> python-typing-extensions 4.4.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-typing-extensions/typing_extensions-4.4.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-typing-extensions-4.4.0 -xf - >>> python-typing-extensions 4.4.0 Patching >>> python-typing-extensions 4.4.0 Configuring >>> python-typing-extensions 4.4.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-typing-extensions-4.4.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python -m build -n -w ) * Getting build dependencies for wheel... * Building wheel... Successfully built typing_extensions-4.4.0-py3-none-any.whl >>> python-typing-extensions 4.4.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-typing-extensions-4.4.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/buildroot/autobuild/instance-3/output-1/host/bin/python /home/buildroot/autobuild/instance-3/buildroot/support/scripts/pyinstaller.py dist/* --interpreter=/usr/bin/python --script-kind=posix --purelib=/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages --headers=/home/buildroot/autobuild/instance-3/output-1/target/usr/include/python3.11 --scripts=/home/buildroot/autobuild/instance-3/output-1/target/usr/bin --data=/home/buildroot/autobuild/instance-3/output-1/target/usr ) urllib3-1.26.12.tar.gz: OK (md5: ba308b52b9092184cf4905bc59a88fc0) urllib3-1.26.12.tar.gz: OK (sha256: 3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e) >>> python-urllib3 1.26.12 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-urllib3/urllib3-1.26.12.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-urllib3-1.26.12 -xf - >>> python-urllib3 1.26.12 Patching >>> python-urllib3 1.26.12 Configuring >>> python-urllib3 1.26.12 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-urllib3-1.26.12//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/urllib3 copying src/urllib3/request.py -> build/lib/urllib3 copying src/urllib3/response.py -> build/lib/urllib3 copying src/urllib3/connectionpool.py -> build/lib/urllib3 copying src/urllib3/__init__.py -> build/lib/urllib3 copying src/urllib3/filepost.py -> build/lib/urllib3 copying src/urllib3/_collections.py -> build/lib/urllib3 copying src/urllib3/poolmanager.py -> build/lib/urllib3 copying src/urllib3/exceptions.py -> build/lib/urllib3 copying src/urllib3/fields.py -> build/lib/urllib3 copying src/urllib3/_version.py -> build/lib/urllib3 copying src/urllib3/connection.py -> build/lib/urllib3 creating build/lib/urllib3/packages copying src/urllib3/packages/six.py -> build/lib/urllib3/packages copying src/urllib3/packages/__init__.py -> build/lib/urllib3/packages creating build/lib/urllib3/packages/backports copying src/urllib3/packages/backports/__init__.py -> build/lib/urllib3/packages/backports copying src/urllib3/packages/backports/makefile.py -> build/lib/urllib3/packages/backports creating build/lib/urllib3/contrib copying src/urllib3/contrib/pyopenssl.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/appengine.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/_appengine_environ.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/socks.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/ntlmpool.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/__init__.py -> build/lib/urllib3/contrib copying src/urllib3/contrib/securetransport.py -> build/lib/urllib3/contrib creating build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/__init__.py -> build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/bindings.py -> build/lib/urllib3/contrib/_securetransport copying src/urllib3/contrib/_securetransport/low_level.py -> build/lib/urllib3/contrib/_securetransport creating build/lib/urllib3/util copying src/urllib3/util/request.py -> build/lib/urllib3/util copying src/urllib3/util/retry.py -> build/lib/urllib3/util copying src/urllib3/util/ssl_match_hostname.py -> build/lib/urllib3/util copying src/urllib3/util/response.py -> build/lib/urllib3/util copying src/urllib3/util/url.py -> build/lib/urllib3/util copying src/urllib3/util/ssl_.py -> build/lib/urllib3/util copying src/urllib3/util/timeout.py -> build/lib/urllib3/util copying src/urllib3/util/__init__.py -> build/lib/urllib3/util copying src/urllib3/util/proxy.py -> build/lib/urllib3/util copying src/urllib3/util/queue.py -> build/lib/urllib3/util copying src/urllib3/util/wait.py -> build/lib/urllib3/util copying src/urllib3/util/ssltransport.py -> build/lib/urllib3/util copying src/urllib3/util/connection.py -> build/lib/urllib3/util >>> python-urllib3 1.26.12 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-urllib3-1.26.12//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead warnings.warn( /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/request.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/request.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/retry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/ssl_match_hostname.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/ssl_.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/timeout.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/proxy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/queue.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/wait.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/ssltransport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/util/connection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/util copying build/lib/urllib3/response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/packages copying build/lib/urllib3/packages/six.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/packages copying build/lib/urllib3/packages/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/packages creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/packages/backports copying build/lib/urllib3/packages/backports/makefile.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/packages/backports copying build/lib/urllib3/connectionpool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/pyopenssl.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/appengine.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/_appengine_environ.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/socks.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/ntlmpool.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib copying build/lib/urllib3/contrib/securetransport.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/bindings.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/contrib/_securetransport/low_level.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3/contrib/_securetransport copying build/lib/urllib3/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/filepost.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/_collections.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/poolmanager.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/fields.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/_version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 copying build/lib/urllib3/connection.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3 running install_egg_info running egg_info writing src/urllib3.egg-info/PKG-INFO writing dependency_links to src/urllib3.egg-info/dependency_links.txt writing requirements to src/urllib3.egg-info/requires.txt writing top-level names to src/urllib3.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/urllib3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE.txt' writing manifest file 'src/urllib3.egg-info/SOURCES.txt' Copying src/urllib3.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urllib3-1.26.12-py3.11.egg-info running install_scripts urwid-2.1.2.tar.gz: OK (md5: f7f4e6bed9ba38965dbd619520f39287) urwid-2.1.2.tar.gz: OK (sha256: 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae) >>> python-urwid 2.1.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-urwid/urwid-2.1.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-urwid-2.1.2 -xf - >>> python-urwid 2.1.2 Patching >>> python-urwid 2.1.2 Configuring >>> python-urwid 2.1.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-urwid-2.1.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/urwid copying urwid/_async_kw_event_loop.py -> build/lib.linux-s390x-3.11/urwid copying urwid/text_layout.py -> build/lib.linux-s390x-3.11/urwid copying urwid/old_str_util.py -> build/lib.linux-s390x-3.11/urwid copying urwid/curses_display.py -> build/lib.linux-s390x-3.11/urwid copying urwid/compat.py -> build/lib.linux-s390x-3.11/urwid copying urwid/version.py -> build/lib.linux-s390x-3.11/urwid copying urwid/raw_display.py -> build/lib.linux-s390x-3.11/urwid copying urwid/decoration.py -> build/lib.linux-s390x-3.11/urwid copying urwid/wimp.py -> build/lib.linux-s390x-3.11/urwid copying urwid/split_repr.py -> build/lib.linux-s390x-3.11/urwid copying urwid/font.py -> build/lib.linux-s390x-3.11/urwid copying urwid/util.py -> build/lib.linux-s390x-3.11/urwid copying urwid/canvas.py -> build/lib.linux-s390x-3.11/urwid copying urwid/display_common.py -> build/lib.linux-s390x-3.11/urwid copying urwid/main_loop.py -> build/lib.linux-s390x-3.11/urwid copying urwid/vterm.py -> build/lib.linux-s390x-3.11/urwid copying urwid/container.py -> build/lib.linux-s390x-3.11/urwid copying urwid/web_display.py -> build/lib.linux-s390x-3.11/urwid copying urwid/lcd_display.py -> build/lib.linux-s390x-3.11/urwid copying urwid/listbox.py -> build/lib.linux-s390x-3.11/urwid copying urwid/widget.py -> build/lib.linux-s390x-3.11/urwid copying urwid/__init__.py -> build/lib.linux-s390x-3.11/urwid copying urwid/signals.py -> build/lib.linux-s390x-3.11/urwid copying urwid/escape.py -> build/lib.linux-s390x-3.11/urwid copying urwid/monitored_list.py -> build/lib.linux-s390x-3.11/urwid copying urwid/html_fragment.py -> build/lib.linux-s390x-3.11/urwid copying urwid/command_map.py -> build/lib.linux-s390x-3.11/urwid copying urwid/graphics.py -> build/lib.linux-s390x-3.11/urwid copying urwid/numedit.py -> build/lib.linux-s390x-3.11/urwid copying urwid/treetools.py -> build/lib.linux-s390x-3.11/urwid creating build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_decoration.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_escapes.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_container.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_util.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_doctests.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_graphics.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_text_layout.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_listbox.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/util.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_event_loops.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_str_util.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_widget.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/__init__.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_canvas.py -> build/lib.linux-s390x-3.11/urwid/tests copying urwid/tests/test_vterm.py -> build/lib.linux-s390x-3.11/urwid/tests running build_ext building 'urwid.str_util' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/source /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c source/str_util.c -o build/temp.linux-s390x-3.11/source/str_util.o source/str_util.c: In function 'Py_IsWideChar': source/str_util.c:484:9: warning: 'PyUnicode_AS_UNICODE' is deprecated [-Wdeprecated-declarations] 484 | ustr = PyUnicode_AS_UNICODE(text); | ^~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/unicodeobject.h:1042, from /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/Python.h:51, from source/str_util.c:25: /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/cpython/unicodeobject.h:685:27: note: declared here 685 | static inline Py_UNICODE* PyUnicode_AS_UNICODE(PyObject *op) | ^~~~~~~~~~~~~~~~~~~~ source/str_util.c: In function 'Py_CalcWidth': source/str_util.c:663:9: warning: 'PyUnicode_AS_UNICODE' is deprecated [-Wdeprecated-declarations] 663 | ustr = PyUnicode_AS_UNICODE(text); | ^~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/unicodeobject.h:1042, from /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/Python.h:51, from source/str_util.c:25: /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/cpython/unicodeobject.h:685:27: note: declared here 685 | static inline Py_UNICODE* PyUnicode_AS_UNICODE(PyObject *op) | ^~~~~~~~~~~~~~~~~~~~ source/str_util.c: In function 'Py_CalcTextPos': source/str_util.c:749:9: warning: 'PyUnicode_AS_UNICODE' is deprecated [-Wdeprecated-declarations] 749 | ustr = PyUnicode_AS_UNICODE(text); | ^~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/unicodeobject.h:1042, from /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/Python.h:51, from source/str_util.c:25: /home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include/cpython/unicodeobject.h:685:27: note: declared here 685 | static inline Py_UNICODE* PyUnicode_AS_UNICODE(PyObject *op) | ^~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/source/str_util.o -L. -o build/lib.linux-s390x-3.11/urwid/str_util.cpython-311-s390x-linux-gnu.so >>> python-urwid 2.1.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-urwid-2.1.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/_async_kw_event_loop.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/text_layout.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/old_str_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/curses_display.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/str_util.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/version.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/raw_display.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/decoration.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/wimp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/split_repr.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/font.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/canvas.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/display_common.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/main_loop.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/vterm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/container.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/web_display.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/lcd_display.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/listbox.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/widget.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/signals.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/escape.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/monitored_list.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/html_fragment.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/command_map.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/graphics.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/numedit.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid copying build/lib.linux-s390x-3.11/urwid/treetools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_decoration.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_escapes.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_container.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_doctests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_graphics.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_text_layout.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_listbox.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_event_loops.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_str_util.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_widget.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_canvas.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests copying build/lib.linux-s390x-3.11/urwid/tests/test_vterm.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid/tests running install_egg_info running egg_info writing urwid.egg-info/PKG-INFO writing dependency_links to urwid.egg-info/dependency_links.txt writing top-level names to urwid.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'urwid.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG' adding license file 'COPYING' writing manifest file 'urwid.egg-info/SOURCES.txt' Copying urwid.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/urwid-2.1.2-py3.11.egg-info running install_scripts webencodings-0.5.1.tar.gz: OK (md5: 32f6e261d52e57bf7e1c4d41546d15b8) webencodings-0.5.1.tar.gz: OK (sha256: b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923) >>> python-webencodings 0.5.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-webencodings/webencodings-0.5.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-webencodings-0.5.1 -xf - >>> python-webencodings 0.5.1 Patching >>> python-webencodings 0.5.1 Configuring >>> python-webencodings 0.5.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-webencodings-0.5.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/webencodings copying webencodings/x_user_defined.py -> build/lib/webencodings copying webencodings/labels.py -> build/lib/webencodings copying webencodings/__init__.py -> build/lib/webencodings copying webencodings/tests.py -> build/lib/webencodings copying webencodings/mklabels.py -> build/lib/webencodings >>> python-webencodings 0.5.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-webencodings-0.5.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings copying build/lib/webencodings/x_user_defined.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings copying build/lib/webencodings/labels.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings copying build/lib/webencodings/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings copying build/lib/webencodings/tests.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings copying build/lib/webencodings/mklabels.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings running install_egg_info running egg_info writing webencodings.egg-info/PKG-INFO writing dependency_links to webencodings.egg-info/dependency_links.txt writing top-level names to webencodings.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'webencodings.egg-info/SOURCES.txt' writing manifest file 'webencodings.egg-info/SOURCES.txt' Copying webencodings.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/webencodings-0.5.1-py3.11.egg-info running install_scripts Werkzeug-2.2.2.tar.gz: OK (md5: 9d7e50c5bb3a9fc12823b5faf374b90e) Werkzeug-2.2.2.tar.gz: OK (sha256: 7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f) >>> python-werkzeug 2.2.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-werkzeug/Werkzeug-2.2.2.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-werkzeug-2.2.2 -xf - >>> python-werkzeug 2.2.2 Patching >>> python-werkzeug 2.2.2 Configuring >>> python-werkzeug 2.2.2 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-werkzeug-2.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/werkzeug copying src/werkzeug/_internal.py -> build/lib/werkzeug copying src/werkzeug/serving.py -> build/lib/werkzeug copying src/werkzeug/testapp.py -> build/lib/werkzeug copying src/werkzeug/user_agent.py -> build/lib/werkzeug copying src/werkzeug/datastructures.py -> build/lib/werkzeug copying src/werkzeug/urls.py -> build/lib/werkzeug copying src/werkzeug/wsgi.py -> build/lib/werkzeug copying src/werkzeug/utils.py -> build/lib/werkzeug copying src/werkzeug/local.py -> build/lib/werkzeug copying src/werkzeug/security.py -> build/lib/werkzeug copying src/werkzeug/__init__.py -> build/lib/werkzeug copying src/werkzeug/formparser.py -> build/lib/werkzeug copying src/werkzeug/_reloader.py -> build/lib/werkzeug copying src/werkzeug/http.py -> build/lib/werkzeug copying src/werkzeug/exceptions.py -> build/lib/werkzeug copying src/werkzeug/test.py -> build/lib/werkzeug creating build/lib/werkzeug/sansio copying src/werkzeug/sansio/request.py -> build/lib/werkzeug/sansio copying src/werkzeug/sansio/multipart.py -> build/lib/werkzeug/sansio copying src/werkzeug/sansio/utils.py -> build/lib/werkzeug/sansio copying src/werkzeug/sansio/response.py -> build/lib/werkzeug/sansio copying src/werkzeug/sansio/__init__.py -> build/lib/werkzeug/sansio copying src/werkzeug/sansio/http.py -> build/lib/werkzeug/sansio creating build/lib/werkzeug/wrappers copying src/werkzeug/wrappers/request.py -> build/lib/werkzeug/wrappers copying src/werkzeug/wrappers/response.py -> build/lib/werkzeug/wrappers copying src/werkzeug/wrappers/__init__.py -> build/lib/werkzeug/wrappers creating build/lib/werkzeug/routing copying src/werkzeug/routing/map.py -> build/lib/werkzeug/routing copying src/werkzeug/routing/converters.py -> build/lib/werkzeug/routing copying src/werkzeug/routing/rules.py -> build/lib/werkzeug/routing copying src/werkzeug/routing/matcher.py -> build/lib/werkzeug/routing copying src/werkzeug/routing/__init__.py -> build/lib/werkzeug/routing copying src/werkzeug/routing/exceptions.py -> build/lib/werkzeug/routing creating build/lib/werkzeug/debug copying src/werkzeug/debug/repr.py -> build/lib/werkzeug/debug copying src/werkzeug/debug/__init__.py -> build/lib/werkzeug/debug copying src/werkzeug/debug/console.py -> build/lib/werkzeug/debug copying src/werkzeug/debug/tbtools.py -> build/lib/werkzeug/debug creating build/lib/werkzeug/middleware copying src/werkzeug/middleware/profiler.py -> build/lib/werkzeug/middleware copying src/werkzeug/middleware/lint.py -> build/lib/werkzeug/middleware copying src/werkzeug/middleware/proxy_fix.py -> build/lib/werkzeug/middleware copying src/werkzeug/middleware/__init__.py -> build/lib/werkzeug/middleware copying src/werkzeug/middleware/dispatcher.py -> build/lib/werkzeug/middleware copying src/werkzeug/middleware/shared_data.py -> build/lib/werkzeug/middleware copying src/werkzeug/middleware/http_proxy.py -> build/lib/werkzeug/middleware running egg_info writing src/Werkzeug.egg-info/PKG-INFO writing dependency_links to src/Werkzeug.egg-info/dependency_links.txt writing requirements to src/Werkzeug.egg-info/requires.txt writing top-level names to src/Werkzeug.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Werkzeug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Werkzeug.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'werkzeug.debug.shared' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'werkzeug.debug.shared' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'werkzeug.debug.shared' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'werkzeug.debug.shared' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying src/werkzeug/datastructures.pyi -> build/lib/werkzeug copying src/werkzeug/py.typed -> build/lib/werkzeug creating build/lib/werkzeug/debug/shared copying src/werkzeug/debug/shared/ICON_LICENSE.md -> build/lib/werkzeug/debug/shared copying src/werkzeug/debug/shared/console.png -> build/lib/werkzeug/debug/shared copying src/werkzeug/debug/shared/debugger.js -> build/lib/werkzeug/debug/shared copying src/werkzeug/debug/shared/less.png -> build/lib/werkzeug/debug/shared copying src/werkzeug/debug/shared/more.png -> build/lib/werkzeug/debug/shared copying src/werkzeug/debug/shared/style.css -> build/lib/werkzeug/debug/shared >>> python-werkzeug 2.2.2 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-werkzeug-2.2.2//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/Werkzeug.egg-info/PKG-INFO writing dependency_links to src/Werkzeug.egg-info/dependency_links.txt writing requirements to src/Werkzeug.egg-info/requires.txt writing top-level names to src/Werkzeug.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/Werkzeug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/Werkzeug.egg-info/SOURCES.txt' /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'werkzeug.debug.shared' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'werkzeug.debug.shared' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'werkzeug.debug.shared' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'werkzeug.debug.shared' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/_internal.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/sansio/request.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/sansio/multipart.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/sansio/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/sansio/response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/sansio/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/sansio/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/sansio copying build/lib/werkzeug/serving.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/testapp.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/user_agent.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/datastructures.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/urls.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/wsgi.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/utils.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/wrappers copying build/lib/werkzeug/wrappers/request.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/wrappers copying build/lib/werkzeug/wrappers/response.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/wrappers copying build/lib/werkzeug/wrappers/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/wrappers creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/routing/map.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/routing/converters.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/routing/rules.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/routing/matcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/routing/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/routing/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/routing copying build/lib/werkzeug/local.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/security.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/datastructures.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/formparser.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/_reloader.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/debugger.js -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/ICON_LICENSE.md -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/console.png -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/style.css -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/more.png -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/less.png -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/repr.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/console.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/tbtools.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/debug copying build/lib/werkzeug/http.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/profiler.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/lint.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/proxy_fix.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/dispatcher.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/shared_data.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/middleware/http_proxy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug/middleware copying build/lib/werkzeug/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug copying build/lib/werkzeug/test.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/werkzeug running install_egg_info Copying src/Werkzeug.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/Werkzeug-2.2.2-py3.11.egg-info running install_scripts wrapt-1.14.1.tar.gz: OK (md5: 6e7340264f038efdefcba707250c91c2) wrapt-1.14.1.tar.gz: OK (sha256: 380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d) >>> python-wrapt 1.14.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-wrapt/wrapt-1.14.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-wrapt-1.14.1 -xf - >>> python-wrapt 1.14.1 Patching >>> python-wrapt 1.14.1 Configuring >>> python-wrapt 1.14.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-wrapt-1.14.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/wrapt copying src/wrapt/wrappers.py -> build/lib.linux-s390x-3.11/wrapt copying src/wrapt/decorators.py -> build/lib.linux-s390x-3.11/wrapt copying src/wrapt/importer.py -> build/lib.linux-s390x-3.11/wrapt copying src/wrapt/__init__.py -> build/lib.linux-s390x-3.11/wrapt copying src/wrapt/arguments.py -> build/lib.linux-s390x-3.11/wrapt running build_ext building 'wrapt._wrappers' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/src creating build/temp.linux-s390x-3.11/src/wrapt /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/wrapt/_wrappers.c -o build/temp.linux-s390x-3.11/src/wrapt/_wrappers.o src/wrapt/_wrappers.c: In function 'WraptFunctionWrapperBase_instancecheck': src/wrapt/_wrappers.c:2550:15: warning: unused variable 'object' [-Wunused-variable] 2550 | PyObject *object = NULL; | ^~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/wrapt/_wrappers.o -L. -o build/lib.linux-s390x-3.11/wrapt/_wrappers.cpython-311-s390x-linux-gnu.so >>> python-wrapt 1.14.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-wrapt-1.14.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt copying build/lib.linux-s390x-3.11/wrapt/wrappers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt copying build/lib.linux-s390x-3.11/wrapt/decorators.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt copying build/lib.linux-s390x-3.11/wrapt/importer.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt copying build/lib.linux-s390x-3.11/wrapt/_wrappers.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt copying build/lib.linux-s390x-3.11/wrapt/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt copying build/lib.linux-s390x-3.11/wrapt/arguments.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt running install_egg_info running egg_info writing src/wrapt.egg-info/PKG-INFO writing dependency_links to src/wrapt.egg-info/dependency_links.txt writing top-level names to src/wrapt.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/wrapt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/wrapt.egg-info/SOURCES.txt' Copying src/wrapt.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/wrapt-1.14.1-py3.11.egg-info running install_scripts xmltodict-0.13.0.tar.gz: OK (md5: 1ece0a5bbd494bac414058405606475e) xmltodict-0.13.0.tar.gz: OK (sha256: 341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56) >>> python-xmltodict 0.13.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-xmltodict/xmltodict-0.13.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-xmltodict-0.13.0 -xf - >>> python-xmltodict 0.13.0 Patching >>> python-xmltodict 0.13.0 Configuring >>> python-xmltodict 0.13.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-xmltodict-0.13.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib copying xmltodict.py -> build/lib >>> python-xmltodict 0.13.0 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-xmltodict-0.13.0//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib copying build/lib/xmltodict.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages running install_egg_info running egg_info writing xmltodict.egg-info/PKG-INFO writing dependency_links to xmltodict.egg-info/dependency_links.txt writing top-level names to xmltodict.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'xmltodict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'xmltodict.egg-info/SOURCES.txt' Copying xmltodict.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/xmltodict-0.13.0-py3.11.egg-info running install_scripts yarl-1.8.1.tar.gz: OK (md5: ff8f2843481cd11c3c674ce4f6fa167b) yarl-1.8.1.tar.gz: OK (sha256: af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf) >>> python-yarl 1.8.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-yarl/yarl-1.8.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-yarl-1.8.1 -xf - >>> python-yarl 1.8.1 Patching >>> python-yarl 1.8.1 Configuring >>> python-yarl 1.8.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-yarl-1.8.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) ********************** * Accelerated build * ********************** running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/yarl copying yarl/_quoting_py.py -> build/lib.linux-s390x-3.11/yarl copying yarl/_quoting.py -> build/lib.linux-s390x-3.11/yarl copying yarl/_url.py -> build/lib.linux-s390x-3.11/yarl copying yarl/__init__.py -> build/lib.linux-s390x-3.11/yarl running egg_info writing yarl.egg-info/PKG-INFO writing dependency_links to yarl.egg-info/dependency_links.txt writing requirements to yarl.egg-info/requires.txt writing top-level names to yarl.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'yarl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution warning: no previously-included files found matching 'yarl/*.html' warning: no previously-included files found matching 'yarl/*.so' warning: no previously-included files found matching 'yarl/*.pyd' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'yarl.egg-info/SOURCES.txt' copying yarl/__init__.pyi -> build/lib.linux-s390x-3.11/yarl copying yarl/_quoting_c.pyi -> build/lib.linux-s390x-3.11/yarl copying yarl/_quoting_c.pyx -> build/lib.linux-s390x-3.11/yarl copying yarl/py.typed -> build/lib.linux-s390x-3.11/yarl running build_ext building 'yarl._quoting_c' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/yarl /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c yarl/_quoting_c.c -o build/temp.linux-s390x-3.11/yarl/_quoting_c.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/yarl/_quoting_c.o -L. -o build/lib.linux-s390x-3.11/yarl/_quoting_c.cpython-311-s390x-linux-gnu.so >>> python-yarl 1.8.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-yarl-1.8.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) ********************** * Accelerated build * ********************** running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing yarl.egg-info/PKG-INFO writing dependency_links to yarl.egg-info/dependency_links.txt writing requirements to yarl.egg-info/requires.txt writing top-level names to yarl.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'yarl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution warning: no previously-included files found matching 'yarl/*.html' warning: no previously-included files found matching 'yarl/*.so' warning: no previously-included files found matching 'yarl/*.pyd' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'yarl.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/_quoting_py.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/_quoting_c.pyx -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/_quoting.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/_url.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/__init__.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/py.typed -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/_quoting_c.pyi -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl copying build/lib.linux-s390x-3.11/yarl/_quoting_c.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl running install_egg_info Copying yarl.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/yarl-1.8.1-py3.11.egg-info running install_scripts zope.interface-5.5.1.tar.gz: OK (md5: 644f7574b81710a21b1b738d448811e4) zope.interface-5.5.1.tar.gz: OK (sha256: 6d678475fdeb11394dc9aaa5c564213a1567cc663082e0ee85d52f78d1fbaab2) >>> python-zope-interface 5.5.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-zope-interface/zope.interface-5.5.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/python-zope-interface-5.5.1 -xf - >>> python-zope-interface 5.5.1 Patching >>> python-zope-interface 5.5.1 Configuring >>> python-zope-interface 5.5.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/python-zope-interface-5.5.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) /home/buildroot/autobuild/instance-3/output-1/build/python-zope-interface-5.5.1/setup.py:25: 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.errors import CCompilerError /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib.linux-s390x-3.11 creating build/lib.linux-s390x-3.11/zope copying src/zope/__init__.py -> build/lib.linux-s390x-3.11/zope creating build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/verify.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/_compat.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/registry.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/declarations.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/adapter.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/advice.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/document.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/__init__.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/interfaces.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/ro.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/_flatten.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/exceptions.py -> build/lib.linux-s390x-3.11/zope/interface copying src/zope/interface/interface.py -> build/lib.linux-s390x-3.11/zope/interface creating build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/numbers.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/mapping.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/sequence.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/idatetime.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/__init__.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/builtins.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/interfaces.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/collections.py -> build/lib.linux-s390x-3.11/zope/interface/common copying src/zope/interface/common/io.py -> build/lib.linux-s390x-3.11/zope/interface/common creating build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_advice.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_verify.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_compile_flags.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/advisory_testing.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_sorting.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/odd.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/dummy.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/__init__.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_odd_declarations.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_registry.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_interface.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_interfaces.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_document.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_exceptions.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_element.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_ro.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/m1.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_declarations.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/test_adapter.py -> build/lib.linux-s390x-3.11/zope/interface/tests copying src/zope/interface/tests/idummy.py -> build/lib.linux-s390x-3.11/zope/interface/tests creating build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/test_collections.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/test_io.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/test_idatetime.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/test_numbers.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/basemapping.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/__init__.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/test_import_interfaces.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests copying src/zope/interface/common/tests/test_builtins.py -> build/lib.linux-s390x-3.11/zope/interface/common/tests running egg_info writing src/zope.interface.egg-info/PKG-INFO writing dependency_links to src/zope.interface.egg-info/dependency_links.txt writing namespace_packages to src/zope.interface.egg-info/namespace_packages.txt writing requirements to src/zope.interface.egg-info/requires.txt writing top-level names to src/zope.interface.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/zope.interface.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/zope.interface.egg-info/SOURCES.txt' copying src/zope/interface/_zope_interface_coptimizations.c -> build/lib.linux-s390x-3.11/zope/interface running build_ext building 'zope.interface._zope_interface_coptimizations' extension creating build/temp.linux-s390x-3.11 creating build/temp.linux-s390x-3.11/src creating build/temp.linux-s390x-3.11/src/zope creating build/temp.linux-s390x-3.11/src/zope/interface /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0/Include -I/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0 -c src/zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-s390x-3.11/src/zope/interface/_zope_interface_coptimizations.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 build/temp.linux-s390x-3.11/src/zope/interface/_zope_interface_coptimizations.o -L. -o build/lib.linux-s390x-3.11/zope/interface/_zope_interface_coptimizations.cpython-311-s390x-linux-gnu.so >>> python-zope-interface 5.5.1 Installing to target (cd /home/buildroot/autobuild/instance-3/output-1/build/python-zope-interface-5.5.1//; _PYTHON_HOST_PLATFORM="linux-s390x" _PYTHON_PROJECT_BASE="/home/buildroot/autobuild/instance-3/output-1/build/python3-3.11.0" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py install --no-compile --install-headers=/usr/include/python3.11 --prefix=/usr --executable=/usr/bin/python --single-version-externally-managed --root=/home/buildroot/autobuild/instance-3/output-1/target ) /home/buildroot/autobuild/instance-3/output-1/build/python-zope-interface-5.5.1/setup.py:25: 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.errors import CCompilerError /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running install /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/zope.interface.egg-info/PKG-INFO writing dependency_links to src/zope.interface.egg-info/dependency_links.txt writing namespace_packages to src/zope.interface.egg-info/namespace_packages.txt writing requirements to src/zope.interface.egg-info/requires.txt writing top-level names to src/zope.interface.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'src/zope.interface.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/zope.interface.egg-info/SOURCES.txt' running build_ext running install_lib Skipping installation of /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/__init__.py (namespace package) copying zope/interface/verify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/_compat.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/registry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/declarations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/adapter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/advice.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/document.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/_zope_interface_coptimizations.c -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/ro.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/_zope_interface_coptimizations.cpython-311-s390x-linux-gnu.so -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/_flatten.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/interface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface copying zope/interface/common/numbers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/mapping.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/sequence.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/idatetime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/builtins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/collections.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common copying zope/interface/common/tests/test_collections.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/test_io.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/test_idatetime.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/test_numbers.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/basemapping.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/test_import_interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/common/tests/test_builtins.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/common/tests copying zope/interface/tests/test_advice.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_verify.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_compile_flags.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/advisory_testing.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_sorting.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/odd.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/dummy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/__init__.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_odd_declarations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_registry.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_interface.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_interfaces.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_document.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_exceptions.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_element.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_ro.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/m1.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_declarations.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/test_adapter.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests copying zope/interface/tests/idummy.py -> /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope/interface/tests running install_egg_info Copying src/zope.interface.egg-info to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope.interface-5.5.1-py3.11.egg-info Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/python3.11/site-packages/zope.interface-5.5.1-py3.11-nspkg.pth running install_scripts rabbitmq-c-0.11.0.tar.gz: OK (sha256: 437d45e0e35c18cf3e59bcfe5dfe37566547eb121e69fca64b98f5d2c1c2d424) >>> rabbitmq-c 0.11.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/rabbitmq-c/rabbitmq-c-0.11.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0 -xf - >>> rabbitmq-c 0.11.0 Patching >>> rabbitmq-c 0.11.0 Configuring (mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/ && cd /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-3/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_API_DOCS=OFF -DBUILD_TOOLS_DOCS=OFF -DBUILD_STATIC_LIBS=OFF -DENABLE_SSL_SUPPORT=ON -DBUILD_TOOLS=OFF ) -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found C inline keyword: inline -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for socket -- Looking for socket - found -- Looking for poll -- Looking for poll - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for posix_spawnp in rt -- Looking for posix_spawnp in rt - found -- Found OpenSSL: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libcrypto.so (found suitable version "1.1.1q", minimum required is "0.9.8") -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_GNU90 -- Performing Test HAVE_GNU90 - Success -- Could NOT find POPT (missing: POPT_INCLUDE_DIR POPT_LIBRARY) (found version "") CMake Warning (dev) at /home/buildroot/autobuild/instance-3/output-1/host/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (XMLTO) does not match the name of the calling package (XmlTo). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindXmlTo.cmake:13 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:253 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find XMLTO (missing: XMLTO_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Building rabbitmq as a shared library - yes -- Building rabbitmq as a static library - no -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_TEST BUILD_TESTING CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0 >>> rabbitmq-c 0.11.0 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' [ 13%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_mem.c.o [ 13%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_framing.c.o [ 20%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_connection.c.o [ 26%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_api.c.o /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c: In function 'amqp_handle_input': /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:267:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 267 | if (memcmp(raw_frame, "AMQP", 4) == 0) { | ^ /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:287:5: note: here 287 | case CONNECTION_STATE_HEADER: { | ^~~~ /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:287:35: warning: this statement may fall through [-Wimplicit-fallthrough=] 287 | case CONNECTION_STATE_HEADER: { | ^ /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:334:5: note: here 334 | case CONNECTION_STATE_BODY: { | ^~~~ [ 33%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_socket.c.o [ 40%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_table.c.o [ 46%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_url.c.o [ 60%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_consumer.c.o [ 60%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_openssl.c.o [ 66%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_time.c.o [ 73%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_tcp_socket.c.o [ 80%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_openssl_hostname_validation.c.o [ 86%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_hostcheck.c.o [ 93%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_openssl_bio.c.o [100%] Linking C shared library librabbitmq.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' [100%] Built target rabbitmq make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' >>> rabbitmq-c 0.11.0 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-targets.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-targets-release.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so.4.5.0 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so.4 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/amqp.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/amqp_framing.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/amqp_tcp_socket.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/amqp_ssl_socket.h make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' >>> rabbitmq-c 0.11.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> rabbitmq-c 0.11.0 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install/fast -C /home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-targets.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-targets-release.cmake -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/librabbitmq.so.4.5.0 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/librabbitmq.so.4 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/librabbitmq.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/amqp.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/amqp_framing.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/amqp_tcp_socket.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/amqp_ssl_socket.h make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rabbitmq-c-0.11.0' raptor2-2.0.15.tar.gz: OK (sha256: ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed) >>> raptor 2.0.15 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/raptor/raptor2-2.0.15.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/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 /home/buildroot/autobuild/instance-3/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 /home/buildroot/autobuild/instance-3/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 /home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes LIBS="-lm" CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-xml2-config=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/xml2-config --with-xslt-config=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/xslt-config --with-curl-config=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/curl-config --with-yajl=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr --with-icu-config=no ) configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking whether build environment is sane... yes checking whether make supports the include directive... yes (GNU style) checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar) interface... ar checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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) yes 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 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/xml2-config... yes checking for xmlCreatePushParserCtxt... yes checking for libxml via xml2-config... yes - 2.10.3 checking for /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/xslt-config... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/curl-config... yes checking for curl/curl.h... yes checking for curl_easy_init... yes checking for libcurl via curl-config... yes - 7.86.0 checking for ICU... no checking for xmlCreatePushParserCtxt... (cached) yes checking libxml library... yes - version 2.10.3 checking for libxml/nanohttp.h... yes checking for libxml/parser.h... yes checking for libxml/hash.h... yes checking for libxml/SAX2.h... yes checking if libxml xmlEntity has name_length field... no checking if libxml xmlEntity has etype field... yes checking if libxml xmlSAXHandler has initialized field... yes checking if libxml xmlSAXHandler has externalSubset field... yes checking for xmlSAX2InternalSubset... yes checking for xmlCtxtUseOptions... yes checking if libxml has parser option XML_PARSE_NONET... yes checking for libxml/HTMLparser.h... yes checking if libxml has parser option HTML_PARSE_NONET... yes checking for xsltSaveResultToString... yes checking for system libxslt library... yes - version 1.1.37 checking for xsltInit... yes checking for libxslt/xslt.h... yes checking for yajl installation... /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr checking for yajl_parse in -lyajl... yes checking for yajl_tree_parse in -lyajl... yes checking for yajl/yajl_parse.h... yes checking YAJL API version... 2 checking GRDDL parser requirements... yes checking JSON parser requirements... yes checking RDF parsers required... all checking RDF serializers required... all checking XML names version... 1.0 checking for curl/curl.h... (cached) yes checking for curl_easy_init... (cached) yes checking for libcurl library... yes - version 7.86.0 via curl-config checking WWW libraries available... libcurl 7.86.0 libxml 2.10.3 checking WWW library to use... libcurl 7.86.0 via curl-config checking NFC library to use... none checking for libinn.h... no checking date parsing source... libcurl curl_getdate checking using memory signing... no checking whether make supports nested variables... (cached) yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating raptor2.spec config.status: creating raptor2.rdf config.status: creating data/Makefile config.status: creating docs/Makefile config.status: creating docs/version.xml config.status: creating examples/Makefile config.status: creating scripts/Makefile config.status: creating src/raptor2.h config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/feeds/Makefile config.status: creating tests/grddl/Makefile config.status: creating tests/ntriples/Makefile config.status: creating tests/ntriples-2013/Makefile config.status: creating tests/nquads-2013/Makefile config.status: creating tests/rdfa/Makefile config.status: creating tests/rdfa11/Makefile config.status: creating tests/json/Makefile config.status: creating tests/rdfxml/Makefile config.status: creating tests/turtle/Makefile config.status: creating tests/turtle-2013/Makefile config.status: creating tests/trig/Makefile config.status: creating utils/Makefile config.status: creating librdfa/Makefile config.status: creating raptor2.pc config.status: creating src/raptor_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls Raptor build summary: RDF parsers available : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl json RDF parsers enabled : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl json RDF serializers available : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads RDF serializers enabled : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads XML parser : libxml 2.10.3 via xml2-config WWW library : libcurl 7.86.0 via curl-config NFC check library : none >>> raptor 2.0.15 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' Making all in librdfa make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o context.lo context.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o curie.lo curie.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o iri.lo iri.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o language.lo language.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c iri.c -fPIC -DPIC -o .libs/iri.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c context.c -fPIC -DPIC -o .libs/context.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c language.c -fPIC -DPIC -o .libs/language.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c curie.c -fPIC -DPIC -o .libs/curie.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o lists.lo lists.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o namespace.lo namespace.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rdfa.lo rdfa.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lists.c -fPIC -DPIC -o .libs/lists.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c namespace.c -fPIC -DPIC -o .libs/namespace.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rdfa_utils.lo rdfa_utils.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rdfa.c -fPIC -DPIC -o .libs/rdfa.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c rdfa_utils.c -fPIC -DPIC -o .libs/rdfa_utils.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o subject.lo subject.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o triple.lo triple.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c subject.c -fPIC -DPIC -o .libs/subject.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c triple.c -fPIC -DPIC -o .libs/triple.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -o librdfa.la context.lo curie.lo iri.lo language.lo lists.lo namespace.lo rdfa.lo rdfa_utils.lo subject.lo triple.lo -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru .libs/librdfa.a .libs/context.o .libs/curie.o .libs/iri.o .libs/language.o .libs/lists.o .libs/namespace.o .libs/rdfa.o .libs/rdfa_utils.o .libs/subject.o .libs/triple.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/librdfa.a libtool: link: ( cd ".libs" && rm -f "librdfa.la" && ln -s "../librdfa.la" "librdfa.la" ) make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' /usr/bin/make all-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_parse.lo raptor_parse.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize.lo raptor_serialize.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_rfc2396.lo raptor_rfc2396.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_uri.lo raptor_uri.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize.c -fPIC -DPIC -o .libs/raptor_serialize.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_rfc2396.c -fPIC -DPIC -o .libs/raptor_rfc2396.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_uri.c -fPIC -DPIC -o .libs/raptor_uri.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_parse.c -fPIC -DPIC -o .libs/raptor_parse.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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_log.lo raptor_log.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_locator.lo raptor_locator.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_log.c -fPIC -DPIC -o .libs/raptor_log.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_locator.c -fPIC -DPIC -o .libs/raptor_locator.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_namespace.lo raptor_namespace.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_qname.lo raptor_qname.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_option.lo raptor_option.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_general.lo raptor_general.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_namespace.c -fPIC -DPIC -o .libs/raptor_namespace.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_qname.c -fPIC -DPIC -o .libs/raptor_qname.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_option.c -fPIC -DPIC -o .libs/raptor_option.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_general.c -fPIC -DPIC -o .libs/raptor_general.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_unicode.lo raptor_unicode.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_www.lo raptor_www.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_unicode.c -fPIC -DPIC -o .libs/raptor_unicode.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_statement.lo raptor_statement.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_www.c -fPIC -DPIC -o .libs/raptor_www.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_term.lo raptor_term.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_statement.c -fPIC -DPIC -o .libs/raptor_statement.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_term.c -fPIC -DPIC -o .libs/raptor_term.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_sequence.lo raptor_sequence.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_stringbuffer.lo raptor_stringbuffer.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_stringbuffer.c -fPIC -DPIC -o .libs/raptor_stringbuffer.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_iostream.lo raptor_iostream.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_sequence.c -fPIC -DPIC -o .libs/raptor_sequence.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_xml.lo raptor_xml.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_iostream.c -fPIC -DPIC -o .libs/raptor_iostream.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_xml.c -fPIC -DPIC -o .libs/raptor_xml.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_xml_writer.lo raptor_xml_writer.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_xml_writer.c -fPIC -DPIC -o .libs/raptor_xml_writer.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_set.lo raptor_set.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_set.c -fPIC -DPIC -o .libs/raptor_set.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o turtle_common.lo turtle_common.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_turtle_writer.lo raptor_turtle_writer.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_turtle_writer.c -fPIC -DPIC -o .libs/raptor_turtle_writer.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c turtle_common.c -fPIC -DPIC -o .libs/turtle_common.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_avltree.lo raptor_avltree.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o snprintf.lo snprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_avltree.c -fPIC -DPIC -o .libs/raptor_avltree.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_json_writer.lo raptor_json_writer.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_memstr.lo raptor_memstr.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_json_writer.c -fPIC -DPIC -o .libs/raptor_json_writer.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_concepts.lo raptor_concepts.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_memstr.c -fPIC -DPIC -o .libs/raptor_memstr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_concepts.c -fPIC -DPIC -o .libs/raptor_concepts.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_syntax_description.lo raptor_syntax_description.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_sax2.lo raptor_sax2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_syntax_description.c -fPIC -DPIC -o .libs/raptor_syntax_description.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_escaped.lo raptor_escaped.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_ntriples.lo raptor_ntriples.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_sax2.c -fPIC -DPIC -o .libs/raptor_sax2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_ntriples.c -fPIC -DPIC -o .libs/raptor_ntriples.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_escaped.c -fPIC -DPIC -o .libs/raptor_escaped.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sort_r.lo sort_r.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sort_r.c -fPIC -DPIC -o .libs/sort_r.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_libxml.lo raptor_libxml.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_rdfxml.lo raptor_rdfxml.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_libxml.c -fPIC -DPIC -o .libs/raptor_libxml.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o turtle_lexer.lo turtle_lexer.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_rdfxml.c -fPIC -DPIC -o .libs/raptor_rdfxml.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o turtle_parser.lo turtle_parser.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c turtle_lexer.c -fPIC -DPIC -o .libs/turtle_lexer.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c turtle_parser.c -fPIC -DPIC -o .libs/turtle_parser.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ntriples_parse.lo ntriples_parse.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ntriples_parse.c -fPIC -DPIC -o .libs/ntriples_parse.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_rss_common.lo raptor_rss_common.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_rss.lo raptor_rss.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_rss_common.c -fPIC -DPIC -o .libs/raptor_rss_common.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_grddl.lo raptor_grddl.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_rss.c -fPIC -DPIC -o .libs/raptor_rss.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_guess.lo raptor_guess.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_grddl.c -fPIC -DPIC -o .libs/raptor_grddl.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_guess.c -fPIC -DPIC -o .libs/raptor_guess.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_librdfa.lo raptor_librdfa.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_json.lo raptor_json.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_librdfa.c -fPIC -DPIC -o .libs/raptor_librdfa.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_json.c -fPIC -DPIC -o .libs/raptor_json.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_rdfxml.lo raptor_serialize_rdfxml.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_ntriples.lo raptor_serialize_ntriples.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_abbrev.lo raptor_abbrev.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_rdfxml.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxml.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_ntriples.c -fPIC -DPIC -o .libs/raptor_serialize_ntriples.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_abbrev.c -fPIC -DPIC -o .libs/raptor_abbrev.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_rdfxmla.lo raptor_serialize_rdfxmla.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_rdfxmla.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxmla.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_turtle.lo raptor_serialize_turtle.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_rss.lo raptor_serialize_rss.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_dot.lo raptor_serialize_dot.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_turtle.c -fPIC -DPIC -o .libs/raptor_serialize_turtle.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_dot.c -fPIC -DPIC -o .libs/raptor_serialize_dot.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_rss.c -fPIC -DPIC -o .libs/raptor_serialize_rss.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_html.lo raptor_serialize_html.c /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_serialize_json.lo raptor_serialize_json.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_html.c -fPIC -DPIC -o .libs/raptor_serialize_html.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_serialize_json.c -fPIC -DPIC -o .libs/raptor_serialize_json.o /bin/bash ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o raptor_www_curl.lo raptor_www_curl.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c raptor_www_curl.c -fPIC -DPIC -o .libs/raptor_www_curl.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -version-info 0:0:0 -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lcurl -lxml2 -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/lib -lz -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -llzma -lm -lxslt -lxml2 -lm -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -lyajl -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -o libraptor2.la -rpath /usr/lib raptor_parse.lo raptor_serialize.lo raptor_rfc2396.lo raptor_uri.lo raptor_log.lo raptor_locator.lo raptor_namespace.lo raptor_qname.lo raptor_option.lo raptor_general.lo raptor_unicode.lo raptor_www.lo raptor_statement.lo raptor_term.lo raptor_sequence.lo raptor_stringbuffer.lo raptor_iostream.lo raptor_xml.lo raptor_xml_writer.lo raptor_set.lo turtle_common.lo raptor_turtle_writer.lo raptor_avltree.lo snprintf.lo raptor_json_writer.lo raptor_memstr.lo raptor_concepts.lo raptor_syntax_description.lo raptor_sax2.lo raptor_escaped.lo raptor_ntriples.lo sort_r.lo raptor_libxml.lo raptor_rdfxml.lo turtle_lexer.lo turtle_parser.lo ntriples_parse.lo raptor_rss_common.lo raptor_rss.lo raptor_grddl.lo raptor_guess.lo raptor_librdfa.lo raptor_json.lo raptor_serialize_rdfxml.lo raptor_serialize_ntriples.lo raptor_abbrev.lo raptor_serialize_rdfxmla.lo raptor_serialize_turtle.lo raptor_serialize_rss.lo raptor_serialize_dot.lo raptor_serialize_html.lo raptor_serialize_json.lo ../librdfa/librdfa.la raptor_www_curl.lo -lm libtool: warning: '/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib/libidn2.la' seems to be moved libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/raptor_parse.o .libs/raptor_serialize.o .libs/raptor_rfc2396.o .libs/raptor_uri.o .libs/raptor_log.o .libs/raptor_locator.o .libs/raptor_namespace.o .libs/raptor_qname.o .libs/raptor_option.o .libs/raptor_general.o .libs/raptor_unicode.o .libs/raptor_www.o .libs/raptor_statement.o .libs/raptor_term.o .libs/raptor_sequence.o .libs/raptor_stringbuffer.o .libs/raptor_iostream.o .libs/raptor_xml.o .libs/raptor_xml_writer.o .libs/raptor_set.o .libs/turtle_common.o .libs/raptor_turtle_writer.o .libs/raptor_avltree.o .libs/snprintf.o .libs/raptor_json_writer.o .libs/raptor_memstr.o .libs/raptor_concepts.o .libs/raptor_syntax_description.o .libs/raptor_sax2.o .libs/raptor_escaped.o .libs/raptor_ntriples.o .libs/sort_r.o .libs/raptor_libxml.o .libs/raptor_rdfxml.o .libs/turtle_lexer.o .libs/turtle_parser.o .libs/ntriples_parse.o .libs/raptor_rss_common.o .libs/raptor_rss.o .libs/raptor_grddl.o .libs/raptor_guess.o .libs/raptor_librdfa.o .libs/raptor_json.o .libs/raptor_serialize_rdfxml.o .libs/raptor_serialize_ntriples.o .libs/raptor_abbrev.o .libs/raptor_serialize_rdfxmla.o .libs/raptor_serialize_turtle.o .libs/raptor_serialize_rss.o .libs/raptor_serialize_dot.o .libs/raptor_serialize_html.o .libs/raptor_serialize_json.o .libs/raptor_www_curl.o -Wl,--whole-archive ../librdfa/.libs/librdfa.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libcurl.so -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libidn2.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libunistring.so -lpsl -lbrotlidec -latomic -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libxslt.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so -lz /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/liblzma.so -lpthread -lyajl -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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' Making all in utils make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rapper.o rapper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rdfdiff.o rdfdiff.c /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -o rdfdiff rdfdiff.o ../src/libraptor2.la -lm /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -o rapper rapper.o ../src/libraptor2.la -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o rdfdiff rdfdiff.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib ../src/.libs/libraptor2.so -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libcurl.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libidn2.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libunistring.so -lpsl -lbrotlidec -latomic /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libxslt.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so -lz /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/liblzma.so -lpthread -lyajl -lm -pthread -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o rapper rapper.o -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib ../src/.libs/libraptor2.so -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../s390x-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/../../../../bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libcurl.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libidn2.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libunistring.so -lpsl -lbrotlidec -latomic /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libxslt.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so -lz /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/liblzma.so -lpthread -lyajl -lm -pthread -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' Making all in docs make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' Making all in data make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' Making all in rdfxml make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' Making all in ntriples make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' Making all in ntriples-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making all in nquads-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' Making all in turtle make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' Making all in turtle-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' Making all in trig make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' Making all in grddl make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' Making all in rdfa make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' Making all in rdfa11 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' Making all in json make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' Making all in feeds make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' Making all in examples make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' Making all in scripts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' >>> raptor 2.0.15 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' Making install in librdfa make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/raptor2' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/raptor2' /bin/bash ../libtool --mode=install /usr/bin/install -c libraptor2.la '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 raptor2.h '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/raptor2' /usr/bin/install -c -m 644 raptor.h '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/raptor2' libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libraptor2.so.0.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so.0 || { rm -f libraptor2.so.0 && ln -s libraptor2.so.0.0.0 libraptor2.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so || { rm -f libraptor2.so && ln -s libraptor2.so.0.0.0 libraptor2.so; }; }) libtool: install: /usr/bin/install -c .libs/libraptor2.lai /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libraptor2.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' Making install in utils make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man1' /bin/bash ../libtool --mode=install /usr/bin/install -c rapper '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/install -c -m 644 rapper.1 '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man1' libtool: install: /usr/bin/install -c rapper /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/rapper make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' Making install in docs make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 libraptor2.3 '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/man/man3' /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 make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' Making install in data make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' Making install in rdfxml make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' Making install in ntriples make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' Making install in ntriples-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making install in nquads-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' Making install in turtle make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' Making install in turtle-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' Making install in trig make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' Making install in grddl make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' Making install in rdfa make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' Making install in rdfa11 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' Making install in json make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' Making install in feeds make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' Making install in examples make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' Making install in scripts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 raptor2.pc '/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' >>> raptor 2.0.15 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' Making install in librdfa make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/librdfa' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/raptor2' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/raptor2' /bin/bash ../libtool --mode=install /usr/bin/install -c libraptor2.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 raptor2.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/raptor2' /usr/bin/install -c -m 644 raptor.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/raptor2' libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libraptor2.so.0.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/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 /home/buildroot/autobuild/instance-3/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 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libraptor2.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/src' Making install in utils make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /bin/bash ../libtool --mode=install /usr/bin/install -c rapper '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 rapper.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c rapper /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/rapper make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/utils' Making install in docs make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libraptor2.3 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3' /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 make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/docs' Making install in data make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/data' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' Making install in rdfxml make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfxml' Making install in ntriples make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples' Making install in ntriples-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making install in nquads-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/nquads-2013' Making install in turtle make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle' Making install in turtle-2013 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/turtle-2013' Making install in trig make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/trig' Making install in grddl make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/grddl' Making install in rdfa make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa' Making install in rdfa11 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/rdfa11' Making install in json make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/json' Making install in feeds make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/tests' Making install in examples make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/examples' Making install in scripts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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 '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 raptor2.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/raptor-2.0.15' rauc-1.8.tar.xz: OK (sha256: d233247c1763b1c56c851d0adef2094b7aa2fcd72decf524a8ac0419188e0978) >>> host-rauc 1.8 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/rauc/rauc-1.8.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8 -xf - >>> host-rauc 1.8 Patching >>> host-rauc 1.8 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-rauc 1.8 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8/build-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). >>> host-rauc 1.8 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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-network --disable-json --disable-service --without-dbuspolicydir --with-systemdunitdir=no ) 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 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 create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking whether to enable debugging... no 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 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a sed that does not truncate output... /bin/sed checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--no-as-needed... yes checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /bin/sed 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 /usr/bin/gcc option to accept ISO C99... none needed checking for catchsegv... catchsegv 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... (cached) /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 whether to build with code coverage support... no checking whether to enable Valgrind on the unit tests... checking for valgrind... no yes checking pkg-config is at least version 0.9.0... yes checking for glib-2.0 >= 2.50 gio-2.0 gio-unix-2.0... yes checking for libnl-genl-3.0 >= 3.1... no checking linux/nbd-netlink.h usability... no checking linux/nbd-netlink.h presence... no checking for linux/nbd-netlink.h... no checking for openssl >= 1.1.1... yes checking linux/mmc/ioctl.h usability... yes checking linux/mmc/ioctl.h presence... yes checking for linux/mmc/ioctl.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, --disable-nls rauc 1.8 network: no streaming: no >>> host-rauc 1.8 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8' GEN rauc-installer-generated.c /usr/bin/make --no-print-directory all-am CC librauc_la-rauc-installer-generated.lo GEN data/rauc-service.sh GEN data/de.pengutronix.rauc.service GEN data/rauc.service CC src/rauc-main.o CC src/librauc_la-bootchooser.lo CC src/librauc_la-bundle.lo CC src/librauc_la-checksum.lo CC src/librauc_la-config_file.lo CC src/librauc_la-context.lo CC src/librauc_la-crypt.lo CC src/librauc_la-dm.lo CC src/librauc_la-hash_index.lo CC src/librauc_la-install.lo CC src/librauc_la-manifest.lo CC src/librauc_la-mark.lo CC src/librauc_la-mbr.lo CC src/librauc_la-mount.lo CC src/librauc_la-service.lo CC src/librauc_la-signature.lo CC src/librauc_la-slot.lo CC src/librauc_la-stats.lo In file included from /home/buildroot/autobuild/instance-3/output-1/host/include/openssl/asn1.h:16:0, from src/signature.c:1: src/signature.c: In function 'get_cert_time': /home/buildroot/autobuild/instance-3/output-1/host/include/openssl/bio.h:482:34: warning: value computed is not used [-Wunused-value] # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/signature.c:911:2: note: in expansion of macro 'BIO_set_close' BIO_set_close(mem, BIO_CLOSE); ^~~~~~~~~~~~~ src/signature.c: In function 'asn1_time_to_tm': /home/buildroot/autobuild/instance-3/output-1/host/include/openssl/bio.h:482:34: warning: value computed is not used [-Wunused-value] # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/signature.c:1095:2: note: in expansion of macro 'BIO_set_close' BIO_set_close(mem, BIO_CLOSE); ^~~~~~~~~~~~~ CC src/librauc_la-utils.lo CC src/librauc_la-update_handler.lo CC src/librauc_la-verity_hash.lo CC src/librauc_la-emmc.lo CC test/fakerand.o CCLD test/fakerand CCLD librauc.la CCLD rauc make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8' >>> host-rauc 1.8 Installing to host directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8' /usr/bin/make --no-print-directory install-am /bin/mkdir -p 'no' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/install -c -m 644 data/de.pengutronix.rauc.conf 'no' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/libexec' /bin/bash ./libtool --mode=install /usr/bin/install -c rauc '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c -m 644 rauc.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /bin/mkdir -p 'no' /usr/bin/install -c data/rauc-service.sh '/home/buildroot/autobuild/instance-3/output-1/host/libexec' /usr/bin/install -c -m 644 data/rauc.service 'no' libtool: install: /usr/bin/install -c rauc /home/buildroot/autobuild/instance-3/output-1/host/bin/rauc make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-rauc-1.8' redir-3.3.tar.xz: OK (md5: b452e1ca6faded7bab9c76dd61d9d983) >>> redir 3.3 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/redir/redir-3.3.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/redir-3.3 -xf - >>> redir 3.3 Patching >>> redir 3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/redir-3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> redir 3.3 Patching libtool >>> redir 3.3 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/redir-3.3/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-compat --enable-shaper --enable-ftp ) 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, --enable-shaper checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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 for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 request_init in -lwrap... no checking tcpd.h usability... no checking tcpd.h presence... no checking for tcpd.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared, --enable-shaper >>> redir 3.3 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/redir-3.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 -D_FORTIFY_SOURCE=2 -c -o redir.o redir.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o redir redir.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' >>> redir 3.3 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/redir-3.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/redir' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c redir '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 README.md transproxy.txt '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/redir' /usr/bin/install -c -m 644 redir.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redir-3.3' rng-tools-6.15.tar.gz: OK (sha256: bff0c58dff90ec10bd61f672e48618e045155eabd60b32d63a9c4ffbdad05f3a) >>> rng-tools 6.15 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/rng-tools/rng-tools-6.15.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15 -xf - >>> rng-tools 6.15 Patching Applying 0001-configure.ac-fix-build-without-sys-auxv.h.patch using patch: patching file configure.ac Hunk #1 succeeded at 69 (offset -7 lines). >>> rng-tools 6.15 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rng-tools 6.15 Configuring >>> rng-tools 6.15 Autoreconfiguring configure.ac:70: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead 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_pthread.m4:88: AX_PTHREAD is expanded from... configure.ac:70: the top level configure.ac:67: installing './ar-lib' configure.ac:28: installing './compile' configure.ac:23: installing './config.guess' configure.ac:23: installing './config.sub' configure.ac:25: installing './install-sh' configure.ac:25: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' >>> rng-tools 6.15 Patching libtool (cd /home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --without-pkcs11 --without-rtlsdr --disable-jitterentropy --without-nistbeacon ) 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 build system type... x86_64-pc-linux-gnu checking host system type... s390x-buildroot-linux-gnu checking target system type... s390x-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking whether to enable maintainer-specific portions of Makefiles... no checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar) interface... ar checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc needs -traditional... no checking for a sed that does not truncate output... /bin/sed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for sys/auxv.h... yes configure: Disabling JITTER entropy source checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether pthread_attr_setaffinity_np is declared... yes checking pkg-config is at least version 0.9.0... yes checking for openssl... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating tests/Makefile config.status: creating rngd.8 config.status: creating rngtest.1 config.status: creating rng-tools-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 >>> rng-tools 6.15 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' Making all in contrib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/contrib' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -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 -D_FORTIFY_SOURCE=2 -c -o randstat.o randstat.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o randstat randstat.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/contrib' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 -D_FORTIFY_SOURCE=2 -c -o stats.o stats.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 -D_FORTIFY_SOURCE=2 -c -o rngtest.o rngtest.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 -D_FORTIFY_SOURCE=2 -c -o fips.o fips.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rngd-rngd.o `test -f 'rngd.c' || echo './'`rngd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rngd-rngd_entsource.o `test -f 'rngd_entsource.c' || echo './'`rngd_entsource.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rngd-rngd_linux.o `test -f 'rngd_linux.c' || echo './'`rngd_linux.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rngd-util.o `test -f 'util.c' || echo './'`util.c rngd_linux.c: In function 'random_add_entropy': rngd_linux.c:169:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 169 | write(random_fd, buf, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o rngd-ossl_helpers.o `test -f 'ossl_helpers.c' || echo './'`ossl_helpers.c rm -f librngd.a /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru librngd.a fips.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib librngd.a /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o rngtest stats.o rngtest.o librngd.a /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -pthread -o rngd rngd-rngd.o rngd-rngd_entsource.o rngd-rngd_linux.o rngd-util.o rngd-ossl_helpers.o librngd.a -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' >>> rng-tools 6.15 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' Making install in contrib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/contrib' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/contrib' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c randstat '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/contrib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/contrib' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/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 '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c rngd '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/install -c rngtest '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 rngd.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 rngtest.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rng-tools-6.15' /usr/bin/install -D -m 755 package/rng-tools/S21rngd /home/buildroot/autobuild/instance-3/output-1/target/etc/init.d/S21rngd sphinxbase-5prealpha.tar.gz: OK (sha256: 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64) >>> sphinxbase 5prealpha Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/sphinxbase/sphinxbase-5prealpha.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha -xf - >>> sphinxbase 5prealpha Patching >>> sphinxbase 5prealpha Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha -name $file); do cp support/gnuconfig/$file $i; done; done >>> sphinxbase 5prealpha Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/ltmain.sh >>> sphinxbase 5prealpha Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --without-python --without-lapack ) 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 s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking for style of include used by make... GNU checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for library containing strerror... none required checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO Standard C... (cached) 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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 bison... bison -y checking for ANSI C header files... (cached) yes checking whether byte ordering is bigendian... (cached) yes checking return type of signal handlers... void checking for long long... yes checking size of long long... 8 checking size of long... 8 checking for popen... yes checking for perror... yes checking for snprintf... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for log in -lm... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking pulse/pulseaudio.h usability... no checking pulse/pulseaudio.h presence... no checking for pulse/pulseaudio.h... no checking jack/jack.h usability... no checking jack/jack.h presence... no checking for jack/jack.h... no checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking for doxygen... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating sphinxbase.pc config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/sphinxbase/Makefile config.status: creating src/Makefile config.status: creating src/libsphinxad/Makefile config.status: creating src/libsphinxbase/Makefile config.status: creating src/libsphinxbase/util/Makefile config.status: creating src/libsphinxbase/feat/Makefile config.status: creating src/libsphinxbase/fe/Makefile config.status: creating src/libsphinxbase/lm/Makefile config.status: creating src/sphinx_fe/Makefile config.status: creating src/sphinx_cepview/Makefile config.status: creating src/sphinx_jsgf2fsg/Makefile config.status: creating src/sphinx_adtools/Makefile config.status: creating src/sphinx_lmtools/Makefile config.status: creating doc/Makefile config.status: creating doc/doxyfile config.status: creating test/Makefile config.status: creating test/unit/testfuncs.sh config.status: creating test/unit/Makefile config.status: creating test/unit/test_alloc/Makefile config.status: creating test/unit/test_bitvec/Makefile config.status: creating test/unit/test_case/Makefile config.status: creating test/unit/test_string/Makefile config.status: creating test/unit/test_cmdln/Makefile config.status: creating test/unit/test_hash/Makefile config.status: creating test/unit/test_matrix/Makefile config.status: creating test/unit/test_feat/Makefile config.status: creating test/unit/test_fe/Makefile config.status: creating test/unit/test_logmath/Makefile config.status: creating test/unit/test_lineiter/Makefile config.status: creating test/unit/test_ngram/Makefile config.status: creating test/unit/test_fsg/Makefile config.status: creating test/unit/test_thread/Makefile config.status: creating test/unit/test_util/Makefile config.status: creating test/regression/testfuncs.sh config.status: creating test/regression/Makefile config.status: creating swig/Makefile config.status: creating swig/python/Makefile config.status: creating include/config.h config.status: creating include/sphinx_config.h config.status: include/sphinx_config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> sphinxbase 5prealpha Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' Making all in libsphinxbase make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' Making all in util make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/util' /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o bitarr.lo bitarr.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o bitvec.lo bitvec.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o bio.lo bio.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o case.lo case.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c case.c -fPIC -DPIC -o .libs/case.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c bitvec.c -fPIC -DPIC -o .libs/bitvec.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c bitarr.c -fPIC -DPIC -o .libs/bitarr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c bio.c -fPIC -DPIC -o .libs/bio.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ckd_alloc.lo ckd_alloc.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o dtoa.lo dtoa.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o listelem_alloc.lo listelem_alloc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ckd_alloc.c -fPIC -DPIC -o .libs/ckd_alloc.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c dtoa.c -fPIC -DPIC -o .libs/dtoa.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c listelem_alloc.c -fPIC -DPIC -o .libs/listelem_alloc.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o cmd_ln.lo cmd_ln.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o err.lo err.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o filename.lo filename.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c cmd_ln.c -fPIC -DPIC -o .libs/cmd_ln.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c err.c -fPIC -DPIC -o .libs/err.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c filename.c -fPIC -DPIC -o .libs/filename.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o genrand.lo genrand.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o glist.lo glist.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c genrand.c -fPIC -DPIC -o .libs/genrand.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c glist.c -fPIC -DPIC -o .libs/glist.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o hash_table.lo hash_table.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o heap.lo heap.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c hash_table.c -fPIC -DPIC -o .libs/hash_table.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c heap.c -fPIC -DPIC -o .libs/heap.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o logmath.lo logmath.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o mmio.lo mmio.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c mmio.c -fPIC -DPIC -o .libs/mmio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c logmath.c -fPIC -DPIC -o .libs/logmath.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o pio.lo pio.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o matrix.lo matrix.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c pio.c -fPIC -DPIC -o .libs/pio.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c matrix.c -fPIC -DPIC -o .libs/matrix.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o priority_queue.lo priority_queue.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o profile.lo profile.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c priority_queue.c -fPIC -DPIC -o .libs/priority_queue.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c profile.c -fPIC -DPIC -o .libs/profile.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o sbthread.lo sbthread.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o strfuncs.lo strfuncs.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c strfuncs.c -fPIC -DPIC -o .libs/strfuncs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sbthread.c -fPIC -DPIC -o .libs/sbthread.o /bin/bash ../../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libsphinxutil.la bitarr.lo bitvec.lo bio.lo case.lo ckd_alloc.lo dtoa.lo listelem_alloc.lo cmd_ln.lo err.lo filename.lo genrand.lo glist.lo hash_table.lo heap.lo logmath.lo mmio.lo pio.lo matrix.lo priority_queue.lo profile.lo sbthread.lo strfuncs.lo -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru .libs/libsphinxutil.a .libs/bitarr.o .libs/bitvec.o .libs/bio.o .libs/case.o .libs/ckd_alloc.o .libs/dtoa.o .libs/listelem_alloc.o .libs/cmd_ln.o .libs/err.o .libs/filename.o .libs/genrand.o .libs/glist.o .libs/hash_table.o .libs/heap.o .libs/logmath.o .libs/mmio.o .libs/pio.o .libs/matrix.o .libs/priority_queue.o .libs/profile.o .libs/sbthread.o .libs/strfuncs.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libsphinxutil.a libtool: link: ( cd ".libs" && rm -f "libsphinxutil.la" && ln -s "../libsphinxutil.la" "libsphinxutil.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/util' Making all in fe make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/fe' /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_interface.lo fe_interface.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_noise.lo fe_noise.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_prespch_buf.lo fe_prespch_buf.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_sigproc.lo fe_sigproc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_interface.c -fPIC -DPIC -o .libs/fe_interface.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_noise.c -fPIC -DPIC -o .libs/fe_noise.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_sigproc.c -fPIC -DPIC -o .libs/fe_sigproc.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_prespch_buf.c -fPIC -DPIC -o .libs/fe_prespch_buf.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_warp_affine.lo fe_warp_affine.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_warp_affine.c -fPIC -DPIC -o .libs/fe_warp_affine.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_warp.lo fe_warp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_warp.c -fPIC -DPIC -o .libs/fe_warp.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_warp_inverse_linear.lo fe_warp_inverse_linear.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_warp_inverse_linear.c -fPIC -DPIC -o .libs/fe_warp_inverse_linear.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fe_warp_piecewise_linear.lo fe_warp_piecewise_linear.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fixlog.lo fixlog.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fixlog.c -fPIC -DPIC -o .libs/fixlog.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fe_warp_piecewise_linear.c -fPIC -DPIC -o .libs/fe_warp_piecewise_linear.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o yin.lo yin.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c yin.c -fPIC -DPIC -o .libs/yin.o /bin/bash ../../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libsphinxfe.la fe_interface.lo fe_noise.lo fe_prespch_buf.lo fe_sigproc.lo fe_warp_affine.lo fe_warp.lo fe_warp_inverse_linear.lo fe_warp_piecewise_linear.lo fixlog.lo yin.lo -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru .libs/libsphinxfe.a .libs/fe_interface.o .libs/fe_noise.o .libs/fe_prespch_buf.o .libs/fe_sigproc.o .libs/fe_warp_affine.o .libs/fe_warp.o .libs/fe_warp_inverse_linear.o .libs/fe_warp_piecewise_linear.o .libs/fixlog.o .libs/yin.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libsphinxfe.a libtool: link: ( cd ".libs" && rm -f "libsphinxfe.la" && ln -s "../libsphinxfe.la" "libsphinxfe.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/fe' Making all in feat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/feat' /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o agc.lo agc.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o cmn.lo cmn.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o cmn_prior.lo cmn_prior.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o lda.lo lda.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c cmn_prior.c -fPIC -DPIC -o .libs/cmn_prior.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c cmn.c -fPIC -DPIC -o .libs/cmn.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c agc.c -fPIC -DPIC -o .libs/agc.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lda.c -fPIC -DPIC -o .libs/lda.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o feat.lo feat.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c feat.c -fPIC -DPIC -o .libs/feat.o /bin/bash ../../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libsphinxfeat.la agc.lo cmn.lo cmn_prior.lo lda.lo feat.lo -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru .libs/libsphinxfeat.a .libs/agc.o .libs/cmn.o .libs/cmn_prior.o .libs/lda.o .libs/feat.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libsphinxfeat.a libtool: link: ( cd ".libs" && rm -f "libsphinxfeat.la" && ln -s "../libsphinxfeat.la" "libsphinxfeat.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/feat' Making all in lm make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ngrams_raw.lo ngrams_raw.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o lm_trie.lo lm_trie.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o lm_trie_quant.lo lm_trie_quant.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ngram_model.lo ngram_model.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ngram_model.c -fPIC -DPIC -o .libs/ngram_model.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lm_trie.c -fPIC -DPIC -o .libs/lm_trie.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c lm_trie_quant.c -fPIC -DPIC -o .libs/lm_trie_quant.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ngrams_raw.c -fPIC -DPIC -o .libs/ngrams_raw.o ngrams_raw.c: In function 'ngrams_raw_read_dmp': ngrams_raw.c:243:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 243 | fread(&wid, sizeof(wid), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:258:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 258 | fread(&prob_idx, sizeof(prob_idx), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:259:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 259 | fread(&bo_idx, sizeof(bo_idx), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:260:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 260 | fread(&bigrams_next[j], sizeof(bigrams_next[j]), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:283:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 283 | fread(&wid, sizeof(wid), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:284:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 284 | fread(&prob_idx, sizeof(prob_idx), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:311:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 311 | fread(&k, sizeof(k), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:315:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 315 | fread(tseg_base, sizeof(int32), k, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c: In function 'read_dmp_weight_array': ngrams_raw.c:194:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | fread(&k, sizeof(k), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ngrams_raw.c:199:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | fread(tmp_weight_arr, sizeof(*tmp_weight_arr), k, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lm_trie.c: In function 'lm_trie_read_bin': lm_trie.c:381:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 381 | fread(trie->unigrams, sizeof(*trie->unigrams), (counts[0] + 1), fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lm_trie.c:384:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 384 | fread(trie->ngram_mem, 1, trie->ngram_mem_size, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lm_trie_quant.c: In function 'lm_trie_quant_read_bin': lm_trie_quant.c:157:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 157 | fread(&dummy, sizeof(dummy), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lm_trie_quant.c:159:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 159 | fread(quant->mem, sizeof(*quant->mem), quant->mem_size, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ngram_model_set.lo ngram_model_set.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ngram_model_trie.lo ngram_model_trie.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ngram_model_set.c -fPIC -DPIC -o .libs/ngram_model_set.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ngram_model_trie.c -fPIC -DPIC -o .libs/ngram_model_trie.o ngram_model_trie.c: In function 'ngram_model_trie_read_bin': ngram_model_trie.c:354:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 354 | fread(hdr, sizeof(*hdr), hdr_size, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:364:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 364 | fread(&order, sizeof(order), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:366:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 366 | fread(&counts[i], sizeof(counts[i]), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c: In function 'read_word_str': ngram_model_trie.c:305:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 305 | fread(&k, sizeof(k), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:307:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 307 | fread(tmp_word_str, 1, (size_t) k, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c: In function 'ngram_model_trie_read_dmp': ngram_model_trie.c:445:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 445 | fread(&k, sizeof(k), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:545:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 545 | fread(&mapid, sizeof(int32), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:546:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 546 | fread(&weightp, sizeof(weightp), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:547:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 547 | fread(&weightb, sizeof(weightb), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ngram_model_trie.c:548:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 548 | fread(&bigrams, sizeof(int32), 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o fsg_model.lo fsg_model.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c fsg_model.c -fPIC -DPIC -o .libs/fsg_model.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o jsgf.lo jsgf.c /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o jsgf_scanner.lo jsgf_scanner.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c jsgf.c -fPIC -DPIC -o .libs/jsgf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c jsgf_scanner.c -fPIC -DPIC -o .libs/jsgf_scanner.o /bin/bash ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o jsgf_parser.lo jsgf_parser.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c jsgf_parser.c -fPIC -DPIC -o .libs/jsgf_parser.o /bin/bash ../../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../../include/sphinxbase -I../../../include -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libsphinxlm.la ngrams_raw.lo lm_trie.lo lm_trie_quant.lo ngram_model.lo ngram_model_set.lo ngram_model_trie.lo fsg_model.lo jsgf.lo jsgf_scanner.lo jsgf_parser.lo -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru .libs/libsphinxlm.a .libs/ngrams_raw.o .libs/lm_trie.o .libs/lm_trie_quant.o .libs/ngram_model.o .libs/ngram_model_set.o .libs/ngram_model_trie.o .libs/fsg_model.o .libs/jsgf.o .libs/jsgf_scanner.o .libs/jsgf_parser.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib .libs/libsphinxlm.a libtool: link: ( cd ".libs" && rm -f "libsphinxlm.la" && ln -s "../libsphinxlm.la" "libsphinxlm.la" ) make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -version-info 3:0:0 -o libsphinxbase.la -rpath /usr/lib util/libsphinxutil.la fe/libsphinxfe.la feat/libsphinxfeat.la lm/libsphinxlm.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC -Wl,--whole-archive util/.libs/libsphinxutil.a fe/.libs/libsphinxfe.a feat/.libs/libsphinxfeat.a lm/.libs/libsphinxlm.a -Wl,--no-whole-archive -lpthread -lm -O2 -Wl,-soname -Wl,libsphinxbase.so.3 -o .libs/libsphinxbase.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libsphinxbase.so.3" && ln -s "libsphinxbase.so.3.0.0" "libsphinxbase.so.3") libtool: link: (cd ".libs" && rm -f "libsphinxbase.so" && ln -s "libsphinxbase.so.3.0.0" "libsphinxbase.so") libtool: link: ( cd ".libs" && rm -f "libsphinxbase.la" && ln -s "../libsphinxbase.la" "libsphinxbase.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' Making all in libsphinxad make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad' /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include/sphinxbase -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c -o ad_oss.lo ad_oss.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include/sphinxbase -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c ad_oss.c -fPIC -DPIC -o .libs/ad_oss.o /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include/sphinxbase -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -version-info 3:0:0 -o libsphinxad.la -rpath /usr/lib ad_oss.lo ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/ad_oss.o -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -O2 -Wl,-soname -Wl,libsphinxad.so.3 -o .libs/libsphinxad.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libsphinxad.so.3" && ln -s "libsphinxad.so.3.0.0" "libsphinxad.so.3") libtool: link: (cd ".libs" && rm -f "libsphinxad.so" && ln -s "libsphinxad.so.3.0.0" "libsphinxad.so") libtool: link: ( cd ".libs" && rm -f "libsphinxad.la" && ln -s "../libsphinxad.la" "libsphinxad.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad' Making all in sphinx_fe make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_fe' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -I../../src/libsphinxbase/fe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sphinx_fe.c /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -I../../src/libsphinxbase/fe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_fe sphinx_fe.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -I../../src/libsphinxbase/fe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_fe sphinx_fe.o ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_fe' Making all in sphinx_cepview make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_cepview' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c main_cepview.c /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_cepview main_cepview.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_cepview main_cepview.o ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_cepview' Making all in sphinx_jsgf2fsg make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_jsgf2fsg' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c main.c /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_jsgf2fsg main.o ../../src/libsphinxbase/libsphinxbase.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_jsgf2fsg main.o ../../src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_jsgf2fsg' Making all in sphinx_adtools make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_adtools' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sphinx_pitch.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c cont_seg.c /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_pitch sphinx_pitch.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxad/libsphinxad.la -lpthread -lm /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_cont_seg cont_seg.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxad/libsphinxad.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_cont_seg cont_seg.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxad/.libs/libsphinxad.so /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad/.libs libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_pitch sphinx_pitch.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxad/.libs/libsphinxad.so /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs/libsphinxbase.so -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad/.libs make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_adtools' Making all in sphinx_lmtools make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_lmtools' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -I../../src/libsphinxlm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sphinx_lm_eval.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -I../../include -I../../src/libsphinxlm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -c sphinx_lm_convert.c /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -I../../src/libsphinxlm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_lm_convert sphinx_lm_convert.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxbase/lm/libsphinxlm.la -lpthread -lm /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -I../../src/libsphinxlm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_lm_eval sphinx_lm_eval.o ../../src/libsphinxbase/libsphinxbase.la ../../src/libsphinxbase/lm/libsphinxlm.la -lpthread -lm libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -I../../src/libsphinxlm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_lm_convert sphinx_lm_convert.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxbase/lm/.libs/libsphinxlm.a -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -I../../include -I../../src/libsphinxlm -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o sphinx_lm_eval sphinx_lm_eval.o ../../src/libsphinxbase/.libs/libsphinxbase.so ../../src/libsphinxbase/lm/.libs/libsphinxlm.a -lpthread -lm -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/.libs make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_lmtools' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/doc' Making all in include make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' /usr/bin/make all-recursive make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' Making all in sphinxbase make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include/sphinxbase' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include/sphinxbase' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' Making all in test make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' Making all in unit make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' Making all in test_alloc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_alloc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_alloc' Making all in test_bitvec make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_bitvec' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_bitvec' Making all in test_case make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_case' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_case' Making all in test_string make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_string' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_string' Making all in test_cmdln make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_cmdln' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_cmdln' Making all in test_hash make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_hash' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_hash' Making all in test_fe make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fe' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fe' Making all in test_feat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_feat' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_feat' Making all in test_lineiter make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_lineiter' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_lineiter' Making all in test_logmath make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_logmath' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_logmath' Making all in test_ngram make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_ngram' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_ngram' Making all in test_fsg make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fsg' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fsg' Making all in test_util make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_util' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_util' Making all in test_thread make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_thread' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_thread' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' Making all in regression make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/regression' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/regression' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' Making all in swig make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' Making all in python make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig/python' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig/python' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' >>> sphinxbase 5prealpha Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' Making install in libsphinxbase make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' Making install in util make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/util' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/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 '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/util' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/util' Making install in fe make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/fe' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/fe' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/fe' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/fe' Making install in feat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/feat' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/feat' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/feat' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/feat' Making install in lm make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase/lm' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libsphinxbase.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsphinxbase.so.3.0.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libsphinxbase.so.3.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libsphinxbase.so.3.0.0 libsphinxbase.so.3 || { rm -f libsphinxbase.so.3 && ln -s libsphinxbase.so.3.0.0 libsphinxbase.so.3; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libsphinxbase.so.3.0.0 libsphinxbase.so || { rm -f libsphinxbase.so && ln -s libsphinxbase.so.3.0.0 libsphinxbase.so; }; }) libtool: install: /usr/bin/install -c .libs/libsphinxbase.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libsphinxbase.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxbase' Making install in libsphinxad make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libsphinxad.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsphinxad.so.3.0.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libsphinxad.so.3.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libsphinxad.so.3.0.0 libsphinxad.so.3 || { rm -f libsphinxad.so.3 && ln -s libsphinxad.so.3.0.0 libsphinxad.so.3; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libsphinxad.so.3.0.0 libsphinxad.so || { rm -f libsphinxad.so && ln -s libsphinxad.so.3.0.0 libsphinxad.so; }; }) libtool: install: /usr/bin/install -c .libs/libsphinxad.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libsphinxad.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/libsphinxad' Making install in sphinx_fe make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_fe' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_fe' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_fe '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sphinx_fe /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_fe make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_fe' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_fe' Making install in sphinx_cepview make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_cepview' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_cepview' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_cepview '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sphinx_cepview /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_cepview make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_cepview' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_cepview' Making install in sphinx_jsgf2fsg make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_jsgf2fsg' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_jsgf2fsg' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_jsgf2fsg '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sphinx_jsgf2fsg /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_jsgf2fsg make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_jsgf2fsg' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_jsgf2fsg' Making install in sphinx_adtools make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_adtools' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_adtools' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_pitch sphinx_cont_seg '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sphinx_pitch /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_pitch libtool: install: /usr/bin/install -c sphinx_cont_seg /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_cont_seg make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_adtools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_adtools' Making install in sphinx_lmtools make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_lmtools' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_lmtools' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c sphinx_lm_eval sphinx_lm_convert '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sphinx_lm_eval /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_lm_eval libtool: install: /usr/bin/install -c sphinx_lm_convert /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/sphinx_lm_convert make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_lmtools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src/sphinx_lmtools' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/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 '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/src' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 sphinx_cepview.1 sphinx_cont_seg.1 sphinx_fe.1 sphinx_lm_convert.1 sphinx_lm_eval.1 sphinx_lm_sort.1 sphinx_pitch.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/doc' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' Making install in sphinxbase make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include/sphinxbase' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include/sphinxbase' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/sphinxbase' /usr/bin/install -c -m 644 ad.h agc.h bio.h bitarr.h bitvec.h byteorder.h case.h ckd_alloc.h clapack_lite.h cmd_ln.h cmn.h err.h f2c.h feat.h fe.h filename.h fixpoint.h fsg_model.h genrand.h glist.h hash_table.h heap.h jsgf.h listelem_alloc.h logmath.h matrix.h mmio.h ngram_model.h pio.h yin.h prim_type.h priority_queue.h profile.h sbthread.h sphinxbase_export.h strfuncs.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/sphinxbase' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include/sphinxbase' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include/sphinxbase' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/sphinxbase' /usr/bin/install -c -m 644 sphinx_config.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/sphinxbase' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/include' Making install in test make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' Making install in unit make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' Making install in test_alloc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_alloc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_alloc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_alloc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_alloc' Making install in test_bitvec make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_bitvec' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_bitvec' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_bitvec' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_bitvec' Making install in test_case make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_case' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_case' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_case' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_case' Making install in test_string make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_string' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_string' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_string' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_string' Making install in test_cmdln make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_cmdln' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_cmdln' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_cmdln' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_cmdln' Making install in test_hash make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_hash' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_hash' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_hash' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_hash' Making install in test_fe make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fe' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fe' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fe' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fe' Making install in test_feat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_feat' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_feat' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_feat' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_feat' Making install in test_lineiter make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_lineiter' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_lineiter' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_lineiter' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_lineiter' Making install in test_logmath make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_logmath' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_logmath' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_logmath' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_logmath' Making install in test_ngram make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_ngram' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_ngram' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_ngram' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_ngram' Making install in test_fsg make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fsg' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fsg' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fsg' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_fsg' Making install in test_util make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_util' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_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 '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_util' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_util' Making install in test_thread make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_thread' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_thread' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_thread' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit/test_thread' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/unit' Making install in regression make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/regression' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/regression' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/regression' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test/regression' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/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 '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/test' Making install in swig make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' Making install in python make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig/python' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig/python' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig/python' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig/python' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/sphinxbase/swig' /usr/bin/install -c -m 644 cmd_ln.i fe.i feat.i fsg_model.i jsgf.i iterators.i logmath.i ngram_model.i sphinxbase.i typemaps.i '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/sphinxbase/swig' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha/swig' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sphinxbase.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sphinxbase-5prealpha' spice-protocol-0.14.4.tar.xz: OK (sha256: 04ffba610d9fd441cfc47dfaa135d70096e60b1046d2119d8db2f8ea0d17d912) >>> spice-protocol 0.14.4 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/spice-protocol/spice-protocol-0.14.4.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4 -xf - >>> spice-protocol 0.14.4 Patching >>> spice-protocol 0.14.4 Configuring rm -rf /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build/cross-compilation.conf PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/home/buildroot/autobuild/instance-3/output-1/host/lib/cmake /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/ /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build The Meson build system Version: 0.64.0 Source dir: /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4 Build dir: /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/build Build type: cross build Project name: spice-protocol Project version: 0.14.4 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: s390x Host machine cpu: Target machine cpu family: s390x Target machine cpu: Build targets in project: 0 spice-protocol 0.14.4 User defined options Cross files : /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build/cross-compilation.conf build.cmake_prefix_path: /home/buildroot/autobuild/instance-3/output-1/host/lib/cmake build.pkg_config_path : /home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false Found ninja-1.11.1.git.kitware.jobserver-1 at /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. >>> spice-protocol 0.14.4 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build ninja: Entering directory `/home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build' ninja: no work to do. >>> spice-protocol 0.14.4 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build install ninja: Entering directory `/home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build' [0/1] Installing files. Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/barrier.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/end-packed.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/enums.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/ipc_ring.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/macros.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/protocol.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/qxl_dev.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/qxl_windows.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/start-packed.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/stats.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/types.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/vd_agent.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/stream-device.h to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/build/meson-private/spice-protocol.pc to /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/pkgconfig >>> spice-protocol 0.14.4 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> spice-protocol 0.14.4 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build install ninja: Entering directory `/home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4//build' [0/1] Installing files. Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/barrier.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/end-packed.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/enums.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/ipc_ring.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/macros.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/protocol.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/qxl_dev.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/qxl_windows.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/start-packed.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/stats.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/types.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/vd_agent.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/spice/stream-device.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/spice-1/spice/ Installing /home/buildroot/autobuild/instance-3/output-1/build/spice-protocol-0.14.4/build/meson-private/spice-protocol.pc to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig stunnel-5.65.tar.gz: OK (sha256: 60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc) >>> stunnel 5.65 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/stunnel/stunnel-5.65.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65 -xf - >>> stunnel 5.65 Patching >>> stunnel 5.65 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65 -name $file); do cp support/gnuconfig/$file $i; done; done >>> stunnel 5.65 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/auto/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). >>> stunnel 5.65 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ax_cv_check_cflags___fstack_protector=yes LIBS=`/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config --libs openssl` CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-ssl=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr --with-threads=fork --disable-libwrap --disable-systemd ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls configure: **************************************** initialization checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... (cached) yes configure: **************************************** bash completion checking pkg-config is at least version 0.9.0... yes checking for bashcompdir... ${prefix}/share/bash-completion/completions configure: **************************************** thread model checking for a sed that does not truncate output... /bin/sed checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E configure: FORK mode selected configure: **************************************** compiler/linker flags checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wpedantic... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wconversion... yes checking whether C compiler accepts -Wno-long-long... yes checking whether C compiler accepts -Wno-deprecated-declarations... yes checking whether C compiler accepts -fPIE... yes checking whether C compiler accepts -fstack-protector... (cached) yes checking whether the linker accepts -fPIE... yes checking whether the linker accepts -pie... yes 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 whether C compiler accepts -D_FORTIFY_SOURCE=2... yes configure: **************************************** libtool checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for 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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 configure: **************************************** types checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for struct sockaddr_un... yes checking for struct addrinfo... yes configure: **************************************** PTY device files configure: WARNING: cross-compilation: assuming /dev/ptmx and /dev/ptc are not available configure: **************************************** entropy sources configure: WARNING: cross-compilation: assuming entropy sources are not available configure: **************************************** default group configure: WARNING: cross-compilation: assuming nogroup is not available checking for default group... nobody checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: **************************************** header files checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking tcpd.h usability... no checking tcpd.h presence... no checking for tcpd.h... no checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for sys/types.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... 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/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking linux/sched.h usability... yes checking linux/sched.h presence... yes checking for linux/sched.h... yes checking for struct msghdr.msg_control... yes checking for linux/netfilter_ipv4.h... yes configure: **************************************** libraries checking for library containing gethostbyname... none required checking for library containing yp_get_default_domain... no checking for library containing socket... none required checking for library containing openpty... none required checking for library containing dlopen... none required checking for library containing shl_load... no configure: **************************************** library functions checking for snprintf... yes checking for vsnprintf... yes checking for openpty... yes checking for _getpty... no checking for daemon... yes checking for waitpid... yes checking for wait4... yes checking for setsid... yes checking for setgroups... yes checking for chroot... yes checking for realpath... yes checking for sysconf... yes checking for getrlimit... yes checking for pthread_sigmask... yes checking for localtime_r... yes checking for getcontext... yes checking for __makecontext_v2... no checking for poll... yes checking for gethostbyname2... yes checking for endhostent... yes checking for getnameinfo... yes checking for getaddrinfo... yes checking for broken poll() implementation... no checking for pipe2... yes checking for accept4... yes configure: **************************************** optional features checking whether to enable IPv6 support... yes checking whether to enable FIPS support... autodetecting checking whether to enable systemd socket activation support... no checking whether to enable TCP wrappers support... no configure: **************************************** TLS checking for TLS directory... /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr checking for FIPS_mode_set... yes checking for OSSL_PROVIDER_available... no configure: FIPS support enabled checking whether DH parameters need to be updated... no configure: **************************************** write the results checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating tests/certs/Makefile 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, --with-xmlto, --with-fop, --disable-nls configure: **************************************** success >>> stunnel 5.65 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/src' /usr/bin/make all-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/src' CC stunnel-str.o CC stunnel-file.o CC stunnel-tls.o CC stunnel-client.o CC stunnel-log.o CC stunnel-options.o CC stunnel-protocol.o CC stunnel-network.o CC stunnel-resolver.o CC stunnel-ssl.o CC stunnel-ctx.o CC stunnel-verify.o CC stunnel-sthreads.o CC stunnel-fd.o CC stunnel-dhparam.o CC stunnel-cron.o CC stunnel-stunnel.o CC stunnel-pty.o CC stunnel-libwrap.o CC stunnel-ui_unix.o sed -e 's|@bindir[@]|/usr/bin|g' './stunnel3.in' >stunnel3 CC env.lo CCLD stunnel CCLD libstunnel.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/src' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/stunnel-5.65/doc' sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|\\f(CI@sysconfdir\\fI@|/etc|g' -e '\|^>> tcpreplay 4.4.2 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/tcpreplay/tcpreplay-4.4.2.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2 -xf - >>> tcpreplay 4.4.2 Patching >>> tcpreplay 4.4.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> tcpreplay 4.4.2 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/config/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 8239 (offset 127 lines). Hunk #8 succeeded at 10871 (offset 161 lines). >>> tcpreplay 4.4.2 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_path_ac_pt_PCAP_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin/pcap-config" LIBS="" ac_cv_path_tcpdump_path=no CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-libpcap=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr --enable-pcapconfig --without-libdnet ) 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 to enable maintainer-specific portions of Makefiles... yes checking if malloc debugging is wanted... no checking build system type... x86_64-pc-linux-gnu checking host system type... s390x-buildroot-linux-gnu checking target system type... s390x-buildroot-linux-gnu checking for cygwin development environment... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... none checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking whether ln -s works... yes checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /bin/sed checking whether make sets $(MAKE)... (cached) yes checking for printf... /usr/bin/printf checking for echo... /bin/echo checking for cut... /usr/bin/cut checking for autogen... no checking for groff... /usr/bin/groff checking for depmod... /home/buildroot/autobuild/instance-3/output-1/host/sbin/depmod checking for insmod... /sbin/insmod checking for rmmod... /sbin/rmmod configure: Using included libopts tearoff checking for egrep... (cached) /bin/grep -E checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... 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 sys/time.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/param.h... yes checking for an ANSI C-conforming const... yes checking for inline... (cached) inline 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 u_int8_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for u_int64_t... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wextra support... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wno-variadic-macros support... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wfatal-errors support... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -Wno-format-contains-nul support... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for sys/time.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking 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 for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for inttypes.h... (cached) yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.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/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking sys/io.h usability... no checking sys/io.h presence... no checking for sys/io.h... no checking architecture/i386/pio.h usability... no checking architecture/i386/pio.h presence... no checking for architecture/i386/pio.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking fts.h usability... yes checking fts.h presence... yes checking for fts.h... yes checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for sys/sysctl.h... no checking for net/route.h... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for nanosleep in -lrt... yes checking for resolv in -lresolv... no 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 whether lstat correctly handles trailing slash... no checking for working memcmp... (cached) yes checking for vprintf... yes checking for _doprnt... no checking whether time.h and sys/time.h may both be included... yes checking for alarm... yes checking for working mktime... no checking for getpagesize... yes checking for working mmap... (cached) yes checking for struct timeval.tv_sec... yes checking for alarm... (cached) yes checking for atexit... yes checking for bzero... yes checking for dup2... yes checking for gethostbyname... yes checking for getpagesize... (cached) yes checking for gettimeofday... yes checking for ctime... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for munmap... yes checking for pow... no checking for putenv... yes checking for realpath... yes checking for regcomp... yes checking for strdup... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... (cached) yes checking for strerror... yes checking for strtol... yes checking for strncpy... yes checking for strtoull... yes checking for poll... yes checking for ntohll... no checking for mmap... yes checking for snprintf... yes checking for vsnprintf... yes checking for strsignal... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtoul... yes checking for ioperm... no checking for strlcpy... no checking whether byte ordering is bigendian... (cached) yes configure: Enabling libpcap discovery via pcap_config configure: Using u_int64_t for packet counters checking for inet_aton... yes checking for inet_pton... yes checking for inet_ntop... yes checking for inet_addr... yes checking linux/if_tun.h usability... yes checking linux/if_tun.h presence... yes checking for linux/if_tun.h... yes checking for libpcap... /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr checking for library containing nl_handle_alloc... no checking for nl_cache_alloc in -lnl... no checking for genl_connect in -lnl-genl-3... no checking for nl_cache_alloc in -lnl-3... no checking for dbus_malloc in -ldbus-1... yes checking for numa_available in -lnuma... no checking for pthread_create in -lpthread... yes checking for library containing pcap_get_pfring_id... no checking for library containing pcap_close... none required checking for libpcap version... >= 0.8.0 checking for pcap_setnonblock... yes checking for pcap_datalink_val_to_description... yes checking for pcap_get_selectable_fd... yes checking for pcap_dump_fopen... yes checking for pcap_inject sending support... yes checking for pcap_sendpacket sending support... yes checking for pcap_breakloop... no checking for pcap_version... yes checking for pcap_snapshot... yes configure: Building tcpbridge configure: Building tcpliveplay checking for netmap socket sending support... no checking for PF_PACKET socket sending support... yes checking for TX_RING socket sending support... no checking net/bpf.h usability... no checking net/bpf.h presence... no checking for net/bpf.h... no checking for libdnet... no configure: WARNING: libdnet not found, disabling fragroute feature checking for DLT_LINUX_SLL in libpcap... yes checking for DLT_C_HDLC in libpcap... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/pcap-bpf.h... no checking for libpcap bpf header... no checking for netmap libpcap... no checking for pcapnav-config... no checking for requires strict byte alignment... ./configure: line 23316: ./conftest: cannot execute binary file: Exec format error yes checking for tcpdump... (cached) no configure: WARNING: Unable to find tcpdump. Please specify --with-tcpdump. Disabling --verbose configure: WARNING: Your version of libpcap does not support --verbose checking for 'make test' profile... configure: WARNING: Unable to do tests when cross-compiling Unable to do tests when cross-compiling checking for OS version... Linux configure: Using eth0 for 1st test network interface card configure: Using eth0 for 2nd test network interface card checking if it's ok to use pcap_findalldevs()... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/param.h... (cached) yes checking for sys/poll.h... (cached) yes checking sys/procset.h usability... no checking sys/procset.h presence... no checking for sys/procset.h... no checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking sys/stropts.h usability... no checking sys/stropts.h presence... no checking for sys/stropts.h... no checking for sys/time.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for dlfcn.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for fcntl.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for libintl.h... (cached) yes checking for memory.h... (cached) yes checking for netinet/in.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for stdbool.h... (cached) yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for inttypes.h... (cached) yes checking for working stdnoreturn.h... yes checking for runetype.h... no checking for wchar.h... yes checking for wchar_t... yes checking for wint_t... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking for uint_t... no checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for ptrdiff_t... yes checking size of char *... 8 checking size of int... 4 checking size of long... 8 checking size of short... 2 checking for pathfind in -lgen... no checking for gettext in -lintl... no checking for vprintf... (cached) yes checking for _doprnt... (cached) no checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for mmap... (cached) yes checking for canonicalize_file_name... yes checking for snprintf... (cached) yes checking for strdup... (cached) yes checking for strchr... (cached) yes checking for strrchr... (cached) yes checking for strsignal... (cached) yes checking for fchmod... yes checking for fstat... yes checking for chmod... yes checking for a sed that does not truncate output... (cached) /bin/sed configure: Using supplied libopts tearoff checking whether a reg expr header is specified... no checking whether with-libregex was specified... no checking whether with-libregex-cflags was specified... no checking whether with-libregex-libs was specified... no checking whether libregex functions properly... no checking whether pathfind(3) works... no checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Nov 7 01:34 /dev/zero checking whether we have a functional realpath(3C)... no checking whether strftime() works... no checking whether fopen accepts "b" mode... no checking whether fopen accepts "t" mode... no checking whether not wanting optional option args... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libopts/Makefile config.status: creating Makefile config.status: creating doxygen.cfg config.status: creating lib/Makefile config.status: creating docs/Makefile config.status: creating src/Makefile config.status: creating src/tcpedit/Makefile config.status: creating src/fragroute/Makefile config.status: creating src/common/Makefile config.status: creating src/defines.h config.status: creating test/Makefile config.status: creating test/config config.status: creating scripts/Makefile 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, --with-xmlto, --with-fop, --enable-ipv6 ########################################################################## TCPREPLAY Suite Configuration Results (4.4.2) ########################################################################## libpcap: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr (>= 0.9.6) PF_RING libpcap no libdnet: no autogen: (unknown - man pages will not be built) Use libopts tearoff: yes 64bit counter support: yes tcpdump binary path: no fragroute support: no tcpbridge support: yes tcpliveplay support: yes Supported Packet Injection Methods (*): Linux TX_RING: no Linux PF_PACKET: yes BSD BPF: no libdnet: no pcap_inject: yes pcap_sendpacket: yes ** pcap_netmap no Linux/BSD netmap: no Tuntap device support: yes * In order of preference; see configure --help to override ** Required for tcpbridge >>> tcpreplay 4.4.2 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' Making all in scripts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/scripts' Making all in lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/lib' CC strlcat.o CC strlcpy.o AR libstrl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/lib' Making all in libopts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' /usr/bin/make all-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' CC libopts_la-libopts.lo CCLD libopts.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' /usr/bin/make all-recursive make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' Making all in common make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' CC cidr.o CC err.o CC list.o CC cache.o CC services.o CC get.o CC fakepcap.o CC fakepcapnav.o CC timer.o CC utils.o CC xX.o CC fakepoll.o CC git_version.o CC dlt_names.o CC mac.o CC sendpacket.o CC interface.o CC flows.o CC txring.o AR libcommon.a make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' Making all in tcpedit make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' CC tcpedit.o CC portmap.o CC parse_args.o CC edit_packet.o CC dlt.o CC checksum.o CC incremental_checksum.o CC tcpedit_api.o CC fuzzing.o CC rewrite_sequence.o CC plugins/dlt_plugins.o CC plugins/ethernet.o CC plugins/dlt_en10mb/en10mb.o CC plugins/dlt_utils.o CC plugins/dlt_en10mb/en10mb_api.o CC plugins/dlt_hdlc/hdlc.o CC plugins/dlt_hdlc/hdlc_api.o CC plugins/dlt_user/user.o CC plugins/dlt_user/user_api.o CC plugins/dlt_raw/raw.o CC plugins/dlt_linuxsll/linuxsll.o CC plugins/dlt_loop/loop.o CC plugins/dlt_null/null.o CC plugins/dlt_ieee80211/ieee80211.o CC plugins/dlt_ieee80211/ieee80211_hdr.o CC plugins/dlt_radiotap/radiotap.o CC plugins/dlt_jnpr_ether/jnpr_ether.o CC plugins/dlt_pppserial/pppserial.o AR libtcpedit.a make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' CC tcpreplay-tcpreplay_opts.o CC tcpreplay-send_packets.o CC tcpreplay-signal_handler.o CC tcpreplay-tcpreplay.o CC tcpreplay-tcpreplay_api.o CC tcpreplay-sleep.o CC tcpreplay-replay.o CC tcpprep-tcpprep_opts.o CC tcpprep-tcpprep.o CC tcpprep-tree.o CC tcpprep-tcpprep_api.o CC tcprewrite-tcprewrite_opts.o CC tcprewrite-tcprewrite.o CC tcpreplay_edit-tcpreplay_edit_opts.o CC tcpreplay_edit-send_packets.o CC tcpreplay_edit-signal_handler.o CC tcpreplay_edit-tcpreplay.o CC tcpreplay_edit-tcpreplay_api.o CC tcpreplay_edit-sleep.o CC tcpreplay_edit-replay.o CC tcpcapinfo-tcpcapinfo_opts.o CC tcpcapinfo-tcpcapinfo.o CC tcpbridge-tcpbridge_opts.o CC tcpbridge-tcpbridge.o CC tcpbridge-bridge.o CC tcpliveplay-tcpliveplay_opts.o CC tcpliveplay-tcpliveplay.o CCLD tcpreplay CCLD tcpprep CCLD tcprewrite CCLD tcpreplay-edit CCLD tcpcapinfo CCLD tcpliveplay CCLD tcpbridge make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' >>> tcpreplay 4.4.2 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' Making install in scripts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/scripts' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/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 '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/scripts' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/scripts' Making install in lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/lib' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/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 '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/lib' Making install in libopts make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/libopts' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' /usr/bin/make install-recursive make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' Making install in common make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/common' Making install in tcpedit make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src/tcpedit' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /bin/bash ../libtool --mode=install /usr/bin/install -c tcpreplay tcpprep tcprewrite tcpreplay-edit tcpcapinfo tcpbridge tcpliveplay '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 tcpreplay.1 tcpprep.1 tcprewrite.1 tcpreplay-edit.1 tcpcapinfo.1 tcpbridge.1 tcpliveplay.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' libtool: install: /usr/bin/install -c tcpreplay /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcpreplay libtool: install: /usr/bin/install -c tcpprep /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcpprep libtool: install: /usr/bin/install -c tcprewrite /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcprewrite libtool: install: /usr/bin/install -c tcpreplay-edit /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcpreplay-edit libtool: install: /usr/bin/install -c tcpcapinfo /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcpcapinfo libtool: install: /usr/bin/install -c tcpbridge /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcpbridge libtool: install: /usr/bin/install -c tcpliveplay /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tcpliveplay make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.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 '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tcpreplay-4.4.2' tinycompress-1.2.8.tar.bz2: OK (sha256: 2f897e5112cd3bca6790b5cecfda6e0662c8bc5ee0fbab972b247a0cc620d66c) >>> tinycompress 1.2.8 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/tinycompress/tinycompress-1.2.8.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8 -xf - >>> tinycompress 1.2.8 Patching Applying 0001-wave-add-time.h-missing-header-inclusion.patch using patch: patching file src/utils/wave.c >>> tinycompress 1.2.8 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8 -name $file); do cp support/gnuconfig/$file $i; done; done >>> tinycompress 1.2.8 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.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 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> tinycompress 1.2.8 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for s390x-buildroot-linux-gnu-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... s390x-buildroot-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to s390x-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld option to reload object files... -r checking for s390x-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for s390x-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for s390x-buildroot-linux-gnu-strip... (cached) /bin/true checking for s390x-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-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 s390x-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld -m elf64_s390) 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 we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking for s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp checking whether make sets $(MAKE)... (cached) yes checking pkg-config is at least version 0.9.0... 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 src/Makefile config.status: creating src/lib/Makefile config.status: creating src/utils/Makefile config.status: creating src/utils-lgpl/Makefile config.status: creating tinycompress.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 >>> tinycompress 1.2.8 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' Making all in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/include' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' Making all in lib make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib' /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c -o libtinycompress_la-compress.lo `test -f 'compress.c' || echo './'`compress.c /bin/bash ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c -o libtinycompress_la-compress_hw.lo `test -f 'compress_hw.c' || echo './'`compress_hw.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c compress.c -fPIC -DPIC -o .libs/libtinycompress_la-compress.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c compress_hw.c -fPIC -DPIC -o .libs/libtinycompress_la-compress_hw.o /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o libtinycompress.la -rpath /usr/lib libtinycompress_la-compress.lo libtinycompress_la-compress_hw.lo -ldl libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/libtinycompress_la-compress.o .libs/libtinycompress_la-compress_hw.o -ldl -O2 -g0 -Wl,-soname -Wl,libtinycompress.so.0 -o .libs/libtinycompress.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libtinycompress.so.0" && ln -s "libtinycompress.so.0.0.0" "libtinycompress.so.0") libtool: link: (cd ".libs" && rm -f "libtinycompress.so" && ln -s "libtinycompress.so.0.0.0" "libtinycompress.so") libtool: link: ( cd ".libs" && rm -f "libtinycompress.la" && ln -s "../libtinycompress.la" "libtinycompress.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib' Making all in utils make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/utils' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c -o cplay-cplay.o `test -f 'cplay.c' || echo './'`cplay.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c -o cplay-wave.o `test -f 'wave.c' || echo './'`wave.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c -o crecord-crecord.o `test -f 'crecord.c' || echo './'`crecord.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -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 -D_FORTIFY_SOURCE=2 -c -o crecord-wave.o `test -f 'wave.c' || echo './'`wave.c cplay.c: In function 'find_adif_header': cplay.c:378:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 378 | fread(adif_header, sizeof(unsigned char), 20, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o crecord crecord-crecord.o crecord-wave.o ../../src/lib/libtinycompress.la libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o crecord crecord-crecord.o crecord-wave.o ../../src/lib/.libs/libtinycompress.so -ldl -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib/.libs /bin/bash ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o cplay cplay-cplay.o cplay-wave.o ../../src/lib/libtinycompress.la libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o cplay cplay-cplay.o cplay-wave.o ../../src/lib/.libs/libtinycompress.so -ldl -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib/.libs make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/utils' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' >>> tinycompress 1.2.8 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/include' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/tinycompress' /usr/bin/install -c -m 644 tinycompress/tinycompress.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/tinycompress' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/include' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' Making install in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libtinycompress.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libtinycompress.so.0.0.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libtinycompress.so.0.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libtinycompress.so.0.0.0 libtinycompress.so.0 || { rm -f libtinycompress.so.0 && ln -s libtinycompress.so.0.0.0 libtinycompress.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libtinycompress.so.0.0.0 libtinycompress.so || { rm -f libtinycompress.so && ln -s libtinycompress.so.0.0.0 libtinycompress.so; }; }) libtool: install: /usr/bin/install -c .libs/libtinycompress.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libtinycompress.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/lib' Making install in utils make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/utils' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/utils' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c cplay crecord '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c cplay /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/cplay libtool: install: /usr/bin/install -c crecord /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/crecord make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/utils' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src/utils' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/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 '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 tinycompress.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/tinycompress-1.2.8' usb-modeswitch-2.6.1.tar.bz2: OK (md5: 69d00d6ed7097b97d972a159d14cfba1) usb-modeswitch-2.6.1.tar.bz2: OK (sha256: 5195d9e136e52f658f19e9f93e4f982b1b67bffac197d0a455cd8c2cd245fa34) >>> usb_modeswitch 2.6.1 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1 -xf - >>> usb_modeswitch 2.6.1 Patching Applying 0001-fix-systemd-detection.patch using patch: patching file Makefile >>> usb_modeswitch 2.6.1 Configuring >>> usb_modeswitch 2.6.1 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1 all-with-dynlink-dispatcher make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -o usb_modeswitch usb_modeswitch.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 `pkg-config --libs --cflags libusb-1.0` ./make_string.sh usb_modeswitch_dispatcher.tcl > dispatcher.h usb_modeswitch.c: In function 'main': usb_modeswitch.c:519:17: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] 519 | libusb_set_debug(ctx, 3); | ^~~~~~~~~~~~~~~~ In file included from usb_modeswitch.h:26, from usb_modeswitch.c:59: /home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/include/libusb-1.0/libusb.h:1365:18: note: declared here 1365 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ DISPATCH=dispatcher-dynlink /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc dispatcher.c -Ljim -ljim -Ijim -o usb_modeswitch_dispatcher -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1' >>> usb_modeswitch 2.6.1 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target -C /home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1 install-common make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1' install -D --mode=755 usb_modeswitch /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/usb_modeswitch install -D --mode=755 usb_modeswitch.sh /home/buildroot/autobuild/instance-3/output-1/target/lib/udev/usb_modeswitch install -D --mode=644 usb_modeswitch.conf /home/buildroot/autobuild/instance-3/output-1/target/etc/usb_modeswitch.conf install -D --mode=644 usb_modeswitch.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1/usb_modeswitch.1 install -D --mode=644 usb_modeswitch_dispatcher.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1/usb_modeswitch_dispatcher.1 install -D --mode=755 usb_modeswitch_dispatcher /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/usb_modeswitch_dispatcher install -d /home/buildroot/autobuild/instance-3/output-1/target/var/lib/usb_modeswitch test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/init -a -e /sbin/initctl && install --mode=644 usb-modeswitch-upstart.conf /home/buildroot/autobuild/instance-3/output-1/target/etc/init || test 1 test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/systemd/system -a \( -e /usr/bin/systemctl -o -e /bin/systemctl -o -e /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/systemctl \) && install --mode=644 usb_modeswitch@.service /home/buildroot/autobuild/instance-3/output-1/target/etc/systemd/system || test 1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch-2.6.1' usb-modeswitch-data-20191128.tar.bz2: OK (md5: e8fce7eb949cbe16c61fb71bade4cc17) usb-modeswitch-data-20191128.tar.bz2: OK (sha256: 3f039b60791c21c7cb15c7986cac89650f076dc274798fa242231b910785eaf9) >>> usb_modeswitch_data 20191128 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/usb_modeswitch_data/usb-modeswitch-data-20191128.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch_data-20191128 -xf - >>> usb_modeswitch_data 20191128 Patching >>> usb_modeswitch_data 20191128 Configuring >>> usb_modeswitch_data 20191128 Building >>> usb_modeswitch_data 20191128 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch_data-20191128 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch_data-20191128' install -d /home/buildroot/autobuild/instance-3/output-1/target/usr/share/usb_modeswitch install -d /home/buildroot/autobuild/instance-3/output-1/target/etc/usb_modeswitch.d install -D --mode=644 40-usb_modeswitch.rules /home/buildroot/autobuild/instance-3/output-1/target/lib/udev/rules.d/40-usb_modeswitch.rules install --mode=644 -t /home/buildroot/autobuild/instance-3/output-1/target/usr/share/usb_modeswitch ./usb_modeswitch.d/* make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/usb_modeswitch_data-20191128' >>> vtun 3.0.4 Downloading wget --passive-ftp -nd -t 3 -O '/home/buildroot/autobuild/instance-3/output-1/build/.vtun-3.0.4.tar.gz.SMQ7Wp/output' 'http://downloads.sourceforge.net/project/vtun/vtun/3.0.4/vtun-3.0.4.tar.gz' --2022-11-17 03:51:12-- http://downloads.sourceforge.net/project/vtun/vtun/3.0.4/vtun-3.0.4.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://netactuate.dl.sourceforge.net/project/vtun/vtun/3.0.4/vtun-3.0.4.tar.gz [following] --2022-11-17 03:51:12-- http://netactuate.dl.sourceforge.net/project/vtun/vtun/3.0.4/vtun-3.0.4.tar.gz Resolving netactuate.dl.sourceforge.net (netactuate.dl.sourceforge.net)... 104.225.3.66 Connecting to netactuate.dl.sourceforge.net (netactuate.dl.sourceforge.net)|104.225.3.66|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 132691 (130K) [application/x-gzip] Saving to: '/home/buildroot/autobuild/instance-3/output-1/build/.vtun-3.0.4.tar.gz.SMQ7Wp/output' 0K .......... .......... .......... .......... .......... 38% 350K 0s 50K .......... .......... .......... .......... .......... 77% 700K 0s 100K .......... .......... ......... 100% 74.1M=0.2s 2022-11-17 03:51:13 (604 KB/s) - '/home/buildroot/autobuild/instance-3/output-1/build/.vtun-3.0.4.tar.gz.SMQ7Wp/output' saved [132691/132691] vtun-3.0.4.tar.gz: OK (md5: f952c5895ae8f40235aaad9a8f41a4bd) vtun-3.0.4.tar.gz: OK (sha1: 2335c21b56fadf9ce851dd7f342fb0ed4f522c47) vtun-3.0.4.tar.gz: OK (sha256: abf8df6b15e3febeaaeae2ce24ead7105eb1537ad4ec0d830c83cbb684fd98b9) >>> vtun 3.0.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/vtun/vtun-3.0.4.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4 -xf - >>> vtun 3.0.4 Patching Applying 0001-fix-installation.patch using patch: patching file Makefile.in Applying 0002-fix-ssl-headers-checks.patch using patch: patching file configure.in Hunk #1 succeeded at 169 (offset 3 lines). Hunk #2 succeeded at 179 (offset 3 lines). Hunk #3 succeeded at 196 with fuzz 1 (offset 3 lines). Hunk #4 succeeded at 211 with fuzz 1 (offset 3 lines). Applying 0003-openssl11.patch using patch: patching file lfd_encrypt.c >>> vtun 3.0.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> vtun 3.0.4 Configuring >>> vtun 3.0.4 Autoreconfiguring autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:11: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.in:11: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.in:11: the top level configure.in:82: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete. configure.in:82: You should run autoupdate. ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.in:82: the top level configure.in: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.in:86: the top level configure.in:95: warning: The macro `AC_HEADER_STDC' is obsolete. configure.in:95: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.in:95: the top level configure.in:124: warning: The macro `AC_CHECKING' is obsolete. configure.in:124: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:124: the top level configure.in:136: warning: The macro `AC_CHECKING' is obsolete. configure.in:136: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:136: the top level configure.in:170: warning: The macro `AC_CHECKING' is obsolete. configure.in:170: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:170: the top level configure.in:180: warning: The macro `AC_CHECKING' is obsolete. configure.in:180: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:180: the top level configure.in:197: warning: The macro `AC_CHECKING' is obsolete. configure.in:197: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:197: the top level configure.in:212: warning: The macro `AC_CHECKING' is obsolete. configure.in:212: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:212: the top level configure.in:231: warning: The macro `AC_CHECKING' is obsolete. configure.in:231: You should run autoupdate. ./lib/autoconf/general.m4:2499: AC_CHECKING is expanded from... configure.in:231: the top level configure.in:282: warning: AC_OUTPUT should be used without arguments. configure.in:282: You should run autoupdate. autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in' >>> vtun 3.0.4 Patching libtool (cd /home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89" LIBS=`/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config --libs openssl` CONFIG_SITE=/dev/null ./configure --target=s390x-buildroot-linux-gnu --host=s390x-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-ssl-headers=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl --with-lzo-headers=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo --with-lzo-lib=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib ) 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... s390x-buildroot-linux-gnu checking target system type... s390x-buildroot-linux-gnu checking for bison... bison -y checking for s390x-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... unsupported checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C99 features... unsupported checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C89 features... none needed 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 s390x-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C11 features... (cached) unsupported checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C99 features... (cached) unsupported checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc option to enable C89 features... (cached) none needed checking for a BSD-compatible install... /usr/bin/install -c checking for an ANSI C-conforming const... yes checking for inline... inline 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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for sys/resource.h... yes checking for netdb.h... yes checking for sched.h... yes checking for resolv.h... yes checking for arpa/inet.h... yes checking for netinet/ip.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for netinet/in_systm.h... yes checking for libutil.h... no checking for sys/sockio.h... no checking for library containing socket... none required checking for library containing inet_ntoa... none required checking for library containing gethostbyname... none required checking for library containing nanosleep... none required checking for library containing setproctitle... 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 configure: checking for ZLIB Library and Header files ... ... checking for deflate in -lz... yes configure: checking for LZO Library and Header files ... ... checking "for lzo_asm.h"... (/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo) yes checking for lzo1x_decompress in -llzo2... yes configure: checking for md5 Library and Header files ... ... checking "for md5.h"... (/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl) yes configure: checking for blowfish Library and Header files ... ... checking "for blowfish.h"... (/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl) yes checking for BF_set_key in -lcrypto... yes configure: checking for AES Library and Header files ... ... checking "for aes.h"... (/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl) yes checking for AES_set_encrypt_key in -lcrypto... yes configure: checking for EVP Library and Header files ... ... checking "for evp.h"... (/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl) yes checking for EVP_EncryptInit in -lcrypto... yes checking for getpt... yes checking for grantpt... yes checking for unlockpt... yes checking for ptsname... yes checking for linux/if_tun.h... yes creating driver and protocol links ... linking generic/tun_dev.c to tun_dev.c linking generic/tap_dev.c to tap_dev.c linking generic/pty_dev.c to pty_dev.c linking generic/pipe_dev.c to pipe_dev.c linking generic/tcp_proto.c to tcp_proto.c linking generic/udp_proto.c to udp_proto.c linking linux/tun_dev.c to tun_dev.c linking linux/tap_dev.c to tap_dev.c 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 >>> vtun 3.0.4 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c main.c bison -y -d -b cfg_file cfg_file.y /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c server.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c client.c cfg_file.y:72.1-7: warning: POSIX Yacc does not support %expect [-Wyacc] 72 | %expect 20 | ^~~~~~~ main.c: In function 'main': main.c:208:19: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | close(0); dup(fd); | ^~~~~~~ main.c:209:19: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | close(1); dup(fd); | ^~~~~~~ main.c:210:19: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 210 | close(2); dup(fd); | ^~~~~~~ main.c:215:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 215 | chdir("/"); | ^~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c llist.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c auth.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tunnel.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lock.c tunnel.c: In function 'tunnel': tunnel.c:172:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 172 | close(0); dup(fd[1]); | ^~~~~~~~~~ tunnel.c:173:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 173 | close(1); dup(fd[1]); | ^~~~~~~~~~ tunnel.c:177:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 177 | close(2); dup(null_fd); | ^~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c netlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tun_dev.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tap_dev.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pty_dev.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pipe_dev.c pty_dev.c: In function 'pty_open': pty_dev.c:51:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 51 | if ((ptyname = (char*)ptsname(mr_fd)) == NULL) | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tcp_proto.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c udp_proto.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c linkfd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_shaper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_zlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_lzo.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_encrypt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_legacy_encrypt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c cfg_file.tab.c flex -t cfg_file.l > cfg_file.lex.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c cfg_file.lex.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/lzo -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -I/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../s390x-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto -L/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib -lz -llzo2 -lcrypto make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4' >>> vtun 3.0.4 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4' /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/etc /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8 /usr/bin/install -c -m 600 vtund.conf /home/buildroot/autobuild/instance-3/output-1/target/etc; /usr/bin/install -c -m 644 vtund.8 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8 /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 600 scripts/vtund-start.conf /home/buildroot/autobuild/instance-3/output-1/target/etc; /usr/bin/install -c -m 644 vtund.conf.5 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5 rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8/vtun.8 ln -s vtund.8 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8/vtun.8 /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/var/log/vtund /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/var/lock/vtund /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin /usr/bin/install -c -m 755 vtund /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin /usr/bin/install -c -m 755 -D scripts/vtund.rc.debian \ /home/buildroot/autobuild/instance-3/output-1/target/etc/init.d/S90vtun make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/vtun-3.0.4' vulkan-headers-1.2.203.tar.gz: OK (sha256: 7239108c372f1fbe365bd8d1610ca2bb4e72b73b2151f2551bf9df54dd539639) >>> vulkan-headers 1.2.203 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/vulkan-headers/vulkan-headers-1.2.203.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203 -xf - >>> vulkan-headers 1.2.203 Patching >>> vulkan-headers 1.2.203 Configuring (mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203/ && cd /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-3/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CMake Warning (dev) at /home/buildroot/autobuild/instance-3/output-1/host/share/cmake-3.22/Modules/GNUInstallDirs.cmake:239 (message): Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs. Call Stack (most recent call first): CMakeLists.txt:30 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- 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: /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203 >>> vulkan-headers 1.2.203 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203' >>> vulkan-headers 1.2.203 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_handles.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_enums.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_win32.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vk_sdk_platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_directfb.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_funcs.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vk_layer.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_vi.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_hash.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_xcb.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_metal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vk_icd.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_android.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vk_platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_structs.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_core.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_xlib.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_screen.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_raii.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_wayland.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_ggp.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_beta.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_fuchsia.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_ios.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_xlib_xrandr.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vulkan/vulkan_macos.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codec_h265std_encode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codec_h265std_decode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codecs_common.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codec_h264std_encode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codec_h264std_decode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codec_h264std.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/vk_video/vulkan_video_codec_h265std.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/generator.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/reg.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/spec_tools -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/spec_tools/util.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/genvk.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/validusage.json -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/conventions.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/apiconventions.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/vkconventions.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/cgenerator.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/share/vulkan/registry/vk.xml make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203' >>> vulkan-headers 1.2.203 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> vulkan-headers 1.2.203 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install/fast -C /home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_handles.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_enums.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_win32.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vk_sdk_platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_directfb.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_funcs.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vk_layer.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_vi.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_hash.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_xcb.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_metal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vk_icd.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_android.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vk_platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_structs.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_core.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_xlib.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_screen.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_raii.hpp -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_wayland.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_ggp.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_beta.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_fuchsia.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_ios.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_xlib_xrandr.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vulkan/vulkan_macos.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codec_h265std_encode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codec_h265std_decode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codecs_common.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codec_h264std_encode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codec_h264std_decode.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codec_h264std.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/vk_video/vulkan_video_codec_h265std.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/generator.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/reg.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/spec_tools -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/spec_tools/util.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/genvk.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/validusage.json -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/conventions.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/apiconventions.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/vkconventions.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/cgenerator.py -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/share/vulkan/registry/vk.xml make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/vulkan-headers-1.2.203' wilc-firmware-wilc_linux_15_7.tar.gz: OK (sha256: 2c2e2927a65fe4d7ec2f9872fca35c6b7bf12090ac62116d63c5f17b95a3a786) >>> wilc-firmware wilc_linux_15_7 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/wilc-firmware/wilc-firmware-wilc_linux_15_7.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/wilc-firmware-wilc_linux_15_7 -xf - >>> wilc-firmware wilc_linux_15_7 Patching >>> wilc-firmware wilc_linux_15_7 Configuring >>> wilc-firmware wilc_linux_15_7 Building >>> wilc-firmware wilc_linux_15_7 Installing to target /usr/bin/install -d -m 0755 /home/buildroot/autobuild/instance-3/output-1/target/lib/firmware/mchp/ cd /home/buildroot/autobuild/instance-3/output-1/build/wilc-firmware-wilc_linux_15_7 && tar cf install.tar wilc1000_wifi_firmware.bin && tar xf install.tar -C /home/buildroot/autobuild/instance-3/output-1/target/lib/firmware/mchp wireguard-tools-1.0.20210914.tar.xz: OK (sha256: 97ff31489217bb265b7ae850d3d0f335ab07d2652ba1feec88b734bc96bd05ac) >>> wireguard-tools 1.0.20210914 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/wireguard-tools/wireguard-tools-1.0.20210914.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914 -xf - >>> wireguard-tools 1.0.20210914 Patching >>> wireguard-tools 1.0.20210914 Configuring >>> wireguard-tools 1.0.20210914 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914/src make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914/src' CC wg.o CC config.o CC curve25519.o CC encoding.o CC genkey.o CC ipc.o CC pubkey.o CC set.o CC setconf.o CC show.o CC showconf.o CC terminal.o LD wg make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914/src' >>> wireguard-tools 1.0.20210914 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914/src install DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914/src' 'wg' -> '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin/wg' 'man/wg.8' -> '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8/wg.8' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/wireguard-tools-1.0.20210914/src' wireless-regdb-2022.02.18.tar.xz: OK (sha256: 8828c25a4ee25020044004f57374bb9deac852809fad70f8d3d01770bf9ac97f) >>> wireless-regdb 2022.02.18 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/wireless-regdb/wireless-regdb-2022.02.18.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/wireless-regdb-2022.02.18 -xf - >>> wireless-regdb 2022.02.18 Patching >>> wireless-regdb 2022.02.18 Configuring >>> wireless-regdb 2022.02.18 Building >>> wireless-regdb 2022.02.18 Installing to target /usr/bin/install -m 644 -D -T /home/buildroot/autobuild/instance-3/output-1/build/wireless-regdb-2022.02.18/regulatory.db /home/buildroot/autobuild/instance-3/output-1/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /home/buildroot/autobuild/instance-3/output-1/build/wireless-regdb-2022.02.18/regulatory.db.p7s /home/buildroot/autobuild/instance-3/output-1/target/lib/firmware/regulatory.db.p7s zlog-1.2.16.tar.gz: OK (sha256: 742401902f2134eb272c49631fe5c38d7aeb9a2ad56fa3ec3d15219b371ba655) >>> zlog 1.2.16 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/zlog/zlog-1.2.16.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16 -xf - >>> zlog 1.2.16 Patching >>> zlog 1.2.16 Configuring >>> zlog 1.2.16 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 " -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16 all make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16' cd src && /usr/bin/make all make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /home/buildroot/autobuild/instance-3/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16' >>> zlog 1.2.16 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16' cd src && /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16/src' mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin cp -a zlog.h /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include cp -a zlog-chk-conf /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/bin cp -a libzlog.so /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib/libzlog.so.1.2 cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16' >>> zlog 1.2.16 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/s390x-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> zlog 1.2.16 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/instance-3/output-1/target/usr -C /home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16' cd src && /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16/src' mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/lib /home/buildroot/autobuild/instance-3/output-1/target/usr/bin cp -a zlog.h /home/buildroot/autobuild/instance-3/output-1/target/usr/include cp -a zlog-chk-conf /home/buildroot/autobuild/instance-3/output-1/target/usr/bin cp -a libzlog.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libzlog.so.1.2 cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/zlog-1.2.16' make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1' HOSTCC scripts/basic/fixdep LEX scripts/kconfig/lexer.lex.c HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o YACC scripts/kconfig/parser.tab.[ch] 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 HOSTCC scripts/kconfig/lexer.lex.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'defconfig' # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1' Using /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/.config as base # # merged configuration written to /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/.config (needs make) # make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1' # # No change to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1' /bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_GZIP\>/d' /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config && echo '# CONFIG_KERNEL_GZIP is not set' >> /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config /bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZ4\>/d' /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config && echo '# CONFIG_KERNEL_LZ4 is not set' >> /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config /bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZMA\>/d' /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config && echo '# CONFIG_KERNEL_LZMA is not set' >> /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config /bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZO\>/d' /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config && echo '# CONFIG_KERNEL_LZO is not set' >> /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config /bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_ZSTD\>/d' /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config && echo '# CONFIG_KERNEL_ZSTD is not set' >> /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config /bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_UNCOMPRESSED\>/d' /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config && echo '# CONFIG_KERNEL_UNCOMPRESSED is not set' >> /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config if grep -q "^CONFIG_DEBUG_INFO_BTF=y" /home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1//.config; then echo "To use CONFIG_DEBUG_INFO_BTF, enable host-pahole (BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE)" 1>&2; exit 1; fi To use CONFIG_DEBUG_INFO_BTF, enable host-pahole (BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE) linux/linux.mk:617: recipe for target '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/.stamp_kconfig_fixup_done' failed make: *** [/home/buildroot/autobuild/instance-3/output-1/build/linux-6.0.1/.stamp_kconfig_fixup_done] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'